/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | LinearGradient.java | 69 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorInt int[] colors, in LinearGradient() 92 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorLong long[] colors, in LinearGradient() 101 private LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient() 129 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient() 149 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient() 163 private native long nativeCreate(long matrix, float x0, float y0, float x1, float y1, in nativeCreate()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | LinearGradient_Delegate.java | 63 float x0, float y0, float x1, float y1, long[] colors, float[] positions, in nativeCreate() 86 private LinearGradient_Delegate(long nativeMatrix, float x0, float y0, float x1, in LinearGradient_Delegate() 106 public LinearGradientPaint(float x0, float y0, float x1, float y1, int[] colors, in LinearGradientPaint()
|
H A D | RoundRectangle.java | 147 double y0 = getY(); in contains() local 214 double y0 = getY(); in intersects() local
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | Geometry.h | 65 inline void FindTriangleCentroid(double x0, double y0, double x1, double y1, in FindTriangleCentroid() 129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, doub… in FindQuadCentroid()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A 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
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | PhotoTouchListener.java | 100 final float y0 = pts[1]; in onFling() local 203 float y0 = pts[2 * idx + 1]; in onTouch() local
|
/aosp12/frameworks/av/media/libaudioprocessing/ |
H A D | AudioResamplerCubic.h | 43 int32_t a, b, c, y0, y1, y2, y3; member
|
/aosp12/frameworks/av/media/libeffects/testlibs/ |
H A 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
|
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
H A D | ImageSlicer.java | 114 float y0 = (ySliceIndex * mSliceHeight - mPadSize) / ((float) mInputHeight); in process() local
|
H A D | ImageStitcher.java | 111 float y0 = ((float) mPadSize) / mInputHeight; in process() local
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
H A D | Quad.java | 79 float y0 = Collections.min(ys); in boundingBox() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
H A D | WorkspaceAccessibilityHelper.java | 72 int y0 = y - n; in intersectsValidDropTarget() local
|
/aosp12/frameworks/layoutlib/bridge/src/android/view/shadow/ |
H A D | TriangleBuffer.java | 231 private static int start(int y0, int dy, int x0, int minx, int maxx) { in start() 252 private static int end(int y0, int dy, int x0, int minx, int maxx) { in end()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | TiledTexture.java | 266 RectF src, float x0, float y0, float x, float y, float scaleX, in mapRect() 318 float y0 = source.top; in draw() local
|
/aosp12/frameworks/base/media/mca/filterfw/jni/ |
H A 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()
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | ShaderProgram.java | 268 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, in setSourceRegion() 271 private native boolean setTargetRegion(float x0, float y0, float x1, float y1, in setTargetRegion()
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | RotateAndCropMapper.cpp | 321 float y0 = pts[i + 1] - oy; in transformPoints() local
|
/aosp12/bionic/libc/kernel/uapi/linux/dvb/ |
H A D | osd.h | 49 int y0; member
|
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
H A 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
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
H A D | Quad.java | 326 private Quad(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) { in Quad()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
H A D | DynamicGridKeyboard.java | 234 public void updateCoordinates(final int x0, final int y0, final int x1, final int y1) { in updateCoordinates()
|
/aosp12/system/bt/embdrv/sbc/decoder/srce/ |
H A D | synthesis-sbc.c | 529 int32_t y0, y1, y2, y3; in cosineModulateSynth4() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | InvariantDeviceProfile.java | 531 private static float dist(float x0, float y0, float x1, float y1) { in dist() 614 private static float weight(float x0, float y0, float x1, float y1, float pow) { in weight()
|
/aosp12/frameworks/native/services/vr/virtual_touchpad/ |
H A D | EvdevInjector.cpp | 157 int EvdevInjector::ConfigureMultiTouchXY(int x0, int y0, int x1, int y1) { in ConfigureMultiTouchXY()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipResizeGestureHandler.java | 425 float y0 = ev.getRawY(mFirstIndex); in onPinchResize() local
|