Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathRef.h57 SkPoint* atPoint(int i) { in atPoint() function
61 const SkPoint* atPoint(int i) const { in atPoint() function
257 const SkPoint& atPoint(int index) const { in atPoint() function
/external/skia/src/core/
DSkPath.cpp632 return fPathRef->atPoint(index); in getPoint()
665 *lastPt = fPathRef->atPoint(count - 1); in getLastPt()
683 ed.atPoint(index)->set(x, y); in setPt()
695 ed.atPoint(count-1)->set(x, y); in setLastPt()
745 const SkPoint& pt = fPathRef->atPoint(~fLastMoveToIndex); in injectMoveToIfNeeded()