Searched defs:CreateDashPathEffect (Results 1 – 4 of 4) sorted by relevance
30 …static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count,… in CreateDashPathEffect() function
41 …static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count,… in CreateDashPathEffect() function
98 napi_value JsPathEffect::CreateDashPathEffect(napi_env env, napi_callback_info info) in CreateDashPathEffect() function in OHOS::Rosen::Drawing::JsPathEffect
73 std::shared_ptr<PathEffect> PathEffect::CreateDashPathEffect(const scalar intervals[], int count, s… in CreateDashPathEffect() function in OHOS::Rosen::Drawing::PathEffect