Home
last modified time | relevance | path

Searched refs:evalTangentAt (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DGeometryTest.cpp82 v1 = conic.evalTangentAt(t); in test_conic_eval_tan()
137 SkVector start = conic.evalTangentAt(0); in test_conic_tangents()
138 SkVector mid = conic.evalTangentAt(.5f); in test_conic_tangents()
139 SkVector end = conic.evalTangentAt(1); in test_conic_tangents()
/external/skia/src/core/
DSkGeometry.h223 SkVector evalTangentAt(SkScalar t) const;
DSkGeometry.cpp1039 SkVector SkConic::evalTangentAt(SkScalar t) const { in evalTangentAt() function in SkConic
1068 *tangent = this->evalTangentAt(t); in evalAt()
DSkPath.cpp3073 tangents->push(conic.evalTangentAt(t)); in tangent_conic()
/external/skia/bench/
DPathBench.cpp873 fDst[0].fPts[0] = fRQ.evalTangentAt(0.4f); in onDraw()
/external/skia/samplecode/
DSampleQuadStroker.cpp369 tan = conic.evalTangentAt(t); in draw_t_divs()