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/src/core/
SkPictureCommon.h
125
const SkRect&
pathBounds
= op.path.getBounds();
129
} else if (SkPaint::kFill_Style == paintStyle &&
pathBounds
.width() < 64.f &&
130
pathBounds
.height() < 64.f && !op.path.isVolatile()) {
SkPictureContentInfo.cpp
63
const SkRect&
pathBounds
= path.getBounds();
66
} else if (SkPaint::kFill_Style == paintStyle &&
pathBounds
.width() < 64.f &&
67
pathBounds
.height() < 64.f && !path.isVolatile()) {
SkCanvas.cpp
[
all
...]
/external/skia/tests/
ParsePathTest.cpp
50
const SkRect&
pathBounds
= path.getBounds();
51
REPORTER_ASSERT(reporter, expectedBounds ==
pathBounds
);
/external/skia/src/gpu/batches/
GrTessellatingPathRenderer.cpp
127
SkRect
pathBounds
= path.getBounds();
128
SkScalar tol = GrPathUtils::scaleToleranceToSrc(screenSpaceTol, fViewMatrix,
pathBounds
);
217
const SkRect&
pathBounds
= path.getBounds();
221
fClipBounds.join(
pathBounds
);
/prebuilts/tools/common/fest/
fest-swing-1.2.1.jar
Completed in 127 milliseconds