Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp1423 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(NULL), fEndPoint(NULL) { } in GDIPolygonCurvePointIter()
1427 , fCurPoint(&curPolygon->apfx[0]) in GDIPolygonCurvePointIter()
1431 bool isSet() { return fCurPoint != NULL; } in isSet()
1435 fCurPoint = &curPolygon->apfx[0]; in set()
1439 fCurPoint = NULL; in set()
1444 if (fCurPoint >= fEndPoint) { in next()
1447 const POINTFX* thisPoint = fCurPoint; in next()
1448 ++fCurPoint; in next()
1454 const POINTFX* fCurPoint; member in GDIGlyphbufferPointIter::GDIPolygonCurvePointIter