Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_FreeType.cpp654 static bool bothZero(SkScalar a, SkScalar b) { in bothZero() function
661 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) || in isAxisAligned()
662 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1])); in isAxisAligned()
DSkFontHost_win.cpp64 static bool bothZero(SkScalar a, SkScalar b) { in bothZero() function
71 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) || in isAxisAligned()
72 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1])); in isAxisAligned()