/third_party/skia/docs/examples/ |
H A D | skcanvas_star.cpp | 13 path.lineTo(R * cos(theta), R * sin(theta)); in REG_FIDDLE()
|
H A D | convex_overstroke_quad.cpp | 19 path.lineTo(p2); in REG_FIDDLE()
|
H A D | default3.cpp | 11 path.lineTo(C + R * cos(a), C + R * sin(a)); in REG_FIDDLE()
|
H A D | skpaint_sum_path_effect.cpp | 11 path.lineTo(C + R * cos(a), C + R * sin(a)); in REG_FIDDLE()
|
H A D | sum_path_effect.cpp | 11 path.lineTo(C + R * cos(a), C + R * sin(a)); in REG_FIDDLE()
|
H A D | Path_lineTo.cpp | 21 path.lineTo(hash[i + 1].fX + offsets[o].fX, hash[i + 1].fY + offsets[o].fY); in REG_FIDDLE()
|
H A D | skpaint_dash_path_effect.cpp | 11 path.lineTo(C + R * cos(a), C + R * sin(a)); in REG_FIDDLE()
|
H A D | discrete_path.cpp | 11 path.lineTo(C + R * cos(a), C + R * sin(a)); in REG_FIDDLE()
|
H A D | skpaint_compose_path_effect.cpp | 11 path.lineTo(C + R * cos(a), C + R * sin(a)); in REG_FIDDLE()
|
H A D | compose_path.cpp | 11 path.lineTo(C + R * cos(a), C + R * sin(a)); in REG_FIDDLE()
|
H A D | not_path_gradient.cpp | 12 path.lineTo(C + r * cos(a), C + r * sin(a)); in REG_FIDDLE()
|
H A D | blur_alpha_img.cpp | 13 path.lineTo(pts[i] * scale, pts[i + 1] * scale); in REG_FIDDLE()
|
H A D | shader.cpp | 12 path.lineTo(C + r * cos(a), C + r * sin(a)); in REG_FIDDLE()
|
/third_party/skia/src/pathops/ |
H A D | SkPathWriter.h | 39 void lineTo();
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psglue.h | 127 CF2_Callback_Type lineTo; member
|
/third_party/skia/gm/ |
H A D | dashing.cpp | 116 b.lineTo(SkScalarCos(rad), SkScalarSin(rad)); in make_unit_star() 123 .lineTo(bounds.right(), bounds.bottom()) in make_path_line() 486 lines.lineTo(pts[0].fX * (1 - i) + pts[1].fX * i, in DEF_SIMPLE_GM() 654 path.lineTo(r, t); in DEF_SIMPLE_GM() 655 path.lineTo(r, b); in DEF_SIMPLE_GM() 656 path.lineTo(l, b); in DEF_SIMPLE_GM()
|
H A D | conicpaths.cpp | 210 path.lineTo(SkBits2Float(0x42cfd89a), SkBits2Float(0xc2700000)); // 103.923f, -60 in DEF_SIMPLE_GM() 211 path.lineTo(SkBits2Float(0x42cfd899), SkBits2Float(0xc2700006)); // 103.923f, -60 in DEF_SIMPLE_GM()
|
H A D | overstroke.cpp | 61 .lineTo(100, 0) in quad_path() 99 ribs.lineTo(pos.x() - tan.x(), pos.y() - tan.y()); in ribs_path()
|
/third_party/skia/samplecode/ |
H A D | SampleStrokeVerb.cpp | 121 fPath.lineTo(fPoints[1]); in updatePath() 122 fPath.lineTo(fPoints[3]); in updatePath()
|
H A D | SampleStringArt.cpp | 39 path.lineTo(rp);
|
H A D | SampleEffects.cpp | 76 fPath.lineTo(pts[i], pts[i+1]); in EffectsView()
|
/third_party/skia/bench/ |
H A D | PathOpsBench.cpp | 108 void lineTo(float x, float y) { in lineTo() function 134 b.lineTo(x, y); in run_builder()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrAAConvexTessellator.cpp | 401 // Reset the accumulated error for all the future lineTo() calls when iterating over the path. 411 this->lineTo(m, e.fPts[1], kSharp_CurveState); 926 void GrAAConvexTessellator::lineTo(const SkPoint& p, CurveState curve) { 950 void GrAAConvexTessellator::lineTo(const SkMatrix& m, const SkPoint& p, CurveState curve) { 951 this->lineTo(m.mapXY(p.fX, p.fY), curve); 962 this->lineTo(fPointBuffer[i], kCurve_CurveState); 964 this->lineTo(fPointBuffer[count - 1], kIndeterminate_CurveState); 983 this->lineTo(fPointBuffer[i], kCurve_CurveState); 985 this->lineTo(fPointBuffer[count - 1], kIndeterminate_CurveState);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_line.cpp | 38 path.lineTo(ConvertDimensionToPx(lineAttr_.x2, viewPort, SvgLengthType::HORIZONTAL), in AsPath()
|
/third_party/skia/src/core/ |
H A D | HMSymbol.cpp | 35 path_stemp.lineTo(pts[1]); // the 1 is second point in PathOutlineDecompose()
|