Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/
H A Dfpdf_editpath.cpp214 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetPoint() local
215 if (!pPathPoint || !x || !y) in FPDFPathSegment_GetPoint()
218 *x = pPathPoint->m_Point.x; in FPDFPathSegment_GetPoint()
219 *y = pPathPoint->m_Point.y; in FPDFPathSegment_GetPoint()
225 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetType() local
226 return pPathPoint ? static_cast<int>(pPathPoint->m_Type) in FPDFPathSegment_GetType()
232 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetClose() local
233 return pPathPoint && pPathPoint->m_CloseFigure; in FPDFPathSegment_GetClose()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dfpdf_editpath.cpp213 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetPoint() local
214 if (!pPathPoint || !x || !y) in FPDFPathSegment_GetPoint()
217 *x = pPathPoint->m_Point.x; in FPDFPathSegment_GetPoint()
218 *y = pPathPoint->m_Point.y; in FPDFPathSegment_GetPoint()
224 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetType() local
225 return pPathPoint ? static_cast<int>(pPathPoint->m_Type) in FPDFPathSegment_GetType()
231 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetClose() local
232 return pPathPoint && pPathPoint->m_CloseFigure; in FPDFPathSegment_GetClose()