Searched refs:pClippingPath (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 37 CFX_PathData* pClippingPath, in DrawTextPath() argument 56 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath() 66 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath()
|
D | cpdf_textrenderer.h | 46 CFX_PathData* pClippingPath,
|
D | cpdf_renderstatus.h | 133 CFX_PathData* pClippingPath);
|
D | cpdf_renderstatus.cpp | 1728 CFX_PathData* pClippingPath) { in ProcessText() argument 1743 if (pClippingPath) { in ProcessText() 1825 pClippingPath, flag); in ProcessText()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 226 CFX_PathData* pClippingPath,
|
D | cfx_renderdevice.cpp | 1095 CFX_PathData* pClippingPath, in DrawTextPath() argument 1127 if (pClippingPath) in DrawTextPath() 1128 pClippingPath->Append(&TransformedPath, pUser2Device); in DrawTextPath()
|