Home
last modified time | relevance | path

Searched defs:y1 (Results 26 – 50 of 202) sorted by relevance

123456789

/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()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/interfaces/
H A Ddownloadfilebutton.js105 constructor(t1, u1, v1, w1 = -1, x1 = undefined, y1) { argument
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgeometry2d.h83 Line(int16_t x1, int16_t y1, int16_t x2, int16_t y2) in Line()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtrans_affine.cpp18 const TransAffine& TransAffine::RectToParl(float x1, float y1, in RectToParl()
H A Dgeometry2d.cpp76 int16_t y1 = line[0].y_; in Clip() local
158 int16_t y1 = line[0].y_; in Clip() 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_line_component.cpp57 void SvgLineComponent::SetY1(const Dimension& y1) in SetY1()
/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/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/rs/cpu_ref/
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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcubic_curve.cpp25 CubicCurve::CubicCurve(float x0, float y0, float x1, float y1) in CubicCurve()
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp49 #define SWAP_IF_Y_LARGER(x1, x2, y1, y2) \ argument
54 #define SWAP_IF_X_SMALLER(x1, x2, y1, y2) \ argument
168 float y1 = sy + (x1 - sx) * plot; in DrawWuLine() local
/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
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device.h100 …virtual void Flush(int16_t x1, int16_t y1, int16_t x2, int16_t y2, const uint8_t* buffer, ColorMod… in Flush()
102 virtual void Fill(int16_t x1, int16_t y1, int16_t x2, int16_t y2, const ColorType& color) {} in Fill()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Drosen_render_pattern_lock.cpp168 double y1 = pointBegin.GetY(); in PaintLockLine() local
223 double y1 = pointBegin.GetY(); in PaintLockLine() local
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Dspstproc.cpp182 Word16 y1[], /* i : Filtered adaptive exitation */ in subframePostProc()
/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
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_scanline_clip.h134 void MoveTo(int32_t x1, int32_t y1) in MoveTo()
/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/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
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.cpp157 int16_t y1 = srcRect.GetTop(); in FlushWithModeCopy() local
185 int16_t y1 = srcRect.GetTop(); in FlushWithModeBlend() local
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DQuad.java81 float y1 = Collections.max(ys); in boundingBox() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DCubicBezierInterpolator.java31 public CubicBezierInterpolator(final float x1, final float y1, final float x2, final float y2) { in CubicBezierInterpolator()

123456789