Searched defs:nativeMatrix (Results 1 – 17 of 17) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | ComposeShader_Delegate.java | 66 /*package*/ static long nativeCreate(long nativeMatrix, long native_shaderA, in nativeCreate() 76 private ComposeShader_Delegate(long nativeMatrix) { in ComposeShader_Delegate()
|
D | Shader_Delegate.java | 95 protected Shader_Delegate(long nativeMatrix) { in Shader_Delegate() 99 public void setLocalMatrix(long nativeMatrix) { in setLocalMatrix()
|
D | Gradient_Delegate.java | 52 protected Gradient_Delegate(long nativeMatrix, long[] colors, float[] positions) { in Gradient_Delegate()
|
D | SweepGradient_Delegate.java | 83 private SweepGradient_Delegate(long nativeMatrix, float cx, float cy, in SweepGradient_Delegate()
|
D | RadialGradient_Delegate.java | 86 private RadialGradient_Delegate(long nativeMatrix, float x, float y, float radius, in RadialGradient_Delegate()
|
D | BitmapShader_Delegate.java | 80 /*package*/ static long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate()
|
D | LinearGradient_Delegate.java | 86 private LinearGradient_Delegate(long nativeMatrix, float x0, float y0, float x1, in LinearGradient_Delegate()
|
/frameworks/base/graphics/java/android/graphics/ |
D | BitmapShader.java | 64 long createNativeInstance(long nativeMatrix) { in createNativeInstance() 68 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate()
|
D | ComposeShader.java | 88 long createNativeInstance(long nativeMatrix) { in createNativeInstance() 106 private static native long nativeCreate(long nativeMatrix, in nativeCreate()
|
D | Shader.java | 145 long createNativeInstance(long nativeMatrix) { in createNativeInstance()
|
D | SweepGradient.java | 134 long createNativeInstance(long nativeMatrix) { in createNativeInstance()
|
D | RadialGradient.java | 151 long createNativeInstance(long nativeMatrix) { in createNativeInstance()
|
D | LinearGradient.java | 155 long createNativeInstance(long nativeMatrix) { in createNativeInstance()
|
D | RenderNode.java | 1518 private static native void nGetTransformMatrix(long renderNode, long nativeMatrix); in nGetTransformMatrix() 1521 private static native void nGetInverseTransformMatrix(long renderNode, long nativeMatrix); in nGetInverseTransformMatrix() 1676 private static native boolean nSetStaticMatrix(long renderNode, long nativeMatrix); in nSetStaticMatrix()
|
D | Canvas.java | 1429 private static native void nConcat(long nativeCanvas, long nativeMatrix); in nConcat() 1431 private static native void nSetMatrix(long nativeCanvas, long nativeMatrix); in nSetMatrix() 1440 private static native void nGetMatrix(long nativeCanvas, long nativeMatrix); in nGetMatrix()
|
D | BaseCanvas.java | 727 long nativeMatrix, long nativePaint); in nDrawBitmapMatrix()
|
D | BaseRecordingCanvas.java | 664 long nativeMatrix, long nativePaint); in nDrawBitmapMatrix()
|