Home
last modified time | relevance | path

Searched refs:CPDF_ClipPath (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_serial.h47 friend CPDF_PageArchiveSaver& operator << (CPDF_PageArchiveSaver& ar, CPDF_ClipPath clip_path);
59 CPDF_ClipPath m_LastClipPath;
81 … friend CPDF_PageArchiveLoader& operator >> (CPDF_PageArchiveLoader& ar, CPDF_ClipPath& clip_path);
96 CPDF_ClipPath m_LastClipPath;
Dfpdf_pageobj.h15 class CPDF_ClipPath; variable
123 class CPDF_ClipPath : public CFX_CountRef<CPDF_ClipPathData>
443 CPDF_ClipPath m_ClipPath;
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp203 CPDF_ClipPath* pNewClipPath = new CPDF_ClipPath(); in FPDF_CreateClipPath()
215 delete (CPDF_ClipPath*)clipPath; in FPDF_DestroyClipPath()
268 CPDF_ClipPath* pClipPath = (CPDF_ClipPath*)clipPath; in FPDFPage_InsertClipPath()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp98 CPDF_Rect CPDF_ClipPath::GetClipBox() const in GetClipBox()
137 void CPDF_ClipPath::AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendPath()
170 void CPDF_ClipPath::DeletePath(int index) in DeletePath()
185 void CPDF_ClipPath::AppendTexts(CPDF_TextObject** pTexts, int count) in AppendTexts()
206 void CPDF_ClipPath::Transform(const CPDF_Matrix& matrix) in Transform()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h117 void ProcessClipPath(CPDF_ClipPath ClipPath, const CFX_AffineMatrix* pObj2Device);
118 void DrawClipPath(CPDF_ClipPath ClipPath, const CFX_AffineMatrix* pObj2Device);
167 CPDF_ClipPath m_LastClipPath;
Dfpdf_render.cpp614 void CPDF_RenderStatus::ProcessClipPath(CPDF_ClipPath ClipPath, const CFX_AffineMatrix* pObj2Device) in ProcessClipPath()
677 void CPDF_RenderStatus::DrawClipPath(CPDF_ClipPath ClipPath, const CFX_AffineMatrix* pObj2Device) in DrawClipPath()