Searched refs:atPoint (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/include/core/ | ||
H A D | SkPathRef.h | 59 SkPoint* atPoint(int i) { function in class:SkPathRef::Editor 63 const SkPoint* atPoint(int i) const { function in class:SkPathRef::Editor 233 const SkPoint& atPoint(int index) const { function in class:SkPathRef |
/external/skia/include/core/ | ||
H A D | SkPathRef.h | 58 SkPoint* atPoint(int i) { function in class:SkPathRef::Editor 62 const SkPoint* atPoint(int i) const { function in class:SkPathRef::Editor 232 const SkPoint& atPoint(int index) const { function in class:SkPathRef |
/external/chromium_org/third_party/skia/src/core/ | ||
H A D | SkPath.cpp | 589 return fPathRef->atPoint(index); 622 *lastPt = fPathRef->atPoint(count - 1); 640 ed.atPoint(count-1)->set(x, y); 690 const SkPoint& pt = fPathRef->atPoint(~fLastMoveToIndex); |
/external/skia/src/core/ | ||
H A D | SkPath.cpp | 589 return fPathRef->atPoint(index); 622 *lastPt = fPathRef->atPoint(count - 1); 640 ed.atPoint(count-1)->set(x, y); 688 const SkPoint& pt = fPathRef->atPoint(~fLastMoveToIndex); |
Completed in 168 milliseconds