Home
last modified time | relevance | path

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

/external/skqp/include/private/
DSkPathRef.h58 SkPoint* atPoint(int i) { in atPoint() function
62 const SkPoint* atPoint(int i) const { in atPoint() function
283 const SkPoint& atPoint(int index) const { in atPoint() function
/external/skia/include/private/
DSkPathRef.h59 SkPoint* atPoint(int i) { in atPoint() function
63 const SkPoint* atPoint(int i) const { in atPoint() function
284 const SkPoint& atPoint(int index) const { in atPoint() function
/external/skia/src/core/
DSkPath.cpp660 return fPathRef->atPoint(index); in getPoint()
693 *lastPt = fPathRef->atPoint(count - 1); in getLastPt()
711 ed.atPoint(index)->set(x, y); in setPt()
723 ed.atPoint(count-1)->set(x, y); in setLastPt()
773 const SkPoint& pt = fPathRef->atPoint(~fLastMoveToIndex); in injectMoveToIfNeeded()
/external/skqp/src/core/
DSkPath.cpp651 return fPathRef->atPoint(index); in getPoint()
684 *lastPt = fPathRef->atPoint(count - 1); in getLastPt()
702 ed.atPoint(index)->set(x, y); in setPt()
714 ed.atPoint(count-1)->set(x, y); in setLastPt()
764 const SkPoint& pt = fPathRef->atPoint(~fLastMoveToIndex); in injectMoveToIfNeeded()