Home
last modified time | relevance | path

Searched refs:tBounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
DSkHitTest.cpp42 SkRect tBounds; in draw() local
43 target->getBounds(&tBounds); in draw()
44 if (bBounds.intersect(tBounds)) { in draw()
/external/skia/src/animator/
DSkHitTest.cpp42 SkRect tBounds; in draw() local
43 target->getBounds(&tBounds); in draw()
44 if (bBounds.intersect(tBounds)) { in draw()
/external/skia/tests/
DClipStackTest.cpp958 SkIRect tBounds(inflatedIBounds); in test_reduced_clip_stack() local
959 SkIRect* tightBounds = r.nextBool() ? &tBounds : NULL; in test_reduced_clip_stack()