Home
last modified time | relevance | path

Searched defs:y1 (Results 101 – 125 of 202) sorted by relevance

123456789

/ohos5.0/foundation/arkui/ui_lite/frameworks/render/
H A Drender_pixfmt_rgba_blend.cpp19 bool RenderPixfmtRgbaBlend::Attach(RenderPixfmtRgbaBlend& pixf, int32_t x1, int32_t y1, int32_t x2,… in Attach()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_bezier_arc.cpp138 float y1 = -sinA * delatX2 + cosA * delatY2; in Init() local
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.cpp80 const void *y1, const void *y2, in rsdIntrinsicConvolve3x3_K()
455 __m128i y1, y2, y3, y4; in rsdIntrinsicYuv_K() local
517 __m128i y1, y2, y3, y4; in rsdIntrinsicYuvR_K() local
578 __m128i y1, y2, y3, y4; in rsdIntrinsicYuv2_K() local
597 const void *y1, const void *y2, in rsdIntrinsicConvolve5x5_K()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_path.cpp88 double y1 = 0.0; in JsPath2DArcTo() local
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DDistortionMapper.cpp502 const float &y1 = quad.coords[1]; in findEnclosingQuad() local
536 const float &y1 = quad.coords[1]; in calculateUorV() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h82 float y1 = 0.0f; member
229 std::optional<Dimension> y1; member
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DQuaternion.java100 double y1 = a.x[0] * b.x[1] + a.x[1] * b.x[0] + a.x[2] * b.x[3] - a.x[3] * b.x[2]; 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()
/ohos5.0/base/security/security_component_manager/frameworks/common/src/
H A Dsec_comp_tool.cpp112 double y1 = GetHsvDisY(hsv1, r); in HsvDistance() local
/ohos5.0/foundation/multimedia/image_effect/interfaces/kits/native/
H A Dimage_effect_filter.h600 int32_t y1; member
/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()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DX2DFast.js99 drawLine(x1, y1, x2, y2, c = 0xffffffff, linewidth = 1) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp83 float y1 = height_ / blockSize; in ConstructPath() local
/ohos5.0/foundation/resourceschedule/ffrt/test/testfunc/
H A Dfunc_pool.cpp57 int x = 1, y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, i = 1; in NestedWhile() local
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DRoiAlign.cpp141 uint32_t y1 = std::floor(static_cast<float>(y)); in roiAlignNhwc() local
267 uint32_t x1 = std::floor(x), y1 = std::floor(y); in roiAlignQuantNhwc() local
/aosp12/system/bt/embdrv/sbc/decoder/srce/
H A Dsynthesis-sbc.c529 int32_t y0, y1, y2, y3; in cosineModulateSynth4() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h79 virtual void ArcTo(float x1, float y1, float x2, float y2, float radius) {} in ArcTo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Ddrawing_painter_impl.cpp247 SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, const DecorationStyle& decorStyle) in drawLine()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp38 int32_t y1; member
/aosp12/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.cpp157 int EvdevInjector::ConfigureMultiTouchXY(int x0, int y0, int x1, int y1) { in ConfigureMultiTouchXY()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.h61 double y1; member
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_math_stroke.h325 float y1 = vd1.vertexYCoord - dy1; in CalcMiter() 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/base/libs/hwui/jni/
H A DPath.cpp93 static void quadTo__FFFF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, in quadTo__FFFF()
105 static void cubicTo__FFFFFF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, in cubicTo__FFFFFF()
111 static void rCubicTo(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, in rCubicTo()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureStrokeRecognitionPoints.java331 private static int getDistance(final int x1, final int y1, final int x2, final int y2) { in getDistance()

123456789