Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_editpath.cpp42 CPDF_PathObject* CPDFPathObjectFromFPDFPageObject(FPDF_PAGEOBJECT page_object) { in CPDFPathObjectFromFPDFPageObject() function
72 auto* pPathObj = CPDFPathObjectFromFPDFPageObject(path); in FPDFPath_CountSegments()
80 auto* pPathObj = CPDFPathObjectFromFPDFPageObject(path); in FPDFPath_GetPathSegment()
94 auto* pPathObj = CPDFPathObjectFromFPDFPageObject(path); in FPDFPath_MoveTo()
106 auto* pPathObj = CPDFPathObjectFromFPDFPageObject(path); in FPDFPath_LineTo()
122 auto* pPathObj = CPDFPathObjectFromFPDFPageObject(path); in FPDFPath_BezierTo()
135 auto* pPathObj = CPDFPathObjectFromFPDFPageObject(path); in FPDFPath_Close()
151 auto* pPathObj = CPDFPathObjectFromFPDFPageObject(path); in FPDFPath_SetDrawMode()
169 auto* pPathObj = CPDFPathObjectFromFPDFPageObject(path); in FPDFPath_GetDrawMode()
189 CPDF_PathObject* pPathObj = CPDFPathObjectFromFPDFPageObject(path); in FPDFPath_GetMatrix()
[all …]