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 264 SkScalar yAtT(int index) const {
265 return yAtT(&fTs[index]);
493 SkScalar yAtT(const SkOpSpan* span) const {
SkPathOpsCommon.cpp 87 baseT, current->xAtT(index), current->yAtT(index),
90 endT, current->xAtT(endIndex), current->yAtT(endIndex));
SkPathOpsDebug.cpp 419 SkDebugf(") t=%1.9g (%1.9g,%1.9g)", span->fT, xAtT(span), yAtT(span));
  /external/skia/src/pathops/
SkOpSegment.h 264 SkScalar yAtT(int index) const {
265 return yAtT(&fTs[index]);
493 SkScalar yAtT(const SkOpSpan* span) const {
SkPathOpsCommon.cpp 87 baseT, current->xAtT(index), current->yAtT(index),
90 endT, current->xAtT(endIndex), current->yAtT(endIndex));
SkPathOpsDebug.cpp 419 SkDebugf(") t=%1.9g (%1.9g,%1.9g)", span->fT, xAtT(span), yAtT(span));
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 224 milliseconds