Home
last modified time | relevance | path

Searched refs:RLineTo (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp108 void Path::RLineTo(scalar dx, scalar dy) in RLineTo() function in OHOS::Rosen::Drawing::Path
110 impl_->RLineTo(dx, dy); in RLineTo()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_test.cpp60 skiaPath.RLineTo(200, 200); // 200: dx and dy in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpath_impl.h62 virtual void RLineTo(scalar dx, scalar dy) = 0;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.h43 static napi_value RLineTo(napi_env env, napi_callback_info info);
H A Djs_path.cpp39 DECLARE_NAPI_FUNCTION("rLineTo", JsPath::RLineTo),
215 napi_value JsPath::RLineTo(napi_env env, napi_callback_info info) in RLineTo() function in OHOS::Rosen::Drawing::JsPath
533 m_path->RLineTo(dx, dy); in OnRLineTo()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.h61 void RLineTo(scalar dx, scalar dy) override;
H A Dskia_path.cpp117 void SkiaPath::RLineTo(scalar dx, scalar dy) in RLineTo() function in OHOS::Rosen::Drawing::SkiaPath
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpath.h230 virtual void RLineTo(scalar dx, scalar dy);
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp138 path.RLineTo(ptOneX, ptOneY); in PathFuzzTest002()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp126 path->RLineTo(x, y); in OH_Drawing_PathRLineTo()

Completed in 8 milliseconds