HomeSort by relevance Sort by last modified time
    Searched refs:nestedLT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkLineClipper.cpp 65 static inline bool nestedLT(SkScalar a, SkScalar b, SkScalar dim) {
90 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) ||
91 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) ||
92 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) ||
93 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) {
  /external/skia/src/core/
SkLineClipper.cpp 65 static inline bool nestedLT(SkScalar a, SkScalar b, SkScalar dim) {
90 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) ||
91 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) ||
92 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) ||
93 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) {

Completed in 136 milliseconds