Home
last modified time | relevance | path

Searched refs:SkEvalCubicAt (Results 1 – 22 of 22) sorted by relevance

/external/skqp/samplecode/
DSamplePath.cpp518 SkEvalCubicAt(fPts, t[i], &loc, &tan, nullptr); in onDrawContent()
527 SkEvalCubicAt(fPts, 0.5f, &loc, nullptr, nullptr); in onDrawContent()
531 SkEvalCubicAt(fPts, 1.0f/3, &loc, nullptr, nullptr); in onDrawContent()
533 SkEvalCubicAt(fPts, 2.0f/3, &loc, nullptr, nullptr); in onDrawContent()
692 SkEvalCubicAt(fPts, ts[0], &anchor, nullptr, nullptr); in showFlattness()
696 SkEvalCubicAt(fPts, ts[1], &anchor, nullptr, nullptr); in showFlattness()
745 SkEvalCubicAt(fPts, ts[i], &p, nullptr, nullptr); in onDrawContent()
DSamplePatch.cpp76 SkEvalCubicAt(cubic, t, &samples[i], nullptr, nullptr); in eval_patch_edge()
DSampleQuadStroker.cpp390 SkEvalCubicAt(pts, t, &pos, &tan, nullptr); in draw_t_divs()
DSampleAAGeometry.cpp1158 SkEvalCubicAt(pts, tMax[tIndex], &maxPt, &tangent, nullptr); in draw_bisects()
/external/skia/samplecode/
DSamplePath.cpp486 SkEvalCubicAt(fPts, t[i], &loc, &tan, nullptr); in onDrawContent()
495 SkEvalCubicAt(fPts, 0.5f, &loc, nullptr, nullptr); in onDrawContent()
499 SkEvalCubicAt(fPts, 1.0f/3, &loc, nullptr, nullptr); in onDrawContent()
501 SkEvalCubicAt(fPts, 2.0f/3, &loc, nullptr, nullptr); in onDrawContent()
653 SkEvalCubicAt(fPts, ts[0], &anchor, nullptr, nullptr); in showFlattness()
657 SkEvalCubicAt(fPts, ts[1], &anchor, nullptr, nullptr); in showFlattness()
740 SkEvalCubicAt(fPts, ts[i], &p, nullptr, nullptr); in onDrawContent()
DSamplePatch.cpp74 SkEvalCubicAt(cubic, t, &samples[i], nullptr, nullptr); in eval_patch_edge()
DSampleQuadStroker.cpp380 SkEvalCubicAt(pts, t, &pos, &tan, nullptr); in draw_t_divs()
DSampleVariableWidthStroker.cpp1002 SkEvalCubicAt(seg.fPoints.data(), t, nullptr, &tangent, nullptr); in unitNormal()
/external/skqp/tests/
DGeometryTest.cpp211 SkEvalCubicAt(&pts[index * 4], 0, nullptr, &start, nullptr); in test_cubic_tangents()
212 SkEvalCubicAt(&pts[index * 4], .5f, nullptr, &mid, nullptr); in test_cubic_tangents()
213 SkEvalCubicAt(&pts[index * 4], 1, nullptr, &end, nullptr); in test_cubic_tangents()
DPathTest.cpp4173 SkEvalCubicAt(&pts[i], 0.5f, &halfway, nullptr, nullptr); in test_contains()
4175 SkEvalCubicAt(&pts[i + 3], 0.5f, &halfway, nullptr, nullptr); in test_contains()
/external/skia/tests/
DGeometryTest.cpp72 SkEvalCubicAt(pts, chopT, &expectedPt, nullptr, nullptr); in testChopCubic()
274 SkEvalCubicAt(&pts[index * 4], 0, nullptr, &start, nullptr); in test_cubic_tangents()
275 SkEvalCubicAt(&pts[index * 4], .5f, nullptr, &mid, nullptr); in test_cubic_tangents()
276 SkEvalCubicAt(&pts[index * 4], 1, nullptr, &end, nullptr); in test_cubic_tangents()
DPathTest.cpp4181 SkEvalCubicAt(&pts[i], 0.5f, &halfway, nullptr, nullptr); in test_contains()
4183 SkEvalCubicAt(&pts[i + 3], 0.5f, &halfway, nullptr, nullptr); in test_contains()
/external/skqp/src/core/
DSkGeometry.h99 void SkEvalCubicAt(const SkPoint src[4], SkScalar t, SkPoint* locOrNull,
DSkStroke.cpp627 SkEvalCubicAt(cubic, t, &reduction[rCount], nullptr, nullptr); in CheckCubicLinear()
818 SkEvalCubicAt(cubic, t, tPt, &dxy, nullptr); in cubicPerpRay()
1293 SkEvalCubicAt(cubic, cusp, &cuspLoc, nullptr, nullptr); in cubicTo()
DSkPathMeasure.cpp483 SkEvalCubicAt(pts, t, pos, tangent, nullptr); in compute_pos_tan()
DSkGeometry.cpp332 void SkEvalCubicAt(const SkPoint src[4], SkScalar t, SkPoint* loc, in SkEvalCubicAt() function
DSkPath.cpp3491 SkEvalCubicAt(c, t, nullptr, &tangent, nullptr); in tangent_cubic()
3867 SkEvalCubicAt(src, ts[i], &extremas[i], nullptr, nullptr); in compute_cubic_extremas()
/external/skia/src/core/
DSkGeometry.h132 void SkEvalCubicAt(const SkPoint src[4], SkScalar t, SkPoint* locOrNull,
DSkStroke.cpp661 SkEvalCubicAt(cubic, t, &reduction[rCount], nullptr, nullptr); in CheckCubicLinear()
847 SkEvalCubicAt(cubic, t, tPt, &dxy, nullptr); in cubicPerpRay()
1329 SkEvalCubicAt(cubic, cusp, &cuspLoc, nullptr, nullptr); in cubicTo()
DSkContourMeasure.cpp460 SkEvalCubicAt(pts, t, pos, tangent, nullptr); in compute_pos_tan()
DSkPath.cpp2872 SkEvalCubicAt(c, t, nullptr, &tangent, nullptr); in tangent_cubic()
3256 SkEvalCubicAt(src, ts[i], &extremas[i], nullptr, nullptr); in compute_cubic_extremas()
DSkGeometry.cpp398 void SkEvalCubicAt(const SkPoint src[4], SkScalar t, SkPoint* loc, in SkEvalCubicAt() function