OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBounds
(Results
1 - 2
of
2
) 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/chromium_org/third_party/skia/tests/
ClipStackTest.cpp
966
SkIRect
tBounds
(inflatedIBounds);
967
SkIRect* tightBounds = r.nextBool() ? &
tBounds
: NULL;
[
all
...]
Completed in 129 milliseconds