Home
last modified time | relevance | path

Searched refs:lineTo (Results 301 - 304 of 304) sorted by relevance

1...<<111213

/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp1594 self.fPath->lineTo(SkFDot6ToScalar(pt->x), -SkFDot6ToScalar(pt->y)); in Line()
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp1130 case SkPathVerb::kLine: quadPath->lineTo(pts[1].fX, pts[1].fY); break; in path_to_quads()
/third_party/skia/bench/
H A DTriangulatorBench.cpp48 path.lineTo(pts[ptsIdx]);
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp1112 skPath_.lineTo(SkDoubleToScalar(x + offset.GetX()), SkDoubleToScalar(y + offset.GetY())); in LineTo()
1578 skPath2d_.lineTo(x, y); in Path2DLineTo()

Completed in 11 milliseconds

1...<<111213