Searched defs:xyAtT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.h257 const SkPoint& xyAtT(const SkOpSpan* span) const {
261 const SkPoint& xyAtT(int index) const { function in class:SkOpSegment
262 return xyAtT(&fTs[index]);
492 return xyAtT(span).fX;
496 return xyAtT(span).fY;
/external/skia/src/pathops/
H A DSkOpSegment.h255 const SkPoint& xyAtT(const SkOpSpan* span) const {
259 const SkPoint& xyAtT(int index) const { function in class:SkOpSegment
260 return xyAtT(&fTs[index]);
490 return xyAtT(span).fX;
494 return xyAtT(span).fY;

Completed in 2207 milliseconds