Home
last modified time | relevance | path

Searched refs:m_LastClipPath (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h201 CPDF_ClipPath m_LastClipPath; variable
Dcpdf_renderstatus.cpp518 if (m_LastClipPath.HasRef()) { in ProcessClipPath()
520 m_LastClipPath.SetNull(); in ProcessClipPath()
524 if (m_LastClipPath == ClipPath) in ProcessClipPath()
527 m_LastClipPath = ClipPath; in ProcessClipPath()
1089 path.mutable_clip_path().CopyClipPath(m_LastClipPath); in DrawTextPathWithPattern()