/frameworks/base/graphics/java/android/graphics/ |
D | LinearGradient.java | 58 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorInt int colors[], in LinearGradient() 87 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient() 129 private native long nativeCreate1(long matrix, float x0, float y0, float x1, float y1, in nativeCreate1() 131 private native long nativeCreate2(long matrix, 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(long nativeMatrix, float x0, float y0, float x1, in LinearGradient_Delegate() 111 public LinearGradientPaint(float x0, float y0, float x1, float y1, int colors[], in LinearGradientPaint()
|
D | RoundRectangle.java | 147 double y0 = getY(); in contains() local 214 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 | 354 uint32_t y0 = rsMax((int32_t)info->current.y-2, 0); in kernelU4() local 414 uint32_t y0 = rsMax((int32_t)info->current.y-2, 0); in kernelU2() local 463 uint32_t y0 = rsMax((int32_t)info->current.y-2, 0); in kernelU1() local 512 uint32_t y0 = rsMax((int32_t)info->current.y-2, 0); in kernelF4() local 561 uint32_t y0 = rsMax((int32_t)info->current.y-2, 0); in kernelF2() local 610 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_half.s | 41 y0 RN 3 label
|
D | h264bsd_interpolate_hor_quarter.s | 41 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_chroma_hor.s | 43 y0 RN 3 label
|
D | h264bsd_interpolate_hor_ver_quarter.s | 42 y0 RN 3 label
|
/frameworks/av/media/libaudioprocessing/ |
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 | 139 jfloat y0, in Java_android_filterfw_core_ShaderProgram_setSourceRegion() 157 jfloat y0, in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
|
/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/core/jni/android/graphics/ |
D | Shader.cpp | 91 jfloat x0, jfloat y0, jfloat x1, jfloat y1, in LinearGradient_create1() 125 jfloat x0, jfloat y0, jfloat x1, jfloat y1, jint color0, jint color1, jint tileMode) { in LinearGradient_create2()
|
/frameworks/rs/tests/java_api/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/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/native/services/vr/virtual_touchpad/ |
D | EvdevInjector.cpp | 157 int EvdevInjector::ConfigureMultiTouchXY(int x0, int y0, int x1, int y1) { in ConfigureMultiTouchXY()
|
/frameworks/base/tests/touchlag/ |
D | touchlag.cpp | 106 size_t x0, size_t y0, size_t radius, bool filled = false) { in drawCircle()
|