Searched refs:fEndPoint (Results 1 – 1 of 1) sorted by relevance
1420 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(nullptr), fEndPoint(nullptr) { } in GDIPolygonCurvePointIter()1425 , fEndPoint(&curPolygon->apfx[curPolygon->cpfx]) in GDIPolygonCurvePointIter()1433 fEndPoint = &curPolygon->apfx[curPolygon->cpfx]; in set()1437 fEndPoint = nullptr; in set()1441 if (fCurPoint >= fEndPoint) { in next()1452 const POINTFX* fEndPoint; member in GDIGlyphbufferPointIter::GDIPolygonCurvePointIter