Home
last modified time | relevance | path

Searched defs:nativeMatrix (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeBitmapShader.java30 long nativeMatrix, Bitmap bitmap, int shaderTileModeX, int shaderTileModeY) { in nativeCreate()
41 long nativeMatrix, long bitmapHandle, int shaderTileModeX, int shaderTileModeY) { in nativeCreate()
47 long nativeMatrix, in nativeCreate()
59 long nativeMatrix, in nativeCreate()
H A DShadowNativeCanvas.java164 protected static void nConcat(long nativeCanvas, long nativeMatrix) { in nConcat()
169 protected static void nSetMatrix(long nativeCanvas, long nativeMatrix) { in nSetMatrix()
190 protected static void nGetMatrix(long nativeCanvas, long nativeMatrix) { in nGetMatrix()
H A DShadowNativeRenderNodeOP.java59 protected static void nGetTransformMatrix(long renderNode, long nativeMatrix) { in nGetTransformMatrix()
64 protected static void nGetInverseTransformMatrix(long renderNode, long nativeMatrix) { in nGetInverseTransformMatrix()
279 protected static boolean nSetStaticMatrix(long renderNode, long nativeMatrix) { in nSetStaticMatrix()
H A DShadowNativeRenderNode.java89 protected static void nGetTransformMatrix(long renderNode, long nativeMatrix) { in nGetTransformMatrix()
94 protected static void nGetInverseTransformMatrix(long renderNode, long nativeMatrix) { in nGetInverseTransformMatrix()
366 protected static boolean nSetStaticMatrix(long renderNode, long nativeMatrix) { in nSetStaticMatrix()
H A DShadowNativeComposeShader.java23 long nativeMatrix, long nativeShaderA, long nativeShaderB, int porterDuffMode) { in nativeCreate()
H A DShadowNativePathMeasure.java46 long nativeInstance, float distance, long nativeMatrix, int flags) { in native_getMatrix()
H A DShadowNativeBaseCanvas.java341 long nativeCanvas, long bitmapHandle, long nativeMatrix, long nativePaint) { in nDrawBitmapMatrix()
347 long nativeCanvas, Bitmap bitmap, long nativeMatrix, long nativePaint) { in nDrawBitmapMatrix()
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DCanvasNatives.java75 public static native void nConcat(long nativeCanvas, long nativeMatrix); in nConcat()
77 public static native void nSetMatrix(long nativeCanvas, long nativeMatrix); in nSetMatrix()
86 public static native void nGetMatrix(long nativeCanvas, long nativeMatrix); in nGetMatrix()
H A DRenderNodeNatives.java52 public static native void nGetTransformMatrix(long renderNode, long nativeMatrix); in nGetTransformMatrix()
54 public static native void nGetInverseTransformMatrix(long renderNode, long nativeMatrix); in nGetInverseTransformMatrix()
164 public static native boolean nSetStaticMatrix(long renderNode, long nativeMatrix); in nSetStaticMatrix()
H A DComposeShaderNatives.java11 long nativeMatrix, long nativeShaderA, long nativeShaderB, int porterDuffMode); in nativeCreate()
H A DBitmapShaderNatives.java12 long nativeMatrix, in nativeCreate()
H A DPathMeasureNatives.java22 long nativeInstance, float distance, long nativeMatrix, int flags); in native_getMatrix()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DComposeShader.java92 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
106 private static native long nativeCreate(long nativeMatrix, in nativeCreate()
H A DBitmapShader.java214 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
237 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate()
H A DShader.java151 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
H A DSweepGradient.java136 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
H A DLinearGradient.java157 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
H A DRenderNode.java1724 private static native void nGetTransformMatrix(long renderNode, long nativeMatrix); in nGetTransformMatrix()
1727 private static native void nGetInverseTransformMatrix(long renderNode, long nativeMatrix); in nGetInverseTransformMatrix()
1895 private static native boolean nSetStaticMatrix(long renderNode, long nativeMatrix); in nSetStaticMatrix()
H A DRadialGradient.java214 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
H A DRuntimeShader.java580 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DImage.java54 long nativeMatrix = localMatrix != null ? localMatrix.getNativeInstance() : 0; in makeShader() local
90 long nativeMatrix); in nMakeShader()
H A DRuntimeShaderBuilder.java54 … private static native void nSetUniformMatrix(long nativeInstance, String name, long nativeMatrix); in nSetUniformMatrix()
H A DMatrix.java56 long nativeMatrix = nInverse(m.getNativeInstance()); in makeInverse() local
H A DCanvas.java145 private static native void nConcat(long nativeInstance, long nativeMatrix); in nConcat()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplusmatrix.h234 GpMatrix *nativeMatrix; variable

12