Searched refs:pPathPoint (Results 1 – 1 of 1) sorted by relevance
254 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetPoint() local255 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() local268 return pPathPoint ? static_cast<int>(pPathPoint->m_Type) in FPDFPathSegment_GetType()274 auto* pPathPoint = FXPathPointFromFPDFPathSegment(segment); in FPDFPathSegment_GetClose() local276 return pPathPoint ? pPathPoint->m_CloseFigure : false; in FPDFPathSegment_GetClose()