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

  /external/chromium_org/third_party/skia/src/animator/
SkHitTest.cpp 42 SkRect tBounds;
43 target->getBounds(&tBounds);
44 if (bBounds.intersect(tBounds)) {
  /external/skia/src/animator/
SkHitTest.cpp 42 SkRect tBounds;
43 target->getBounds(&tBounds);
44 if (bBounds.intersect(tBounds)) {
  /external/skia/tests/
ClipStackTest.cpp 958 SkIRect tBounds(inflatedIBounds);
959 SkIRect* tightBounds = r.nextBool() ? &tBounds : NULL;
    [all...]

Completed in 305 milliseconds