/frameworks/base/graphics/java/android/graphics/ |
D | LinearGradient.java | 52 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[], in LinearGradient() 80 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, in LinearGradient() 115 private native long nativeCreate1(float x0, float y0, float x1, float y1, in nativeCreate1() 117 private native long nativeCreate2(float x0, float y0, float x1, float y1, in nativeCreate2()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | LinearGradient_Delegate.java | 60 float x0, float y0, float x1, float y1, in nativeCreate1() 69 float x0, float y0, float x1, float y1, in nativeCreate2() 91 private LinearGradient_Delegate(float x0, float y0, float x1, float y1, in LinearGradient_Delegate() 111 public LinearGradientPaint(float x0, float y0, float x1, float y1, int colors[], in LinearGradientPaint()
|
D | RoundRectangle.java | 149 double y0 = getY(); in contains() local 216 double y0 = getY(); in intersects() local
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_reconstruct.c | 114 i32 y0, in h264bsdInterpolateChromaHor() 210 i32 y0, in h264bsdInterpolateChromaVer() 306 i32 y0, in h264bsdInterpolateChromaHorVer() 495 i32 y0, in h264bsdInterpolateVerHalf() 613 i32 y0, in h264bsdInterpolateVerQuarter() 747 i32 y0, in h264bsdInterpolateHorHalf() 870 i32 y0, in h264bsdInterpolateHorQuarter() 1008 i32 y0, in h264bsdInterpolateHorVerQuarter() 1214 i32 y0, in h264bsdInterpolateMidHalf() 1400 i32 y0, in h264bsdInterpolateMidVerQuarter() [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicConvolve5x5.cpp | 360 uint32_t y0 = rsMax((int32_t)info->current.y-2, 0); in kernelU4() local 420 uint32_t y0 = rsMax((int32_t)info->current.y-2, 0); in kernelU2() local 469 uint32_t y0 = rsMax((int32_t)info->current.y-2, 0); in kernelU1() local 518 uint32_t y0 = rsMax((int32_t)info->current.y-2, 0); in kernelF4() local 567 uint32_t y0 = rsMax((int32_t)info->current.y-2, 0); in kernelF2() local 616 uint32_t y0 = rsMax((int32_t)info->current.y-2, 0); in kernelF1() local
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
D | h264bsd_interpolate_ver_quarter.s | 41 y0 RN 3 label
|
D | h264bsd_interpolate_ver_half.s | 42 y0 RN 3 label
|
D | h264bsd_interpolate_hor_quarter.s | 41 y0 RN 3 label
|
D | h264bsd_interpolate_hor_half.s | 41 y0 RN 3 label
|
D | h264bsd_interpolate_chroma_hor.s | 43 y0 RN 3 label
|
D | h264bsd_interpolate_chroma_ver.s | 42 y0 RN 3 label
|
D | h264bsd_interpolate_chroma_hor_ver.s | 44 y0 RN 3 label
|
D | h264bsd_interpolate_hor_ver_quarter.s | 42 y0 RN 3 label
|
/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 | 169 audio_sample_t y0 = coef_sample_acc_to_sample(acc); in process_normal_mono() local 222 audio_sample_t y0 = coef_sample_acc_to_sample(acc); in process_normal_multi() local
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | ImageSlicer.java | 114 float y0 = (ySliceIndex * mSliceHeight - mPadSize) / ((float) mInputHeight); in process() local
|
D | ImageStitcher.java | 111 float y0 = ((float) mPadSize) / mInputHeight; in process() local
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Quad.java | 74 float y0 = Collections.min(ys); in boundingBox() local
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_shader_program.cpp | 146 jfloat y0, in Java_android_filterfw_core_ShaderProgram_setSourceRegion() 164 jfloat y0, in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
|
/frameworks/base/core/jni/android/graphics/ |
D | Shader.cpp | 108 jfloat x0, jfloat y0, jfloat x1, jfloat y1, in LinearGradient_create1() 135 jfloat x0, jfloat y0, jfloat x1, jfloat y1, in LinearGradient_create2()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | ShaderProgram.java | 265 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, in setSourceRegion() 268 private native boolean setTargetRegion(float x0, float y0, float x1, float y1, in setTargetRegion()
|
/frameworks/base/libs/hwui/utils/ |
D | NinePatchImpl.cpp | 167 const int32_t y0 = yDivs[0]; in Draw() local
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
D | Quad.java | 326 private Quad(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) { in Quad()
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Quaternion.java | 99 double y0 = a.x[0] * b.x[0] - a.x[1] * b.x[1] - a.x[2] * b.x[2] - a.x[3] * b.x[3]; in times() local
|
/frameworks/base/tests/touchlag/ |
D | touchlag.cpp | 106 size_t x0, size_t y0, size_t radius, bool filled = false) { in drawCircle()
|