Home
last modified time | relevance | path

Searched refs:clipDevPath (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DClipStackTest.cpp33 s.clipDevPath(p, SkRegion::kIntersect_Op, doAA); in test_assign_and_comparison()
79 s.clipDevPath(rp, SkRegion::kUnion_Op, doAA); in test_assign_and_comparison()
112 s.clipDevPath(p, SkRegion::kIntersect_Op, doAA); in test_assign_and_comparison()
273 stack.clipDevPath(pathA, SkRegion::kIntersect_Op, false); in test_bounds()
274 stack.clipDevPath(pathB, gOps[op], false); in test_bounds()
334 stack.clipDevPath(clipA, SkRegion::kReplace_Op, false); in test_isWideOpen()
335 stack.clipDevPath(clipB, SkRegion::kUnion_Op, false); in test_isWideOpen()
404 stack.clipDevPath(path, SkRegion::kIntersect_Op, false); in test_rect_inverse_fill()
498 stack.clipDevPath(path, SkRegion::kReplace_Op, false); in test_path_replace()
500 stack.clipDevPath(path, SkRegion::kReplace_Op, false); in test_path_replace()
[all …]
/external/skia/include/core/
DSkClipStack.h332 void clipDevPath(const SkPath&, SkRegion::Op, bool doAA);
/external/skia/src/core/
DSkClipStack.cpp728 void SkClipStack::clipDevPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipDevPath() function in SkClipStack
DSkCanvas.cpp1496 fClipStack->clipDevPath(devPath, op, kSoft_ClipEdgeStyle == edgeStyle); in onClipPath()
/external/skia/src/pdf/
DSkPDFDevice.cpp1677 synthesizedClipStack.clipDevPath(clipPath, SkRegion::kReplace_Op, in setUpContentEntry()