Home
last modified time | relevance | path

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

/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.cpp966 SkIRect tBounds(inflatedIBounds); in test_reduced_clip_stack() local
967 SkIRect* tightBounds = r.nextBool() ? &tBounds : nullptr; in test_reduced_clip_stack()