/third_party/skia/gm/ |
H A D | skbug1719.cpp | 32 SkPath clipPath; in DEF_SIMPLE_GM_BG() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_paint_method.cpp | 32 auto clipPath = props->GetClipPath().value_or(""); in GetContentDrawFunction() local
|
/third_party/skia/docs/examples/ |
H A D | getLocalBounds_working.cpp | 12 SkPath clipPath; in REG_FIDDLE() local
|
H A D | getLocalBounds_broken.cpp | 12 SkPath clipPath; in REG_FIDDLE() local
|
H A D | Canvas_getDeviceClipBounds.cpp | 13 SkPath clipPath; in REG_FIDDLE() local
|
H A D | Canvas_getLocalClipBounds.cpp | 13 SkPath clipPath; in REG_FIDDLE() local
|
H A D | Canvas_quickReject_2.cpp | 9 SkPath testPath, clipPath; in REG_FIDDLE() local
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_node.cpp | 103 auto clipPath = AceType::MakeRefPtr<ClipPath>(); in CreateBoxComponent() local
|
/third_party/skia/src/core/ |
H A D | SkRasterClipStack.h | 63 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in SkRasterClipStack
|
H A D | SkDevice.h | 168 void clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in SkBaseDevice
|
H A D | SkClipStack.cpp | 763 void SkClipStack::clipPath(const SkPath& path, const SkMatrix& matrix, SkClipOp op, in clipPath() function in SkClipStack
|
/third_party/skia/src/pdf/ |
H A D | SkPDFGraphicStackState.cpp | 96 static void append_clip_path(const SkPath& clipPath, SkWStream* wStream) { in append_clip_path() argument 124 SkPath clipPath; in append_clip() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.h | 83 void SetClipPath(const std::string& clipPath) in SetClipPath() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_model_impl.cpp | 95 auto clipPath = AceType::MakeRefPtr<ClipPath>(); in InitBox() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | moon_progress_modifier.cpp | 224 RSPath clipPath; in PaintSquareMoon() local 227 RSRecordingPath clipPath; in PaintSquareMoon() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_canvas_node_test.cpp | 3395 std::shared_ptr<RSPath> clipPath = RSPath::CreateRSPath(); in HWTEST_F() local
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGRenderContext.h | 140 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); } in clipPath() function in SkSVGRenderContext
|
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.h | 69 void clipPath(const SkMatrix& ctm, const SkPath& path, GrAA aa, SkClipOp op) { in clipPath() function in skgpu::v1::final
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGRenderContext.cpp | 367 const SkPath clipPath = static_cast<const SkSVGClipPath*>(clipNode.get())->resolveClip(*this); in applyClip() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.cpp | 532 auto clipPath = ClipPath::CreateShape(value); in CreateClipPath() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_node.cpp | 467 auto clipPath = refSvgNode->AsPath(viewPort); in AsRSPath() local
|
/third_party/skia/samplecode/ |
H A D | SampleClip.cpp | 113 SkPath clipPath = SkPathBuilder().addRRect(SkRRect::MakeRectXY(r, 20, 20)).detach(); variable
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Canvas.java | 78 public void clipPath(Path path, ClipOp op, boolean antiAliasing) { in clipPath() method in Canvas
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | style.h | 141 RefPtr<ClipPath> clipPath; member
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_base_component.h | 265 void SetClipPath(const RefPtr<ClipPath>& clipPath) in SetClipPath() argument
|