Searched refs:RLineTo (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | path.cpp | 108 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 D | skia_path_test.cpp | 60 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 D | path_impl.h | 62 virtual void RLineTo(scalar dx, scalar dy) = 0;
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/ |
H A D | js_path.h | 43 static napi_value RLineTo(napi_env env, napi_callback_info info);
|
H A D | js_path.cpp | 39 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 D | skia_path.h | 61 void RLineTo(scalar dx, scalar dy) override;
|
H A D | skia_path.cpp | 117 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 D | path.h | 230 virtual void RLineTo(scalar dx, scalar dy);
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/ |
H A D | path_fuzzer.cpp | 138 path.RLineTo(ptOneX, ptOneY); in PathFuzzTest002()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_path.cpp | 126 path->RLineTo(x, y); in OH_Drawing_PathRLineTo()
|
Completed in 8 milliseconds