Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp39 CFX_PathData* pClippingPath, in DrawTextPath() argument
58 pClippingPath, nFlag)) { in DrawTextPath()
67 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath()
Dcpdf_textrenderer.h45 CFX_PathData* pClippingPath,
Dcpdf_renderstatus.h159 CFX_PathData* pClippingPath);
Dcpdf_renderstatus.cpp835 CFX_PathData* pClippingPath) { in ProcessText() argument
850 if (pClippingPath) { in ProcessText()
935 pClippingPath, flag); in ProcessText()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h174 CFX_PathData* pClippingPath,
Dcfx_renderdevice.cpp1052 CFX_PathData* pClippingPath, in DrawTextPath() argument
1084 if (pClippingPath) in DrawTextPath()
1085 pClippingPath->Append(&TransformedPath, pUser2Device); in DrawTextPath()