/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/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
H A D | geometry_utils.h | 33 static AK_FORCE_INLINE float getAngle(const int x1, const int y1, const int x2, const int y2) { in getAngle() 52 static AK_FORCE_INLINE int getDistanceInt(const int x1, const int y1, const int x2, in getDistanceInt()
|
/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() 87 float y1, long[] colors, float[] positions, TileMode tile) { in LinearGradient_Delegate() 106 public LinearGradientPaint(float x0, float y0, float x1, float y1, int[] colors, in LinearGradientPaint()
|
H A D | RoundRectangle.java | 149 double y1 = y0 + getHeight(); in contains() local 216 double y1 = y0 + getHeight(); in intersects() local
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicConvolve3x3.cpp | 191 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)); in kernelU4() local 238 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)); in kernelU2() local 283 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)); in kernelU1() local 328 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)); in kernelF4() local 373 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)); in kernelF2() local 417 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)); in kernelF1() local
|
H A D | rsCpuIntrinsicConvolve5x5.cpp | 355 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0); in kernelU4() local 415 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0); in kernelU2() local 464 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0); in kernelU1() local 513 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0); in kernelF4() local 562 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0); in kernelF2() local 611 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0); in kernelF1() local
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | g_pitch.c | 31 Word16 y1[], /* (i) : filtered adaptive codebook. */ in G_pitch()
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_hypotf.c | 25 float a,b,t1,t2,y1,y2,w; in __ieee754_hypotf() local
|
H A D | e_hypot.c | 57 double a,b,t1,t2,y1,y2,w; in __ieee754_hypot() 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/system/bt/stack/smp/ |
H A D | p_256_ecc_pp.cc | 47 uint32_t* y1; in ECC_Double() local 96 uint32_t* y1; in ECC_Add() local
|
/aosp12/system/bt/gd/security/ecc/ |
H A D | p_256_ecc_pp.cc | 52 const uint32_t* y1; in ECC_Double() local 101 uint32_t* y1; in ECC_Add() local
|
/aosp12/frameworks/base/core/java/android/view/animation/ |
H A D | PathInterpolator.java | 127 float y1 = a.getFloat(R.styleable.PathInterpolator_controlY1, 0); in parseInterpolatorFromTypeArray() local 154 private void initCubic(float x1, float y1, float x2, float y2) { in initCubic()
|
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/ |
H A D | g_pitch.cpp | 301 Word16 y1[], /* i : Filtered adaptive codebook. Q12 */ in G_pitch()
|
H A D | spstproc.cpp | 182 Word16 y1[], /* i : Filtered adaptive exitation */ in subframePostProc()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
H A D | SplineMath.java | 52 double y1 = cur[1]; in calculatetCurve() local 93 double y1 = cur[1]; in getValue() local
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | PreviewOverlay.java | 176 float y1 = (0.04f) * previewH; in onDraw() local 235 float x1, x2, y1, y2; in onDraw() local
|
/aosp12/frameworks/base/core/java/com/android/internal/graphics/palette/ |
H A D | Contrast.java | 98 public static float contrastYs(float y1, float y2) { in contrastYs()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/util/ |
H A D | DebugBoundsRenderer.java | 48 public static void drawBounds(Canvas canvas, Paint paint, float size, float x1, float y1, in drawBounds()
|
/aosp12/frameworks/av/media/libstagefright/colorconversion/ |
H A D | ColorConverter.cpp | 282 signed y1 = (signed)src_ptr[2 * x + 1] - 16; in convertCbYCrY() local 421 signed *y1, signed *y2, signed *u, signed *v) { in getReadFromSrc() 429 signed *y1, signed *y2, signed *u, signed *v) { in getReadFromSrc() 550 signed y1, y2, u, v; in convertYUV420Planar() local 838 signed y1 = (signed)src_y[x] - 16; in convertQCOMYUV420SemiPlanar() local 906 signed y1 = (signed)src_y[x] - 16; in convertYUV420SemiPlanar() local 971 signed y1 = (signed)src_y[x] - 16; in convertTIYUV420PackedSemiPlanar() local
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/ |
H A D | CarCubicBezierInterpolator.java | 61 public CarCubicBezierInterpolator(float x1, float y1, float x2, float y2) { in CarCubicBezierInterpolator()
|
/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 | 154 audio_sample_t y1 = mDelays[0][2]; in process_normal_mono() local 212 audio_sample_t y1 = mDelays[ch][2]; in process_normal_multi() local
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | CircularPropagation.java | 100 private static double distance(float x1, float y1, float x2, float y2) { in distance()
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
H A D | Quad.java | 81 float y1 = Collections.max(ys); in boundingBox() local
|