OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invPath
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
PictureTest.cpp
438
SkPath
invPath
;
439
invPath
.addOval(rect1);
440
invPath
.setFillType(SkPath::kInverseEvenOdd_FillType);
452
canvas->clipPath(
invPath
, SkRegion::kIntersect_Op);
465
canvas->clipPath(
invPath
, SkRegion::kIntersect_Op);
478
canvas->clipPath(
invPath
, SkRegion::kUnion_Op);
/external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp
352
* outPath may alias with
invPath
(since this is supported by PathOps).
354
static bool calculate_inverse_path(const SkRect& bounds, const SkPath&
invPath
,
356
SkASSERT(
invPath
.isInverseFillType());
361
return Op(clipPath,
invPath
, kIntersect_PathOp, outPath);
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
352
* outPath may alias with
invPath
(since this is supported by PathOps).
354
static bool calculate_inverse_path(const SkRect& bounds, const SkPath&
invPath
,
356
SkASSERT(
invPath
.isInverseFillType());
361
return Op(clipPath,
invPath
, kIntersect_PathOp, outPath);
[
all
...]
Completed in 27 milliseconds