/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()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/interfaces/ |
H A D | downloadfilebutton.js | 105 constructor(t1, u1, v1, w1 = -1, x1 = undefined, y1) { argument
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | geometry2d.h | 83 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 D | trans_affine.cpp | 18 const TransAffine& TransAffine::RectToParl(float x1, float y1, in RectToParl()
|
H A D | geometry2d.cpp | 76 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 D | Contrast.java | 98 public static float contrastYs(float y1, float y2) { in contrastYs()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_line_component.cpp | 57 void SvgLineComponent::SetY1(const Dimension& y1) in SetY1()
|
/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/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/rs/cpu_ref/ |
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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | cubic_curve.cpp | 25 CubicCurve::CubicCurve(float x0, float y0, float x1, float y1) in CubicCurve()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 49 #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 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
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | screen_device.h | 100 …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 D | rosen_render_pattern_lock.cpp | 168 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 D | spstproc.cpp | 182 Word16 y1[], /* i : Filtered adaptive exitation */ in subframePostProc()
|
/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
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/ |
H A D | rasterizer_scanline_clip.h | 134 void MoveTo(int32_t x1, int32_t y1) in MoveTo()
|
/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/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
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.cpp | 157 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 D | Quad.java | 81 float y1 = Collections.max(ys); in boundingBox() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | CubicBezierInterpolator.java | 31 public CubicBezierInterpolator(final float x1, final float y1, final float x2, final float y2) { in CubicBezierInterpolator()
|