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

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

Completed in 57 milliseconds