Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 25 of 110) sorted by relevance

12345

/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/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dgeometry_utils.h33 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 DLinearGradient_Delegate.java63 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 DRoundRectangle.java149 double y1 = y0 + getHeight(); in contains() local
216 double y1 = y0 + getHeight(); in intersects() local
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve3x3.cpp191 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 DrsCpuIntrinsicConvolve5x5.cpp355 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 Dg_pitch.c31 Word16 y1[], /* (i) : filtered adaptive codebook. */ in G_pitch()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_hypotf.c25 float a,b,t1,t2,y1,y2,w; in __ieee754_hypotf() local
H A De_hypot.c57 double a,b,t1,t2,y1,y2,w; in __ieee754_hypot() 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/system/bt/stack/smp/
H A Dp_256_ecc_pp.cc47 uint32_t* y1; in ECC_Double() local
96 uint32_t* y1; in ECC_Add() local
/aosp12/system/bt/gd/security/ecc/
H A Dp_256_ecc_pp.cc52 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 DPathInterpolator.java127 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 Dg_pitch.cpp301 Word16 y1[], /* i : Filtered adaptive codebook. Q12 */ in G_pitch()
H A Dspstproc.cpp182 Word16 y1[], /* i : Filtered adaptive exitation */ in subframePostProc()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DSplineMath.java52 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 DPreviewOverlay.java176 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 DContrast.java98 public static float contrastYs(float y1, float y2) { in contrastYs()
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DDebugBoundsRenderer.java48 public static void drawBounds(Canvas canvas, Paint paint, float size, float x1, float y1, in drawBounds()
/aosp12/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp282 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 DCarCubicBezierInterpolator.java61 public CarCubicBezierInterpolator(float x1, float y1, float x2, float y2) { in CarCubicBezierInterpolator()
/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.cpp154 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 DCircularPropagation.java100 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 DQuad.java81 float y1 = Collections.max(ys); in boundingBox() local

12345