OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tightBounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathOpsTightBoundsTest.cpp
31
SkRect
tightBounds
;
32
REPORTER_ASSERT(data->fReporter,
TightBounds
(path, &
tightBounds
));
33
REPORTER_ASSERT(data->fReporter, classicBounds ==
tightBounds
);
81
SkRect
tightBounds
;
82
REPORTER_ASSERT(data->fReporter,
TightBounds
(path, &
tightBounds
));
83
REPORTER_ASSERT(data->fReporter, classicBounds.contains(
tightBounds
));
106
tightBounds
.roundOut(&tightOut);
ClipStackTest.cpp
967
SkIRect*
tightBounds
= r.nextBool() ? &tBounds : NULL;
973
tightBounds
);
[
all
...]
Completed in 45 milliseconds