Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFindAndPlaceGlyph.h117 virtual SkPoint nextPoint() = 0;
125 SkPoint nextPoint() override { in nextPoint() function
139 SkPoint nextPoint() override { in nextPoint() function
321 SkPoint mappedPoint = mapper.TranslationMapper::map(positions->nextPoint()); in ProcessPosText()
346 SkPoint mappedPoint = mapper->map(positionReader->nextPoint()); in ProcessPosText()
/external/skqp/src/core/
DSkFindAndPlaceGlyph.h117 virtual SkPoint nextPoint() = 0;
125 SkPoint nextPoint() override { in nextPoint() function
139 SkPoint nextPoint() override { in nextPoint() function
321 SkPoint mappedPoint = mapper.TranslationMapper::map(positions->nextPoint()); in ProcessPosText()
346 SkPoint mappedPoint = mapper->map(positionReader->nextPoint()); in ProcessPosText()
/external/skqp/src/utils/
DSkShadowTessellator.cpp57 void addEdge(const SkVector& nextPoint, const SkVector& nextNormal, SkColor umbraColor,
264 SkPoint nextPoint = fPathPolygon[j]; in computeConvexShadow() local
266 nextPoint); in computeConvexShadow()
399 void SkBaseShadowTessellator::addEdge(const SkPoint& nextPoint, const SkVector& nextNormal, in addEdge() argument
408 fPrevPoint = nextPoint; in addEdge()
410 duplicate = this->addInnerPoint(nextPoint, umbraColor, umbraPolygon, &currUmbraIndex); in addEdge()
446 SkPoint newPoint = nextPoint + nextNormal; in addEdge()
993 void addToClip(const SkVector& nextPoint);
/external/skia/src/utils/
DSkShadowTessellator.cpp57 void addEdge(const SkVector& nextPoint, const SkVector& nextNormal, SkColor umbraColor,
264 SkPoint nextPoint = fPathPolygon[j]; in computeConvexShadow() local
266 nextPoint); in computeConvexShadow()
399 void SkBaseShadowTessellator::addEdge(const SkPoint& nextPoint, const SkVector& nextNormal, in addEdge() argument
408 fPrevPoint = nextPoint; in addEdge()
410 duplicate = this->addInnerPoint(nextPoint, umbraColor, umbraPolygon, &currUmbraIndex); in addEdge()
446 SkPoint newPoint = nextPoint + nextNormal; in addEdge()
993 void addToClip(const SkVector& nextPoint);
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py529 nextPoint = self._nextPoint
530 self.pen.curveTo(nextPoint(pt1), nextPoint(pt2), nextPoint(pt3))
/external/skia/src/ports/
DSkFontHost_win.cpp1259 const POINTFX* nextPoint = fPointIter.next(); in next() local
1260 if (nullptr == nextPoint) { in next()
1268 nextPoint = fPointIter.next(); in next()
1270 return nextPoint; in next()
/external/skqp/src/ports/
DSkFontHost_win.cpp1258 const POINTFX* nextPoint = fPointIter.next(); in next() local
1259 if (nullptr == nextPoint) { in next()
1267 nextPoint = fPointIter.next(); in next()
1269 return nextPoint; in next()