Searched refs:fCurPoint (Results 1 – 1 of 1) sorted by relevance
1420 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(nullptr), fEndPoint(nullptr) { } in GDIPolygonCurvePointIter()1424 , fCurPoint(&curPolygon->apfx[0]) in GDIPolygonCurvePointIter()1428 bool isSet() { return fCurPoint != nullptr; } in isSet()1432 fCurPoint = &curPolygon->apfx[0]; in set()1436 fCurPoint = nullptr; in set()1441 if (fCurPoint >= fEndPoint) { in next()1444 const POINTFX* thisPoint = fCurPoint; in next()1445 ++fCurPoint; in next()1451 const POINTFX* fCurPoint; member in GDIGlyphbufferPointIter::GDIPolygonCurvePointIter