Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkLineClipper.cpp78 static inline bool nestedLT(SkScalar a, SkScalar b, SkScalar dim) { in nestedLT() function
103 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) || in IntersectLine()
104 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) || in IntersectLine()
105 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) || in IntersectLine()
106 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) { in IntersectLine()
/external/skia/src/core/
DSkLineClipper.cpp78 static inline bool nestedLT(SkScalar a, SkScalar b, SkScalar dim) { in nestedLT() function
103 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) || in IntersectLine()
104 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) || in IntersectLine()
105 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) || in IntersectLine()
106 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) { in IntersectLine()