Searched refs:pPathPoint (Results 1 – 1 of 1) sorted by relevance
213 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetPoint() local214 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() local225 return pPathPoint ? static_cast<int>(pPathPoint->m_Type) in FPDFPathSegment_GetType()231 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetClose() local232 return pPathPoint && pPathPoint->m_CloseFigure; in FPDFPathSegment_GetClose()