Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_FreeType.cpp683 static bool bothZero(SkScalar a, SkScalar b) { in bothZero() function
690 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) || in isAxisAligned()
691 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1])); in isAxisAligned()
DSkFontHost_win.cpp65 static bool bothZero(SkScalar a, SkScalar b) { in bothZero() function
72 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) || in isAxisAligned()
73 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1])); in isAxisAligned()