Searched refs:wellBehaved (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTightBounds.cpp | 13 bool wellBehaved = true; in TightBounds() local 24 if (!wellBehaved) { in TightBounds() 27 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[2].fX); in TightBounds() 28 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[2].fY); in TightBounds() 31 if (!wellBehaved) { in TightBounds() 34 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[3].fX); in TightBounds() 35 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[3].fY); in TightBounds() 36 wellBehaved &= between(pts[0].fX, pts[2].fX, pts[3].fX); in TightBounds() 37 wellBehaved &= between(pts[0].fY, pts[2].fY, pts[3].fY); in TightBounds() 43 if (wellBehaved) { in TightBounds() [all...] |
Completed in 1 milliseconds