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

  /external/skia/src/core/
SkRect.cpp 98 #define CHECK_INTERSECT(al, at, ar, ab, bl, bt, br, bb) \
106 CHECK_INTERSECT(left, top, right, bottom, fLeft, fTop, fRight, fBottom);
116 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom);
  /external/skqp/src/core/
SkRect.cpp 98 #define CHECK_INTERSECT(al, at, ar, ab, bl, bt, br, bb) \
106 CHECK_INTERSECT(left, top, right, bottom, fLeft, fTop, fRight, fBottom);
116 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom);

Completed in 146 milliseconds