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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1495 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(NULL), fEndPoint(NULL) { }
1499 , fCurPoint(&curPolygon->apfx[0])
1503 bool isSet() { return fCurPoint != NULL; }
1507 fCurPoint = &curPolygon->apfx[0];
1511 fCurPoint = NULL;
1516 if (fCurPoint >= fEndPoint) {
1519 const POINTFX* thisPoint = fCurPoint;
1520 ++fCurPoint;
1526 const POINTFX* fCurPoint; member in class:GDIGlyphbufferPointIter::GDIPolygonCurvePointIter
/external/skia/src/ports/
H A DSkFontHost_win.cpp1527 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(NULL), fEndPoint(NULL) { }
1531 , fCurPoint(&curPolygon->apfx[0])
1535 bool isSet() { return fCurPoint != NULL; }
1539 fCurPoint = &curPolygon->apfx[0];
1543 fCurPoint = NULL;
1548 if (fCurPoint >= fEndPoint) {
1551 const POINTFX* thisPoint = fCurPoint;
1552 ++fCurPoint;
1558 const POINTFX* fCurPoint; member in class:GDIGlyphbufferPointIter::GDIPolygonCurvePointIter

Completed in 1957 milliseconds