MCPcopy Create free account
hub / github.com/JetBrains/skija / moveTo

Method moveTo

shared/java/Path.java:655–659  ·  view source on GitHub ↗

Adds beginning of contour at Point (x, y). @param x x-axis value of contour start @param y y-axis value of contour start @return reference to Path @see https://fiddle.skia.org/c/@Path_moveTo

(float x, float y)

Source from the content-addressed store, hash-verified

653 * @see <a href="https://fiddle.skia.org/c/@Path_moveTo">https://fiddle.skia.org/c/@Path_moveTo</a>
654 */
655 public Path moveTo(float x, float y) {
656 Stats.onNativeCall();
657 _nMoveTo(_ptr, x, y);
658 return this;
659 }
660
661 /**
662 * Adds beginning of contour at Point p.

Callers 15

BitmapSceneMethod · 0.95
drawPathsMethod · 0.95
executeMethod · 0.80
iterMethod · 0.80
checksMethod · 0.80
executeMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
FigmaSceneMethod · 0.80
drawMethod · 0.80
drawSineMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nMoveToMethod · 0.95

Tested by 5

executeMethod · 0.64
iterMethod · 0.64
checksMethod · 0.64
executeMethod · 0.64
drawMethod · 0.64