Home
last modified time | relevance | path

Searched defs:y0 (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/
DLinearGradient.java52 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/
DLinearGradient_Delegate.java60 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()
DRoundRectangle.java149 double y0 = getY(); in contains() local
216 double y0 = getY(); in intersects() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.c114 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/
DrsCpuIntrinsicConvolve5x5.cpp360 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/
Dh264bsd_interpolate_ver_quarter.s41 y0 RN 3 label
Dh264bsd_interpolate_ver_half.s42 y0 RN 3 label
Dh264bsd_interpolate_hor_quarter.s41 y0 RN 3 label
Dh264bsd_interpolate_hor_half.s41 y0 RN 3 label
Dh264bsd_interpolate_chroma_hor.s43 y0 RN 3 label
Dh264bsd_interpolate_chroma_ver.s42 y0 RN 3 label
Dh264bsd_interpolate_chroma_hor_ver.s44 y0 RN 3 label
Dh264bsd_interpolate_hor_ver_quarter.s42 y0 RN 3 label
/frameworks/av/services/audioflinger/
DAudioResamplerCubic.h43 int32_t a, b, c, y0, y1, y2, y3; member
/frameworks/av/media/libeffects/testlibs/
DAudioBiquadFilter.cpp169 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/
DImageSlicer.java114 float y0 = (ySliceIndex * mSliceHeight - mPadSize) / ((float) mInputHeight); in process() local
DImageStitcher.java111 float y0 = ((float) mPadSize) / mInputHeight; in process() local
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
DQuad.java74 float y0 = Collections.min(ys); in boundingBox() local
/frameworks/base/media/mca/filterfw/jni/
Djni_shader_program.cpp146 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/
DShader.cpp108 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/
DShaderProgram.java265 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/
DNinePatchImpl.cpp167 const int32_t y0 = yDivs[0]; in Draw() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
DQuad.java326 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/
DQuaternion.java99 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/
Dtouchlag.cpp106 size_t x0, size_t y0, size_t radius, bool filled = false) { in drawCircle()

12