OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pathBounds
(Results
1 - 6
of
6
) sorted by null
/external/skia/tests/
ParsePathTest.cpp
47
const SkRect&
pathBounds
= path.getBounds();
48
REPORTER_ASSERT(reporter, expectedBounds ==
pathBounds
);
/external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp
585
const SkRect&
pathBounds
= path.getBounds();
591
if (!SkRect::Intersects(element->fRect,
pathBounds
)) {
598
if (!SkRect::Intersects(element->fPath.getBounds(),
pathBounds
)) {
SkDraw.cpp
[
all
...]
/external/skia/src/core/
SkClipStack.cpp
585
const SkRect&
pathBounds
= path.getBounds();
591
if (!SkRect::Intersects(element->fRect,
pathBounds
)) {
598
if (!SkRect::Intersects(element->fPath.getBounds(),
pathBounds
)) {
SkDraw.cpp
[
all
...]
/frameworks/base/core/java/android/view/
GLES20Canvas.java
564
RectF
pathBounds
= getPathBounds();
565
path.computeBounds(
pathBounds
, true);
566
return nQuickReject(mRenderer,
pathBounds
.left,
pathBounds
.top,
567
pathBounds
.right,
pathBounds
.bottom);
[
all
...]
Completed in 669 milliseconds