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

/external/skia/src/core/
H A DSkLineClipper.cpp27 static inline bool nestedLT(SkScalar a, SkScalar b, SkScalar dim) { function
52 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) ||
53 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) ||
54 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) ||
55 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) {

Completed in 22 milliseconds