/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser_old.cpp | 955 CPDF_Path ClipPath; in Start() local 958 ClipPath.New(); in Start() 959 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, in Start() 961 ClipPath.Transform(&form_matrix); in Start() 963 ClipPath.Transform(pParentMatrix); in Start() 977 if (ClipPath.NotNull()) { in Start() 978 m_pParser->GetCurStates()->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, in Start() 1080 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0); in Continue() local 1081 if (!ClipPath.IsRect() || pObj->m_Type == PDFPAGE_SHADING) { in Continue() 1084 CFX_FloatRect old_rect(ClipPath.GetPointX(0), ClipPath.GetPointY(0), in Continue() [all …]
|
D | fpdf_page_parser.cpp | 678 CPDF_Path ClipPath; in AddForm() local 681 ClipPath.New(); in AddForm() 682 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, in AddForm() 684 ClipPath.Transform(&form_matrix); in AddForm() 692 if (ClipPath.NotNull()) { in AddForm() 693 parser.m_pCurStates->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, in AddForm()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 614 void CPDF_RenderStatus::ProcessClipPath(CPDF_ClipPath ClipPath, in ProcessClipPath() argument 616 if (ClipPath.IsNull()) { in ProcessClipPath() 623 if (m_LastClipPath == ClipPath) in ProcessClipPath() 626 m_LastClipPath = ClipPath; in ProcessClipPath() 628 int nClipPath = ClipPath.GetPathCount(); in ProcessClipPath() 630 const CFX_PathData* pPathData = ClipPath.GetPath(i); in ProcessClipPath() 640 int ClipType = ClipPath.GetClipType(i); in ProcessClipPath() 644 int textcount = ClipPath.GetTextCount(); in ProcessClipPath() 655 CPDF_TextObject* pText = ClipPath.GetText(i); in ProcessClipPath() 674 void CPDF_RenderStatus::DrawClipPath(CPDF_ClipPath ClipPath, in DrawClipPath() argument [all …]
|
D | render_int.h | 151 void ProcessClipPath(CPDF_ClipPath ClipPath, const CFX_Matrix* pObj2Device); 152 void DrawClipPath(CPDF_ClipPath ClipPath, const CFX_Matrix* pObj2Device);
|
/external/skia/src/svg/parser/ |
D | SkSVGClipPath.h | 16 DECLARE_SVG_INFO(ClipPath);
|
D | SkSVGClipPath.cpp | 14 DEFINE_SVG_NO_INFO(ClipPath) in DEFINE_SVG_NO_INFO() argument
|
D | SkSVGParser.cpp | 362 CASE_NEW(ClipPath); in CreateElement()
|
/external/skia/include/private/ |
D | SkRecords.h | 41 M(ClipPath) \ 217 RECORD(ClipPath, 0,
|
/external/skia/src/core/ |
D | SkRecordDraw.cpp | 85 DRAW(ClipPath, clipPath(r.path, r.opAA.op, r.opAA.aa)); 236 void updateClipBounds(const ClipPath& op) { this->updateClipBoundsForClipOp(op.devBounds); } in updateClipBounds() 286 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds() argument
|
D | SkRecorder.cpp | 372 APPEND(ClipPath, this->devBounds(), path, opAA); in onClipPath()
|
/external/pdfium/xfa/include/fxgraphics/ |
D | fx_graphics.h | 203 FX_ERR ClipPath(CFX_Path* path,
|
/external/skia/tests/ |
D | CanvasTest.cpp | 335 SIMPLE_TEST_STEP(ClipPath, clipPath(d.fPath));
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_graphics.cpp | 368 FX_ERR CFX_Graphics::ClipPath(CFX_Path* path, in ClipPath() function in CFX_Graphics
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 269 INSTALL_FACTORY(ClipPath); in fromJSON()
|
/external/opencv3/3rdparty/libtiff/ |
D | ChangeLog | 2642 * libtiff/tif_dirinfo.c: Added support for ClipPath, XClipPathUnits
|