MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nDrawString

Method _nDrawString

shared/java/Canvas.java:1581–1581  ·  view source on GitHub ↗
(long ptr, String string, float x, float y, long font, long paint)

Source from the content-addressed store, hash-verified

1579 public static native void _nDrawImageNine(long ptr, long nativeImage, int cl, int ct, int cr, int cb, float dl, float dt, float dr, float db, int filterMode, long paintPtr);
1580 public static native void _nDrawRegion(long ptr, long nativeRegion, long paintPtr);
1581 public static native void _nDrawString(long ptr, String string, float x, float y, long font, long paint);
1582 public static native void _nDrawTextBlob(long ptr, long blob, float x, float y, long paint);
1583 public static native void _nDrawPicture(long ptr, long picturePtr, float[] matrix, long paintPtr);
1584 public static native void _nDrawVertices(long ptr, int verticesMode, float[] cubics, int[] colors, float[] texCoords, short[] indices, int blendMode, long paintPtr);

Callers 1

drawStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected