Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_clippath.h48 void CopyClipPath(const CPDF_ClipPath& that);
Dcpdf_clippath.cpp113 void CPDF_ClipPath::CopyClipPath(const CPDF_ClipPath& that) { in CopyClipPath() function in CPDF_ClipPath
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1045 path.m_ClipPath.CopyClipPath(m_LastClipPath); in DrawTextPathWithPattern()