Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DComposeShader_Delegate.java66 /*package*/ static long nativeCreate(long nativeMatrix, long native_shaderA, in nativeCreate()
76 private ComposeShader_Delegate(long nativeMatrix) { in ComposeShader_Delegate()
DShader_Delegate.java95 protected Shader_Delegate(long nativeMatrix) { in Shader_Delegate()
99 public void setLocalMatrix(long nativeMatrix) { in setLocalMatrix()
DGradient_Delegate.java52 protected Gradient_Delegate(long nativeMatrix, long[] colors, float[] positions) { in Gradient_Delegate()
DSweepGradient_Delegate.java83 private SweepGradient_Delegate(long nativeMatrix, float cx, float cy, in SweepGradient_Delegate()
DRadialGradient_Delegate.java86 private RadialGradient_Delegate(long nativeMatrix, float x, float y, float radius, in RadialGradient_Delegate()
DBitmapShader_Delegate.java80 /*package*/ static long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate()
DLinearGradient_Delegate.java86 private LinearGradient_Delegate(long nativeMatrix, float x0, float y0, float x1, in LinearGradient_Delegate()
/frameworks/base/graphics/java/android/graphics/
DBitmapShader.java74 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
86 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate()
DComposeShader.java89 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
103 private static native long nativeCreate(long nativeMatrix, in nativeCreate()
DShader.java151 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
DRuntimeShader.java111 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
DSweepGradient.java136 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
DLinearGradient.java157 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
DRadialGradient.java214 protected long createNativeInstance(long nativeMatrix, boolean filterFromPaint) { in createNativeInstance()
DRenderNode.java1599 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()
DBaseRecordingCanvas.java706 long nativeMatrix, long nativePaint); in nDrawBitmapMatrix()
DBaseCanvas.java794 long nativeMatrix, long nativePaint); in nDrawBitmapMatrix()