/external/skqp/samplecode/ |
D | SamplePath.cpp | 518 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()
|
D | SamplePatch.cpp | 76 SkEvalCubicAt(cubic, t, &samples[i], nullptr, nullptr); in eval_patch_edge()
|
D | SampleQuadStroker.cpp | 390 SkEvalCubicAt(pts, t, &pos, &tan, nullptr); in draw_t_divs()
|
D | SampleAAGeometry.cpp | 1158 SkEvalCubicAt(pts, tMax[tIndex], &maxPt, &tangent, nullptr); in draw_bisects()
|
/external/skia/samplecode/ |
D | SamplePath.cpp | 486 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()
|
D | SamplePatch.cpp | 74 SkEvalCubicAt(cubic, t, &samples[i], nullptr, nullptr); in eval_patch_edge()
|
D | SampleQuadStroker.cpp | 380 SkEvalCubicAt(pts, t, &pos, &tan, nullptr); in draw_t_divs()
|
D | SampleVariableWidthStroker.cpp | 1002 SkEvalCubicAt(seg.fPoints.data(), t, nullptr, &tangent, nullptr); in unitNormal()
|
/external/skqp/tests/ |
D | GeometryTest.cpp | 211 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()
|
D | PathTest.cpp | 4173 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/ |
D | GeometryTest.cpp | 72 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()
|
D | PathTest.cpp | 4181 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/ |
D | SkGeometry.h | 99 void SkEvalCubicAt(const SkPoint src[4], SkScalar t, SkPoint* locOrNull,
|
D | SkStroke.cpp | 627 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()
|
D | SkPathMeasure.cpp | 483 SkEvalCubicAt(pts, t, pos, tangent, nullptr); in compute_pos_tan()
|
D | SkGeometry.cpp | 332 void SkEvalCubicAt(const SkPoint src[4], SkScalar t, SkPoint* loc, in SkEvalCubicAt() function
|
D | SkPath.cpp | 3491 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/ |
D | SkGeometry.h | 132 void SkEvalCubicAt(const SkPoint src[4], SkScalar t, SkPoint* locOrNull,
|
D | SkStroke.cpp | 661 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()
|
D | SkContourMeasure.cpp | 460 SkEvalCubicAt(pts, t, pos, tangent, nullptr); in compute_pos_tan()
|
D | SkPath.cpp | 2872 SkEvalCubicAt(c, t, nullptr, &tangent, nullptr); in tangent_cubic() 3256 SkEvalCubicAt(src, ts[i], &extremas[i], nullptr, nullptr); in compute_cubic_extremas()
|
D | SkGeometry.cpp | 398 void SkEvalCubicAt(const SkPoint src[4], SkScalar t, SkPoint* loc, in SkEvalCubicAt() function
|