Searched defs:nativeMatrix (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | BitmapShader.java | 191 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance() 219 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate() 222 private static native long nativeCreateWithMaxAniso(long nativeMatrix, long bitmapHandle, in nativeCreateWithMaxAniso()
|
H A D | ComposeShader.java | 89 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance() 103 private static native long nativeCreate(long nativeMatrix, in nativeCreate()
|
H A D | Shader.java | 151 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
|
H A D | SweepGradient.java | 136 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
|
H A D | LinearGradient.java | 157 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
|
H A D | RadialGradient.java | 214 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
|
H A D | RuntimeShader.java | 531 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
|
H A D | RenderNode.java | 1666 private static native void nGetTransformMatrix(long renderNode, long nativeMatrix); in nGetTransformMatrix() 1669 private static native void nGetInverseTransformMatrix(long renderNode, long nativeMatrix); in nGetInverseTransformMatrix() 1834 private static native boolean nSetStaticMatrix(long renderNode, long nativeMatrix); in nSetStaticMatrix()
|
H A D | BaseCanvas.java | 817 long nativeMatrix, long nativePaint); in nDrawBitmapMatrix()
|
H A D | BaseRecordingCanvas.java | 712 long nativeMatrix, long nativePaint); in nDrawBitmapMatrix()
|