Searched defs:ClipPath (Results 1 – 10 of 10) sorted by relevance
| /external/pdfium/core/fpdfapi/page/ |
| D | cpdf_contentparser.cpp | 68 CPDF_Path ClipPath; in CPDF_ContentParser() local 220 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0); in CheckClip() local
|
| /external/skqp/src/core/ |
| D | SkLiteDL.cpp | 141 struct ClipPath final : Op { struct 142 static const auto kType = Type::ClipPath; 143 ClipPath(const SkPath& path, SkClipOp op, bool aa) : path(path), op(op), aa(aa) {} in ClipPath() function 144 SkPath path; 145 SkClipOp op; 146 bool aa; 147 void draw(SkCanvas* c, const SkMatrix&) const { c->clipPath(path, op, aa); } in draw()
|
| D | SkRecordDraw.cpp | 261 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds()
|
| /external/pdfium/fpdfsdk/ |
| D | fpdf_transformpage_embeddertest.cpp | 356 TEST_F(FPDFTransformEmbedderTest, ClipPath) { in TEST_F() argument
|
| D | fpdf_edit_embeddertest.cpp | 420 TEST_F(FPDFEditEmbedderTest, ClipPath) { in TEST_F() argument
|
| /external/skia/src/core/ |
| D | SkEdgeClipper.cpp | 563 void SkEdgeClipper::ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight, in ClipPath() function in SkEdgeClipper
|
| D | SkRecordDraw.cpp | 280 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds()
|
| /external/skia/experimental/pvg/ |
| D | draw_msg.proto | 204 message ClipPath { message
|
| /external/skqp/experimental/pvg/ |
| D | draw_msg.proto | 204 message ClipPath { message
|
| /external/pdfium/core/fpdfapi/render/ |
| D | cpdf_renderstatus.cpp | 507 void CPDF_RenderStatus::ProcessClipPath(const CPDF_ClipPath& ClipPath, in ProcessClipPath()
|