Home
last modified time | relevance | path

Searched refs:nativeCreate (Results 1 – 25 of 48) sorted by relevance

12

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeBitmapShader.java24 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader
26 return nativeCreate( in nativeCreate()
35 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader
37 return nativeCreate(nativeMatrix, bitmapHandle, shaderTileModeX, shaderTileModeY, false); in nativeCreate()
41 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader
48 return BitmapShaderNatives.nativeCreate( in nativeCreate()
53 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader
60 return nativeCreate(nativeMatrix, bitmapHandle, shaderTileModeX, shaderTileModeY, filter); in nativeCreate()
DShadowNativeRadialGradient.java22 protected static long nativeCreate( in nativeCreate() method in ShadowNativeRadialGradient
35 return RadialGradientNatives.nativeCreate( in nativeCreate()
50 protected static long nativeCreate( in nativeCreate() method in ShadowNativeRadialGradient
59 return nativeCreate( in nativeCreate()
DShadowSurfaceControl.java47 protected static Number nativeCreate( in nativeCreate() method in ShadowSurfaceControl
55 protected static long nativeCreate( in nativeCreate() method in ShadowSurfaceControl
71 protected static long nativeCreate( in nativeCreate() method in ShadowSurfaceControl
DShadowNativeDiscretePathEffect.java17 protected static long nativeCreate(float length, float deviation) { in nativeCreate() method in ShadowNativeDiscretePathEffect
19 return DiscretePathEffectNatives.nativeCreate(length, deviation); in nativeCreate()
DShadowNativeComposePathEffect.java17 protected static long nativeCreate(long nativeOuterpe, long nativeInnerpe) { in nativeCreate() method in ShadowNativeComposePathEffect
19 return ComposePathEffectNatives.nativeCreate(nativeOuterpe, nativeInnerpe); in nativeCreate()
DShadowNativeDashPathEffect.java17 protected static long nativeCreate(float[] intervals, float phase) { in nativeCreate() method in ShadowNativeDashPathEffect
19 return DashPathEffectNatives.nativeCreate(intervals, phase); in nativeCreate()
DShadowNativeSumPathEffect.java17 protected static long nativeCreate(long first, long second) { in nativeCreate() method in ShadowNativeSumPathEffect
19 return SumPathEffectNatives.nativeCreate(first, second); in nativeCreate()
DShadowNativeCornerPathEffect.java17 protected static long nativeCreate(float radius) { in nativeCreate() method in ShadowNativeCornerPathEffect
19 return CornerPathEffectNatives.nativeCreate(radius); in nativeCreate()
DShadowNativeComposeShader.java17 protected static long nativeCreate( in nativeCreate() method in ShadowNativeComposeShader
20 return ComposeShaderNatives.nativeCreate( in nativeCreate()
DShadowNativePathDashPathEffect.java17 protected static long nativeCreate(long nativePath, float advance, float phase, int nativeStyle) { in nativeCreate() method in ShadowNativePathDashPathEffect
19 return PathDashPathEffectNatives.nativeCreate(nativePath, advance, phase, nativeStyle); in nativeCreate()
DShadowNativeColorSpaceRgb.java27 protected static long nativeCreate( in nativeCreate() method in ShadowNativeColorSpaceRgb
30 return ColorSpaceRgbNatives.nativeCreate(a, b, c, d, e, f, g, xyz); in nativeCreate()
DShadowNativeSweepGradient.java19 protected static long nativeCreate( in nativeCreate() method in ShadowNativeSweepGradient
22 return SweepGradientNatives.nativeCreate(matrix, x, y, colors, positions, colorSpaceHandle); in nativeCreate()
DShadowNativeLinearGradient.java18 protected long nativeCreate( in nativeCreate() method in ShadowNativeLinearGradient
29 return LinearGradientNatives.nativeCreate( in nativeCreate()
DShadowNativeBitmap.java59 protected static Bitmap nativeCreate( in nativeCreate() method in ShadowNativeBitmap
69 return BitmapNatives.nativeCreate( in nativeCreate()
74 protected static Bitmap nativeCreate( in nativeCreate() method in ShadowNativeBitmap
88 ColorSpaceRgbNatives.nativeCreate( in nativeCreate()
99 return nativeCreate( in nativeCreate()
/external/brotli/java/org/brotli/wrapper/enc/
DEncoderJNI.java16 private static native ByteBuffer nativeCreate(long[] context); in nativeCreate() method in EncoderJNI
40 this.inputBuffer = nativeCreate(this.context); in Wrapper()
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DTestLogParser.java61 m_nativePointer = nativeCreate(logData); in init()
111 private static native long nativeCreate (boolean logData); in nativeCreate() method in TestLogParser
/external/brotli/java/org/brotli/wrapper/dec/
DDecoderJNI.java16 private static native ByteBuffer nativeCreate(long[] context); in nativeCreate() method in DecoderJNI
37 this.inputBuffer = nativeCreate(this.context); in Wrapper()
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DCornerPathEffectNatives.java10 public static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffectNatives
DSumPathEffectNatives.java11 public static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffectNatives
DComposePathEffectNatives.java11 public static native long nativeCreate(long nativeOuterpe, long nativeInnerpe); in nativeCreate() method in ComposePathEffectNatives
DDashPathEffectNatives.java10 public static native long nativeCreate(float[] intervals, float phase); in nativeCreate() method in DashPathEffectNatives
DDiscretePathEffectNatives.java10 public static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffectNatives
DComposeShaderNatives.java10 public static native long nativeCreate( in nativeCreate() method in ComposeShaderNatives
DPathDashPathEffectNatives.java11 public static native long nativeCreate( in nativeCreate() method in PathDashPathEffectNatives
DBitmapShaderNatives.java11 public static native long nativeCreate( in nativeCreate() method in BitmapShaderNatives

12