Home
last modified time | relevance | path

Searched refs:SelectClipPath (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h104 bool SelectClipPath(const CPDF_PathObject* pPathObj,
Dcpdf_renderstatus.cpp1427 bool CPDF_RenderStatus::SelectClipPath(const CPDF_PathObject* pPathObj, in SelectClipPath() function in CPDF_RenderStatus
2128 if (!SelectClipPath(pPageObj->AsPath(), pObj2Device, bStroke)) { in DrawShadingPattern()
2177 if (!SelectClipPath(pPageObj->AsPath(), pObj2Device, bStroke)) { in DrawTilingPattern()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1117 SelectClipPath(m_hDC, RGN_AND); in SetClip_PathFill()
1130 bool ret = !!SelectClipPath(m_hDC, RGN_AND); in SetClip_PathStroke()