Home
last modified time | relevance | path

Searched refs:pClippingPath (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp37 CFX_PathData* pClippingPath, in DrawTextPath() argument
56 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath()
66 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath()
Dcpdf_textrenderer.h46 CFX_PathData* pClippingPath,
Dcpdf_renderstatus.h133 CFX_PathData* pClippingPath);
Dcpdf_renderstatus.cpp1728 CFX_PathData* pClippingPath) { in ProcessText() argument
1743 if (pClippingPath) { in ProcessText()
1825 pClippingPath, flag); in ProcessText()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h226 CFX_PathData* pClippingPath,
Dcfx_renderdevice.cpp1095 CFX_PathData* pClippingPath, in DrawTextPath() argument
1127 if (pClippingPath) in DrawTextPath()
1128 pClippingPath->Append(&TransformedPath, pUser2Device); in DrawTextPath()