HomeSort by relevance Sort by last modified time
    Searched refs:nativePostCreate2 (Results 1 - 8 of 8) sorted by null

  /frameworks/base/graphics/java/android/graphics/
SweepGradient.java 58 native_shader = nativePostCreate2(native_instance, cx, cy, color0, color1);
66 private static native int nativePostCreate2(int native_shader, float cx, float cy,
ComposeShader.java 46 native_shader = nativePostCreate2(native_instance, shaderA.native_shader,
66 native_shader = nativePostCreate2(native_instance, shaderA.native_shader,
76 private static native int nativePostCreate2(int native_shader, int native_skiaShaderA,
LinearGradient.java 56 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1,
66 private native int nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1,
RadialGradient.java 61 native_shader = nativePostCreate2(native_instance, x, y, radius, color0, color1,
72 private static native int nativePostCreate2(int native_shader, float x, float y, float radius,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ComposeShader_Delegate.java 89 /*package*/ static int nativePostCreate2(int native_shader, int native_skiaShaderA,
LinearGradient_Delegate.java 83 /*package*/ static int nativePostCreate2(LinearGradient thisGradient,
RadialGradient_Delegate.java 79 /*package*/ static int nativePostCreate2(int native_shader, float x, float y, float radius,
SweepGradient_Delegate.java 73 /*package*/ static int nativePostCreate2(int native_shader, float cx, float cy,

Completed in 96 milliseconds