Searched refs:bothZero (Results 1 – 2 of 2) sorted by relevance
683 static bool bothZero(SkScalar a, SkScalar b) { in bothZero() function690 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) || in isAxisAligned()691 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1])); in isAxisAligned()
65 static bool bothZero(SkScalar a, SkScalar b) { in bothZero() function72 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) || in isAxisAligned()73 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1])); in isAxisAligned()