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

  /external/skia/tests/
GeometryTest.cpp 85 v1 = conic.evalTangentAt(t);
140 SkVector start = conic.evalTangentAt(0);
141 SkVector mid = conic.evalTangentAt(.5f);
142 SkVector end = conic.evalTangentAt(1);
  /external/skqp/tests/
GeometryTest.cpp 85 v1 = conic.evalTangentAt(t);
140 SkVector start = conic.evalTangentAt(0);
141 SkVector mid = conic.evalTangentAt(.5f);
142 SkVector end = conic.evalTangentAt(1);
  /external/skia/src/core/
SkGeometry.h 266 SkVector evalTangentAt(SkScalar t) const;
SkGeometry.cpp     [all...]
SkPath.cpp     [all...]
  /external/skqp/src/core/
SkGeometry.h 266 SkVector evalTangentAt(SkScalar t) const;
SkGeometry.cpp     [all...]
SkPath.cpp     [all...]
  /external/skia/bench/
PathBench.cpp 954 fDst[0].fPts[0] = fRQ.evalTangentAt(0.4f);
    [all...]
  /external/skia/samplecode/
SampleQuadStroker.cpp 368 tan = conic.evalTangentAt(t);
  /external/skqp/bench/
PathBench.cpp 954 fDst[0].fPts[0] = fRQ.evalTangentAt(0.4f);
    [all...]
  /external/skqp/samplecode/
SampleQuadStroker.cpp 368 tan = conic.evalTangentAt(t);

Completed in 145 milliseconds