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

/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp658 static bool bothZero(SkScalar a, SkScalar b) { function
665 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
666 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
H A DSkFontHost_win.cpp62 static bool bothZero(SkScalar a, SkScalar b) { function
69 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
70 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));

Completed in 394 milliseconds