Home
last modified time | relevance | path

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

12

/frameworks/base/graphics/java/android/graphics/
DLinearGradient.java58 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/
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(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()
DRoundRectangle.java147 double y0 = getY(); in contains() local
214 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.cpp354 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/
Dh264bsd_interpolate_ver_quarter.s41 y0 RN 3 label
Dh264bsd_interpolate_ver_half.s42 y0 RN 3 label
Dh264bsd_interpolate_hor_half.s41 y0 RN 3 label
Dh264bsd_interpolate_hor_quarter.s41 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_chroma_hor.s43 y0 RN 3 label
Dh264bsd_interpolate_hor_ver_quarter.s42 y0 RN 3 label
/frameworks/av/media/libaudioprocessing/
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.cpp139 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/
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/core/jni/android/graphics/
DShader.cpp91 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/
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/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/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp157 int EvdevInjector::ConfigureMultiTouchXY(int x0, int y0, int x1, int y1) { in ConfigureMultiTouchXY()
/frameworks/base/tests/touchlag/
Dtouchlag.cpp106 size_t x0, size_t y0, size_t radius, bool filled = false) { in drawCircle()

12