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

/external/skia/src/utils/
H A DSkShadowTessellator.cpp333 void addEdge(const SkVector& nextPoint, const SkVector& nextNormal);
571 void SkAmbientShadowTessellator::addEdge(const SkPoint& nextPoint, const SkVector& nextNormal) { argument
574 nextPoint.distanceToSqd(fPositions[fPrevUmbraIndex]) > kMaxEdgeLenSqr) {
575 SkPoint centerPoint = fPositions[fPrevUmbraIndex] + nextPoint;
607 *fPositions.push() = nextPoint;
609 *fPositions.push() = nextPoint + nextNormal;
633 fPositions[0] += nextPoint;
643 fPrevPoint = nextPoint;
667 void addEdge(const SkVector& nextPoint, const SkVector& nextNormal);
770 SkPoint nextPoint local
986 SkPoint nextPoint = fPathPolygon[0]; local
1219 addEdge(const SkPoint& nextPoint, const SkVector& nextNormal) argument
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp1351 const POINTFX* nextPoint = fPointIter.next(); local
1352 if (nullptr == nextPoint) {
1360 nextPoint = fPointIter.next();
1362 return nextPoint;

Completed in 141 milliseconds