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 | 74 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance() 86 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate()
|
D | ComposeShader.java | 89 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance() 103 private static native long nativeCreate(long nativeMatrix, in nativeCreate()
|
D | Shader.java | 151 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
|
D | RuntimeShader.java | 111 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
|
D | SweepGradient.java | 136 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
|
D | LinearGradient.java | 157 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
|
D | RadialGradient.java | 214 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
|
D | RenderNode.java | 1599 private static native void nGetTransformMatrix(long renderNode, long nativeMatrix); in nGetTransformMatrix() 1602 private static native void nGetInverseTransformMatrix(long renderNode, long nativeMatrix); in nGetInverseTransformMatrix() 1767 private static native boolean nSetStaticMatrix(long renderNode, long nativeMatrix); in nSetStaticMatrix()
|
D | BaseRecordingCanvas.java | 706 long nativeMatrix, long nativePaint); in nDrawBitmapMatrix()
|
D | BaseCanvas.java | 794 long nativeMatrix, long nativePaint); in nDrawBitmapMatrix()
|