Searched refs:getDeviceSpacePath (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/gm/ |
D | windowrectangles.cpp | 65 canvas->clipPath(element->getDeviceSpacePath(), op, isAA); in coverClipStack()
|
/third_party/flutter/skia/src/core/ |
D | SkClipStack.cpp | 32 fDeviceSpacePath.set(that.getDeviceSpacePath()); in Element() 65 return this->getDeviceSpacePath() == element.getDeviceSpacePath(); in operator ==() 1087 this->getDeviceSpacePath().dump(nullptr, true, false); in dump()
|
D | SkClipStack.h | 98 const SkPath& getDeviceSpacePath() const { in getDeviceSpacePath() function
|
/third_party/skia/src/core/ |
D | SkClipStack.cpp | 36 fDeviceSpacePath.set(that.getDeviceSpacePath()); in Element() 77 return this->getDeviceSpacePath() == element.getDeviceSpacePath(); in operator ==() 994 this->getDeviceSpacePath().dump(nullptr, false); in dump()
|
D | SkClipStack.h | 108 const SkPath& getDeviceSpacePath() const { in getDeviceSpacePath() function
|
/third_party/flutter/skia/gm/ |
D | windowrectangles.cpp | 111 canvas->clipPath(element->getDeviceSpacePath(), op, isAA); in onCoverClipStack()
|
/third_party/flutter/skia/src/gpu/ |
D | GrReducedClip.cpp | 523 return this->addAnalyticFP(element->getDeviceSpacePath(), in clipInsideElement() 589 return this->addAnalyticFP(element->getDeviceSpacePath(), in clipOutsideElement()
|
/third_party/skia/src/svg/ |
D | SkSVGDevice.cpp | 771 const auto& p = e->getDeviceSpacePath(); in syncClipStack()
|
/third_party/flutter/skia/tests/ |
D | ClipStackTest.cpp | 938 stack->clipPath(element.getDeviceSpacePath(), SkMatrix::I(), element.getOp(), in add_elem_to_stack()
|