Home
last modified time | relevance | path

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

/external/skqp/include/private/
DSkPathRef.h60 SkPoint* atPoint(int i) { in atPoint() function
64 const SkPoint* atPoint(int i) const { in atPoint() function
285 const SkPoint& atPoint(int index) const { in atPoint() function
/external/skia/include/private/
DSkPathRef.h60 SkPoint* atPoint(int i) { in atPoint() function
64 const SkPoint* atPoint(int i) const { in atPoint() function
285 const SkPoint& atPoint(int index) const { in atPoint() function
/external/skia/src/core/
DSkPath.cpp678 return fPathRef->atPoint(index); in getPoint()
711 *lastPt = fPathRef->atPoint(count - 1); in getLastPt()
729 ed.atPoint(index)->set(x, y); in setPt()
741 ed.atPoint(count-1)->set(x, y); in setLastPt()
804 const SkPoint& pt = fPathRef->atPoint(~fLastMoveToIndex); in injectMoveToIfNeeded()
/external/skqp/src/core/
DSkPath.cpp678 return fPathRef->atPoint(index); in getPoint()
711 *lastPt = fPathRef->atPoint(count - 1); in getLastPt()
729 ed.atPoint(index)->set(x, y); in setPt()
741 ed.atPoint(count-1)->set(x, y); in setLastPt()
804 const SkPoint& pt = fPathRef->atPoint(~fLastMoveToIndex); in injectMoveToIfNeeded()