Searched refs:pClippingPath (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 29 CFX_PathData* pClippingPath, in DrawTextPath() argument 49 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath() 60 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath()
|
D | cpdf_textrenderer.h | 46 CFX_PathData* pClippingPath,
|
D | cpdf_renderstatus.h | 126 CFX_PathData* pClippingPath);
|
D | cpdf_renderstatus.cpp | 1691 CFX_PathData* pClippingPath) { in ProcessText() argument 1706 if (pClippingPath) { in ProcessText() 1787 fill_argb, stroke_argb, pClippingPath, flag); in ProcessText()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 219 CFX_PathData* pClippingPath,
|
/external/pdfium/core/fxge/ge/ |
D | cfx_renderdevice.cpp | 1076 CFX_PathData* pClippingPath, in DrawTextPath() argument 1108 if (pClippingPath) in DrawTextPath() 1109 pClippingPath->Append(&TransformedPath, pUser2Device); in DrawTextPath()
|