HomeSort by relevance Sort by last modified time
    Searched defs:xyAtT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h 220 const SkPoint& xyAtT(const SkOpSpan* span) const {
224 const SkPoint& xyAtT(int index) const {
225 return xyAtT(&fTs[index]);
403 return xyAtT(span).fX;
407 return xyAtT(span).fY;
  /external/skia/src/pathops/
SkOpSegment.h 220 const SkPoint& xyAtT(const SkOpSpan* span) const {
224 const SkPoint& xyAtT(int index) const {
225 return xyAtT(&fTs[index]);
403 return xyAtT(span).fX;
407 return xyAtT(span).fY;

Completed in 23 milliseconds