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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp722 static bool bothZero(SkScalar a, SkScalar b) { function
729 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
730 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
H A DSkFontHost_win.cpp65 static bool bothZero(SkScalar a, SkScalar b) { function
72 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
73 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp723 static bool bothZero(SkScalar a, SkScalar b) { function
730 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
731 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
H A DSkFontHost_win.cpp65 static bool bothZero(SkScalar a, SkScalar b) { function
72 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
73 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));

Completed in 918 milliseconds