/third_party/skia/samplecode/ |
H A D | SampleCircle.cpp | 64 path->lineTo(SkScalarCos(angle), SkScalarSin(angle)); in make_poly()
|
H A D | SampleMegaStroke.cpp | 23 fMegaPath.lineTo(SkIntToScalar(index), SkIntToScalar(rand.nextRangeU(500, 600))); in MegaStrokeView()
|
H A D | SampleVariableWidthStroker.cpp | 365 fCurrVerb.lineTo(pts[1]); 752 fOuter.lineTo(innerLastPt); 821 path->lineTo(common + miterVec); 822 path->lineTo(afterEndpt); 828 path->lineTo(common); 829 path->lineTo(afterEndpt); 865 result->lineTo(points[j - 1]); 1272 path.lineTo(x + dx, -rr[deg]); 1291 axes.lineTo(pathBounds.width(), 0); 1293 axes.lineTo( [all...] |
/third_party/skia/gm/ |
H A D | hittestpath.cpp | 55 b.lineTo(randoms[0] * scale, randoms[1] * scale) in DEF_SIMPLE_GM_CAN_FAIL()
|
H A D | fatpathfill.cpp | 68 line.lineTo(SkIntToScalar(4 + i), 1); in DEF_SIMPLE_GM()
|
H A D | stringart.cpp | 57 path.lineTo(rp);
|
/third_party/skia/docs/examples/ |
H A D | l_system_plant.cpp | 60 path.lineTo(pt.x, pt.y); in REG_FIDDLE_ANIMATED()
|
H A D | PDF.cpp | 50 path.lineTo(C + R * cos(a), C + R * sin(a)); in REG_FIDDLE()
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | PathBuilder.java | 22 public void lineTo(float x, float y) { in lineTo() method in PathBuilder
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/ |
H A D | index.js | 172 qr_mc.lineTo(x + cs, y); 173 qr_mc.lineTo(x + cs, y + cs); 174 qr_mc.lineTo(x, y + cs);
|
/third_party/skia/src/core/ |
H A D | SkRegion_path.cpp | 478 path->lineTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY1)); // V in extract_path() 479 path->lineTo(SkIntToScalar(edge->fX), SkIntToScalar(edge->fY0)); // H in extract_path() 486 path->lineTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY1)); // V in extract_path()
|
/third_party/skia/tests/ |
H A D | AAClipTest.cpp | 182 path.lineTo(SkIntToScalar(100), 0); in test_rgn() 183 path.lineTo(SkIntToScalar(100 - 20), SkIntToScalar(20)); in test_rgn() 184 path.lineTo(SkIntToScalar(20), SkIntToScalar(20)); in test_rgn()
|
H A D | GrStyledShapeTest.cpp | 1260 dst->lineTo(SkIntToScalar(i), SkIntToScalar(i)); in test_unknown_path_effect() 2031 linePath.lineTo(4, 5); in DEF_TEST() 2050 linePath.lineTo(5, 4); in DEF_TEST() 2065 linePath.lineTo(4, 4); in DEF_TEST() 2109 pathA.lineTo(10.f, 10.f); in DEF_TEST() 2112 pathB.lineTo(10.f, 10.f); in DEF_TEST() 2118 pathB.lineTo(10.f, 10.f); in DEF_TEST() 2124 pathB.lineTo(10.f, 10.f); in DEF_TEST() 2128 // Give path b an extra lineTo verb in DEF_TEST() 2130 pathB.lineTo(1 in DEF_TEST() [all...] |
H A D | PathOpsTestCommon.cpp | 177 quadPath->lineTo(pts[1].fX, pts[1].fY); 213 simplePath->lineTo(pts[1].fX, pts[1].fY); in CubicPathToSimple()
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 575 lineTo: function() {}, 1106 CanvasRenderingContext2D.prototype.lineTo = function() {}; 1134 Path2D.prototype.lineTo = function() {};
|
/third_party/skia/modules/sksg/samples/ |
H A D | SampleSVGPong.cpp | 109 .lineTo(kBounds.right(), fieldBounds.top()) 111 .lineTo(kBounds.right(), fieldBounds.bottom()); 116 .lineTo(kBounds.centerX(),
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 2446 topBorder.lineTo(x, y); in PaintBorder() 2449 topClipPath.lineTo(offsetX + leftW * EXTEND, offsetY + topW * EXTEND); in PaintBorder() 2450 topClipPath.lineTo(offsetX, offsetY + topW * EXTEND); in PaintBorder() 2457 topBorder.lineTo(offsetX + width, y); in PaintBorder() 2460 topClipPath.lineTo(offsetX + width - rightW * EXTEND, offsetY + topW * EXTEND); in PaintBorder() 2461 topClipPath.lineTo(offsetX + width, offsetY + topW * EXTEND); in PaintBorder() 2485 rightBorder.lineTo(x + w - trX * 2.0f, y); in PaintBorder() 2488 rightClipPath.lineTo(offsetX + width - rightW * EXTEND, offsetY + topW * EXTEND); in PaintBorder() 2489 rightClipPath.lineTo(offsetX + width - rightW * EXTEND, offsetY); in PaintBorder() 2496 rightBorder.lineTo(offset in PaintBorder() [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrAAConvexTessellator.h | 216 void lineTo(const SkPoint& p, CurveState curve); 218 void lineTo(const SkMatrix& m, const SkPoint& p, CurveState curve);
|
/third_party/skia/bench/ |
H A D | HairlinePathBench.cpp | 103 path->lineTo(SkIntToScalar(points[base2] + xTrans), 105 path->lineTo(SkIntToScalar(points[base3] + xTrans),
|
H A D | StrokeBench.cpp | 65 path.lineTo(rand_pt(rand)); in line_path_maker()
|
/third_party/node/deps/v8/tools/profview/ |
H A D | profview.js | 994 ctx.lineTo(x2, j > 0 ? nextBucketData[j - 1] : 0); 995 ctx.lineTo(x2, nextBucketData[j]); 996 ctx.lineTo(x1, bucketData[j]); 1031 ctx.lineTo(buffer.width, functionTimelineYOffset + 0.5); 1037 ctx.lineTo(buffer.width, 1058 ctx.lineTo(x + 3, y + 3); 1062 ctx.lineTo(x + 3, y - 3); 1071 ctx.lineTo(x, y); 1075 ctx.lineTo(x, y);
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_line.cpp | 122 path.lineTo(ConvertDimensionToPx(x2_, LengthType::HORIZONTAL), ConvertDimensionToPx(y2_, LengthType::VERTICAL)); in GetPath()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_line.cpp | 78 path.lineTo(ConvertDimensionToPx(component_->GetX2(), viewPort, SvgLengthType::HORIZONTAL), in AsPath()
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Shape.cpp | 92 .lineTo(fRect.right(), fRect.bot()); break; in asPath()
|
/third_party/skia/modules/androidkit/src/ |
H A D | PathBuilder.cpp | 30 pathBuilder->lineTo(x, y); in PathBuilder_LineTo()
|