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

Method _nDrawTextBlob

shared/java/Canvas.java:1582–1582  ·  view source on GitHub ↗
(long ptr, long blob, float x, float y, long paint)

Source from the content-addressed store, hash-verified

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);
1585 public static native void _nDrawPatch(long ptr, float[] cubics, int[] colors, float[] texCoords, int blendMode, long paintPtr);

Callers 1

drawTextBlobMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected