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

/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp631 static bool bothZero(SkScalar a, SkScalar b) {
638 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
639 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
H A DSkFontHost_win.cpp67 static bool bothZero(SkScalar a, SkScalar b) { function
74 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
75 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
/external/skqp/src/ports/
H A DSkFontHost_FreeType.cpp631 static bool bothZero(SkScalar a, SkScalar b) {
638 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
639 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
H A DSkFontHost_win.cpp67 static bool bothZero(SkScalar a, SkScalar b) { function
74 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
75 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));

Completed in 136 milliseconds