Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp1339 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(nullptr), fEndPoint(nullptr) { } in GDIPolygonCurvePointIter()
1343 , fCurPoint(&curPolygon->apfx[0]) in GDIPolygonCurvePointIter()
1347 bool isSet() { return fCurPoint != nullptr; } in isSet()
1351 fCurPoint = &curPolygon->apfx[0]; in set()
1355 fCurPoint = nullptr; in set()
1360 if (fCurPoint >= fEndPoint) { in next()
1363 const POINTFX* thisPoint = fCurPoint; in next()
1364 ++fCurPoint; in next()
1370 const POINTFX* fCurPoint; member in GDIGlyphbufferPointIter::GDIPolygonCurvePointIter
/external/skqp/src/ports/
DSkFontHost_win.cpp1338 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(nullptr), fEndPoint(nullptr) { } in GDIPolygonCurvePointIter()
1342 , fCurPoint(&curPolygon->apfx[0]) in GDIPolygonCurvePointIter()
1346 bool isSet() { return fCurPoint != nullptr; } in isSet()
1350 fCurPoint = &curPolygon->apfx[0]; in set()
1354 fCurPoint = nullptr; in set()
1359 if (fCurPoint >= fEndPoint) { in next()
1362 const POINTFX* thisPoint = fCurPoint; in next()
1363 ++fCurPoint; in next()
1369 const POINTFX* fCurPoint; member in GDIGlyphbufferPointIter::GDIPolygonCurvePointIter