Home
last modified time | relevance | path

Searched refs:ClipPath (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp955 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 …]
Dfpdf_page_parser.cpp678 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/
Dfpdf_render.cpp614 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 …]
Drender_int.h151 void ProcessClipPath(CPDF_ClipPath ClipPath, const CFX_Matrix* pObj2Device);
152 void DrawClipPath(CPDF_ClipPath ClipPath, const CFX_Matrix* pObj2Device);
/external/skia/src/svg/parser/
DSkSVGClipPath.h16 DECLARE_SVG_INFO(ClipPath);
DSkSVGClipPath.cpp14 DEFINE_SVG_NO_INFO(ClipPath) in DEFINE_SVG_NO_INFO() argument
DSkSVGParser.cpp362 CASE_NEW(ClipPath); in CreateElement()
/external/skia/include/private/
DSkRecords.h41 M(ClipPath) \
217 RECORD(ClipPath, 0,
/external/skia/src/core/
DSkRecordDraw.cpp85 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
DSkRecorder.cpp372 APPEND(ClipPath, this->devBounds(), path, opAA); in onClipPath()
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h203 FX_ERR ClipPath(CFX_Path* path,
/external/skia/tests/
DCanvasTest.cpp335 SIMPLE_TEST_STEP(ClipPath, clipPath(d.fPath));
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp368 FX_ERR CFX_Graphics::ClipPath(CFX_Path* path, in ClipPath() function in CFX_Graphics
/external/skia/tools/debugger/
DSkDrawCommand.cpp269 INSTALL_FACTORY(ClipPath); in fromJSON()
/external/opencv3/3rdparty/libtiff/
DChangeLog2642 * libtiff/tif_dirinfo.c: Added support for ClipPath, XClipPathUnits