Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DLinearGradient.java69 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 DLinearGradient_Delegate.java63 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 DRoundRectangle.java147 double y0 = getY(); in contains() local
214 double y0 = getY(); in intersects() local
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DGeometry.h65 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 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
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTouchListener.java100 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 DAudioResamplerCubic.h43 int32_t a, b, c, y0, y1, y2, y3; member
/aosp12/frameworks/av/media/libeffects/testlibs/
H A 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
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageSlicer.java114 float y0 = (ySliceIndex * mSliceHeight - mPadSize) / ((float) mInputHeight); in process() local
H A DImageStitcher.java111 float y0 = ((float) mPadSize) / mInputHeight; in process() local
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DQuad.java79 float y0 = Collections.min(ys); in boundingBox() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DWorkspaceAccessibilityHelper.java72 int y0 = y - n; in intersectsValidDropTarget() local
/aosp12/frameworks/layoutlib/bridge/src/android/view/shadow/
H A DTriangleBuffer.java231 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 DTiledTexture.java266 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 Djni_shader_program.cpp139 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 DShaderProgram.java268 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 DRotateAndCropMapper.cpp321 float y0 = pts[i + 1] - oy; in transformPoints() local
/aosp12/bionic/libc/kernel/uapi/linux/dvb/
H A Dosd.h49 int y0; member
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A 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
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java326 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 DDynamicGridKeyboard.java234 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 Dsynthesis-sbc.c529 int32_t y0, y1, y2, y3; in cosineModulateSynth4() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java531 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 DEvdevInjector.cpp157 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 DPipResizeGestureHandler.java425 float y0 = ev.getRawY(mFirstIndex); in onPinchResize() local

12