Home
last modified time | relevance | path

Searched refs:lineTo (Results 251 - 275 of 326) sorted by relevance

1...<<11121314

/third_party/skia/src/effects/
H A DSkDiscretePathEffect.cpp120 dst->lineTo(p);
H A DSk2DPathEffect.cpp135 dst->lineTo(dstP[1]);
/third_party/skia/tests/
H A DSkPathRangeIterTest.cpp63 path.lineTo(genData.p()); in DEF_TEST()
H A DDashPathEffectTest.cpp83 src.lineTo(testCases[j].fPts[(k+1)%2]); in DEF_TEST()
H A DGrClipStackTest.cpp456 p.lineTo(r.fRight - lr, r.fTop); in make_octagon()
457 p.lineTo(r.fRight, r.fTop + tb); in make_octagon()
458 p.lineTo(r.fRight, r.fBottom - tb); in make_octagon()
459 p.lineTo(r.fRight - lr, r.fBottom); in make_octagon()
460 p.lineTo(r.fLeft + lr, r.fBottom); in make_octagon()
461 p.lineTo(r.fLeft, r.fBottom - tb); in make_octagon()
462 p.lineTo(r.fLeft, r.fTop + tb); in make_octagon()
790 line.lineTo({10.f, 5.f}); in DEF_TEST()
879 path.lineTo({20.f, 20.f}); in DEF_TEST()
880 path.lineTo({ in DEF_TEST()
[all...]
H A DCanvasTest.cpp321 // ('SkPathStroker::lineTo() fails for line with length SK_ScalarNearlyZero')
327 path.lineTo(SkPoint{ 0, SK_ScalarNearlyZero });
328 path.lineTo(SkPoint{ SkIntToScalar(1), 0 });
329 path.lineTo(SkPoint{ SkIntToScalar(1), SK_ScalarNearlyZero/2 });
/third_party/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp82 fPath->lineTo(points->x, points->y); in AddLines()
/third_party/skia/gm/
H A Dlinepaths.cpp74 path.fPath.lineTo(75*SK_Scalar1, 15*SK_Scalar1); in draw()
H A Daarectmodes.cpp57 path.lineTo(ptPtr->fX, ptPtr->fY); in test4()
H A Dconvex_all_line_paths.cpp244 builder.lineTo(points[i]); in GetPath()
249 builder.lineTo(points[i]); in GetPath()
H A Dpolygonoffset.cpp558 path.lineTo(data.get()[i]); in drawPolygon()
585 path.lineTo(offsetPoly[j]); in drawPolygon()
H A Dcubicpaths.cpp383 path.lineTo(526.109f, 155.200f); in DEF_SIMPLE_GM()
393 path.lineTo(526.109f, 155.200f); in DEF_SIMPLE_GM()
H A Dcirculararcs.cpp234 path.lineTo(SkBits2Float(0x4208918c), SkBits2Float(0x4208918c)); // 34.1421f, 34.1421f in DEF_SIMPLE_GM()
240 path.lineTo(SkBits2Float(0x41a00000), SkBits2Float(0x41a00000)); // 20, 20 in DEF_SIMPLE_GM()
/third_party/skia/docs/examples/
H A DSmoothBezierSplineInterpolation.cpp16 path.lineTo(pts[1]); in REG_FIDDLE()
/third_party/skia/modules/skottie/src/animator/
H A DShapeKeyframeAnimator.cpp146 path.lineTo(p1); in operator SkPath()
/third_party/skia/modules/pathkit/
H A Dexterns.js99 PathKit.SkPath.prototype.lineTo = function(x, y) {};
H A Dchaining.js102 PathKit.SkPath.prototype.lineTo = function(x, y) {
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp437 out->lineTo(fPoint); in asPath()
459 out->lineTo(fLine.fP2); in asPath()
/third_party/skia/samplecode/
H A DSampleFilterBounds.cpp92 localSpace.lineTo(rect.fRight, y); in create_axis_path()
96 localSpace.lineTo(x, rect.fBottom); in create_axis_path()
H A DSamplePathTessellators.cpp189 fPath.lineTo(std::cos(theta), std::sin(theta)); in SamplePathTessellators()
307 path_.lineTo(pts[1]); in update_weight()
H A DSampleClip.cpp244 rec->fResult.lineTo(pts[0]); in clip()
249 rec->fResult.lineTo(pts[1]); in clip()
293 path.moveTo(pts[0]).quadTo(pts[1], pts[2]).quadTo(pts[3], pts[4]).lineTo(pts[5]); in make_path()
/third_party/skia/fuzz/
H A DFuzzCommon.cpp69 path->lineTo(a, b); in FuzzNicePath()
241 path->lineTo(a, b); in FuzzEvilPath()
/third_party/skia/bench/
H A DDashBench.cpp29 path->lineTo(SkIntToScalar(600), SkIntToScalar(10)); in path_hline()
146 path->lineTo(SkScalarCos(rad), SkScalarSin(rad)); in make_unit_star()
H A DTessellateBench.cpp85 path.lineTo(764.62f * x, -435.688f * x); in make_line_path()
284 path.lineTo(rand.nextRangeF(0, 150), rand.nextRangeF(0, 150)); in make_motionmark_paths()
/third_party/skia/src/core/
H A DSkContourMeasure.cpp43 dst->lineTo(lastPt); in SkContourMeasure_segTo()
53 dst->lineTo(pts[1]); in SkContourMeasure_segTo()
55 dst->lineTo(SkScalarInterp(pts[0].fX, pts[1].fX, stopT), in SkContourMeasure_segTo()

Completed in 17 milliseconds

1...<<11121314