Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp1423 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(NULL), fEndPoint(NULL) { } in GDIPolygonCurvePointIter()
1428 , fEndPoint(&curPolygon->apfx[curPolygon->cpfx]) in GDIPolygonCurvePointIter()
1436 fEndPoint = &curPolygon->apfx[curPolygon->cpfx]; in set()
1440 fEndPoint = NULL; in set()
1444 if (fCurPoint >= fEndPoint) { in next()
1455 const POINTFX* fEndPoint; member in GDIGlyphbufferPointIter::GDIPolygonCurvePointIter