/frameworks/base/graphics/java/android/graphics/ |
D | LinearGradient.java | 31 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[], in LinearGradient() 53 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, in LinearGradient() 60 private native int nativeCreate1(float x0, float y0, float x1, float y1, in nativeCreate1() 62 private native int nativeCreate2(float x0, float y0, float x1, float y1, in nativeCreate2() 64 private native int nativePostCreate1(int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate1() 66 private native int nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate2()
|
D | Path.java | 275 public void quadTo(float x1, float y1, float x2, float y2) { in quadTo() 311 public void cubicTo(float x1, float y1, float x2, float y2, in cubicTo() 322 public void rCubicTo(float x1, float y1, float x2, float y2, in rCubicTo() 632 private static native void native_quadTo(int nPath, float x1, float y1, in native_quadTo() 636 private static native void native_cubicTo(int nPath, float x1, float y1, in native_cubicTo() 638 private static native void native_rCubicTo(int nPath, float x1, float y1, in native_rCubicTo()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | LinearGradient_Delegate.java | 58 float x0, float y0, float x1, float y1, in nativeCreate1() 67 float x0, float y0, float x1, float y1, in nativeCreate2() 76 int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate1() 84 int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate2() 105 private LinearGradient_Delegate(float x0, float y0, float x1, float y1, in LinearGradient_Delegate() 125 public LinearGradientPaint(float x0, float y0, float x1, float y1, int colors[], in LinearGradientPaint()
|
D | Path_Delegate.java | 251 /*package*/ static void native_quadTo(int nPath, float x1, float y1, float x2, float y2) { in native_quadTo() 271 /*package*/ static void native_cubicTo(int nPath, float x1, float y1, in native_cubicTo() 282 /*package*/ static void native_rCubicTo(int nPath, float x1, float y1, in native_rCubicTo() 632 private void quadTo(float x1, float y1, float x2, float y2) { in quadTo() 673 private void cubicTo(float x1, float y1, float x2, float y2, in cubicTo()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | g_pitch.c | 31 Word16 y1[], /* (i) : filtered adaptive codebook. */ in G_pitch()
|
D | q_gain2.c | 64 Word16 y1[], /* (i) Q_xn: Adaptive codebook. */ in Q_gain2()
|
/frameworks/base/libs/hwui/ |
D | Patch.cpp | 157 float y1 = 0.0f; in updateVertices() local 220 void Patch::generateRow(TextureVertex*& vertex, float y1, float y2, float v1, float v2, in generateRow() 270 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2, in generateQuad()
|
/frameworks/compile/libbcc/runtime/lib/ppc/ |
D | gcc_qdiv.c | 18 y = src.s.hi, y1 = src.s.lo; in __gcc_qdiv() local
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 155 signed y1 = (signed)src_ptr[2 * x + 1] - 16; in convertCbYCrY() local 242 signed y1 = (signed)src_y[x] - 16; in convertYUV420Planar() local 315 signed y1 = (signed)src_y[x] - 16; in convertQCOMYUV420SemiPlanar() local 389 signed y1 = (signed)src_y[x] - 16; in convertYUV420SemiPlanar() local 459 signed y1 = (signed)src_y[x] - 16; in convertTIYUV420PackedSemiPlanar() local
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | g_pitch.cpp | 301 Word16 y1[], /* i : Filtered adaptive codebook. Q12 */ in G_pitch()
|
D | spstproc.cpp | 182 Word16 y1[], /* i : Filtered adaptive exitation */ in subframePostProc()
|
D | gain_q.cpp | 476 Word16 y1[], /* i : Adaptive codebook. */ in gainQuant()
|
D | calc_en.cpp | 596 Word16 y1[], /* i : Adaptive codebook, Q0 */ in calc_filt_energies()
|
D | cod_amr.cpp | 1234 Word16 y1[L_SUBFR]; /* Filtered adaptive excitation */ in cod_amr() local
|
/frameworks/av/services/audioflinger/ |
D | AudioResamplerCubic.h | 43 int32_t a, b, c, y0, y1, y2, y3; member
|
/frameworks/av/media/libeffects/testlibs/ |
D | AudioBiquadFilter.cpp | 154 audio_sample_t y1 = mDelays[0][2]; in process_normal_mono() local 212 audio_sample_t y1 = mDelays[ch][2]; in process_normal_multi() local
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Quad.java | 76 float y1 = Collections.max(ys); in boundingBox() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | conceal.cpp | 142 uint8 *y1, *y2, *u1, *u2, *v1, *v2; in CopyVopMB() local
|
/frameworks/base/core/java/android/util/ |
D | MathUtils.java | 94 public static float dist(float x1, float y1, float x2, float y2) { in dist() 100 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) { in dist()
|
/frameworks/base/services/java/com/android/server/power/ |
D | WirelessChargerDetector.java | 286 private static boolean hasMoved(float x1, float y1, float z1, in hasMoved()
|
/frameworks/base/core/jni/android/graphics/ |
D | Shader.cpp | 111 float x0, float y0, float x1, float y1, in LinearGradient_create1() 144 float x0, float y0, float x1, float y1, jintArray colorArray, in LinearGradient_postCreate1() 216 float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) { in LinearGradient_postCreate2() 241 float x0, float y0, float x1, float y1, in LinearGradient_create2()
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdIntrinsicConvolve3x3.cpp | 83 uint32_t y1 = rsMin((int32_t)p->y + 1, (int32_t)(p->dimY-1)); in Convolve3x3_uchar4() local
|
/frameworks/rs/driver/ |
D | rsdIntrinsicConvolve3x3.cpp | 88 uint32_t y1 = rsMin((int32_t)p->y + 1, (int32_t)(p->dimY-1)); in Convolve3x3_uchar4() local
|
D | rsdPath.cpp | 47 float y1, yc, y2; member
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_shader_program.cpp | 148 jfloat y1, in Java_android_filterfw_core_ShaderProgram_setSourceRegion() 166 jfloat y1, in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
|