Home
last modified time | relevance | path

Searched defs:CreateDashPathEffect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_recording_path_effect.h30 …static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count,… in CreateDashPathEffect() function
H A Dtesting_path_effect.h41 …static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count,… in CreateDashPathEffect() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/
H A Djs_path_effect.cpp98 napi_value JsPathEffect::CreateDashPathEffect(napi_env env, napi_callback_info info) in CreateDashPathEffect() function in OHOS::Rosen::Drawing::JsPathEffect
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dpath_effect.cpp73 std::shared_ptr<PathEffect> PathEffect::CreateDashPathEffect(const scalar intervals[], int count, s… in CreateDashPathEffect() function in OHOS::Rosen::Drawing::PathEffect