Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp254 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetPoint() local
255 if (!pPathPoint || !x || !y) in FPDFPathSegment_GetPoint()
258 *x = pPathPoint->m_Point.x; in FPDFPathSegment_GetPoint()
259 *y = pPathPoint->m_Point.y; in FPDFPathSegment_GetPoint()
266 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetType() local
268 return pPathPoint ? static_cast<int>(pPathPoint->m_Type) in FPDFPathSegment_GetType()
274 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetClose() local
276 return pPathPoint ? pPathPoint->m_CloseFigure : false; in FPDFPathSegment_GetClose()