Home
last modified time | relevance | path

Searched refs:RConicTo (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp123 void Path::RConicTo(scalar ctrlPtX, scalar ctrlPtY, scalar endPtX, scalar endPtY, scalar weight) in RConicTo() function in OHOS::Rosen::Drawing::Path
125 impl_->RConicTo(ctrlPtX, ctrlPtY, endPtX, endPtY, weight); in RConicTo()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpath_impl.h65 virtual void RConicTo(scalar ctrlPtX, scalar ctrlPtY, scalar endPtX, scalar endPtY, scalar weight) = 0;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.h45 static napi_value RConicTo(napi_env env, napi_callback_info info);
H A Djs_path.cpp41 DECLARE_NAPI_FUNCTION("rConicTo", JsPath::RConicTo),
227 napi_value JsPath::RConicTo(napi_env env, napi_callback_info info) in RConicTo() function in OHOS::Rosen::Drawing::JsPath
581 m_path->RConicTo(ctrlPtX, ctrlPtY, endPtX, endPtY, weight); in OnRConicTo()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.h64 void RConicTo(scalar ctrlPtX, scalar ctrlPtY, scalar endPtX, scalar endPtY, scalar weight) override;
H A Dskia_path.cpp137 void SkiaPath::RConicTo(scalar ctrlPtX, scalar ctrlPtY, scalar endPtX, scalar endPtY, scalar weight) in RConicTo() function in OHOS::Rosen::Drawing::SkiaPath
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpath.h278 virtual void RConicTo(scalar ctrlPtX, scalar ctrlPtY, scalar endPtX, scalar endPtY, scalar weight);
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp142 path.RConicTo(ptOneX, ptOneY, endPtX, endPtY, sweepAngle); in PathFuzzTest002()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp177 path->RConicTo(ctrlX, ctrlY, endX, endY, weight); in OH_Drawing_PathRConicTo()

Completed in 15 milliseconds