Searched defs:nextPoint (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_win.cpp1343 const POINTFX* nextPoint = fPointIter.next(); local
1344 if (NULL == nextPoint) {
1352 nextPoint = fPointIter.next();
1354 return nextPoint;

Completed in 461 milliseconds