Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h148 bool SelectClipPath(const CPDF_PathObject* pPathObj,
Dcpdf_renderstatus.cpp569 return SelectClipPath(pPageObj->AsPath(), mtObj2Device, bStroke); in ClipPattern()
577 bool CPDF_RenderStatus::SelectClipPath(const CPDF_PathObject* pPathObj, in SelectClipPath() function in CPDF_RenderStatus
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1103 SelectClipPath(m_hDC, RGN_AND); in SetClip_PathFill()
1116 bool ret = !!SelectClipPath(m_hDC, RGN_AND); in SetClip_PathStroke()