Home
last modified time | relevance | path

Searched defs:y1 (Results 51 – 75 of 123) sorted by relevance

12345

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtrans_affine.h50 TransAffine(float x1, float y1, float x2, float y2, const float* parl) in TransAffine()
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp141 jfloat y1, in Java_android_filterfw_core_ShaderProgram_setSourceRegion()
159 jfloat y1, in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_path.cpp66 void NativeCanvasPath::ArcTo(double x1, double y1, double x2, double y2, double radius) in ArcTo()
H A Dcanvas_renderer.cpp348 …sRenderer::CreateLinearGradient(const double x0, const double y0, const double x1, const double y1) in CreateLinearGradient()
366 …const double x0, const double y0, const double r0, const double x1, const double y1, const double … in CreateRadialGradient()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java268 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, in setSourceRegion()
271 private native boolean setTargetRegion(float x0, float y0, float x1, float y1, in setTargetRegion()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DWirelessChargerDetector.java345 private static boolean hasMoved(float x1, float y1, float z1, in hasMoved()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasecommon_fuzzer/
H A Drsbasecommon_fuzzer.cpp154 int y1 = GetData<int>(); in RSObjOcclusionFuzzTest() local
/aosp14/frameworks/base/core/java/android/util/
H A DMathUtils.java102 public static float dist(float x1, float y1, float x2, float y2) { in dist()
108 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) { in dist()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/
H A Ddrawing_fuzzer.cpp137 float y1 = static_cast<float>(data[1]); in NativeDrawingCanvasDrawLineTest() local
260 float y1 = static_cast<float>(data[1]); in NativeDrawingPathArcToTest() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcolorspace.cpp70 int u, v, y1, y2, y3, y4; in JNI_COLORSPACE_METHOD() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dbasic_transformer.h163 uint32_t y1 = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp159 float y1 = GetData<float>(); in RSCubicBezierInterpolatorFuzzerTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.cpp97 ArcToParam GetArcToParam(double x1, double y1, double x2, double y2, double radius) in GetArcToParam()
585 int64_t contextId, double x1, double y1, double x2, double y2, double radius) in FfiOHOSAceFrameworkRenderingContextArcTo()
716 int64_t contextId, double x0, double y0, double x1, double y1) in FfiOHOSAceFrameworkRenderingContextCreateLinearGradient()
732 int64_t contextId, double x0, double y0, double r0, double x1, double y1, double r1) in FfiOHOSAceFrameworkRenderingContextCreateRadialGradient()
916 double y1 = PipelineBase::Vp2PxWithCurrentDensity(params.y1); in FfiOHOSAceFrameworkCanvasPathArcTo() local
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DBrightnessMappingStrategyTest.java596 final float y1 = GAMMA_CORRECTION_SPLINE.interpolate(x1); in testGammaCorrectionLowChangeAtCenter() local
628 final float y1 = GAMMA_CORRECTION_SPLINE.interpolate(x1); in testGammaCorrectionHighChangeAtCenter() local
/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
/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
/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
/aosp14/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
/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
/aosp14/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 conicTo(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, in conicTo()
117 static void cubicTo__FFFFFF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, in cubicTo__FFFFFF()
123 static void rCubicTo(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, in rCubicTo()

12345