Searched refs:checkForZero (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkMatrix.cpp1221 static inline bool checkForZero(float x) { function
1233 if (checkForZero(y)) {
1306 if (checkForZero(denom)) {
1312 if (checkForZero(denom)) {
1321 if (checkForZero(denom)) {
1327 if (checkForZero(denom)) {

Completed in 106 milliseconds