HomeSort by relevance Sort by last modified time
    Searched refs:yAtT (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h 229 SkScalar yAtT(int index) const {
230 return yAtT(&fTs[index]);
406 SkScalar yAtT(const SkOpSpan* span) const {
SkPathOpsCommon.cpp 64 baseT, current->xAtT(index), current->yAtT(index),
67 endT, current->xAtT(endIndex), current->yAtT(endIndex));
SkOpAngle.cpp 428 fSegment->debugID(), fSegment->xAtT(fStart), fSegment->yAtT(fStart),
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkOpSegment.h 229 SkScalar yAtT(int index) const {
230 return yAtT(&fTs[index]);
406 SkScalar yAtT(const SkOpSpan* span) const {
SkPathOpsCommon.cpp 64 baseT, current->xAtT(index), current->yAtT(index),
67 endT, current->xAtT(endIndex), current->yAtT(endIndex));
SkOpAngle.cpp 428 fSegment->debugID(), fSegment->xAtT(fStart), fSegment->yAtT(fStart),
SkOpSegment.cpp     [all...]

Completed in 58 milliseconds