Searched refs:nestedLT (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkLineClipper.cpp | 65 static inline bool nestedLT(SkScalar a, SkScalar b, SkScalar dim) { in nestedLT() function 90 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) || in IntersectLine() 91 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) || in IntersectLine() 92 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) || in IntersectLine() 93 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) { in IntersectLine()
|