Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/mock/core/rosen/
Dtesting_pen.h53 virtual void SetPathEffect(std::shared_ptr<TestingPathEffect> /* effect */) {} in SetPathEffect() function
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dpen.cpp198 void Pen::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect() function in OHOS::Rosen::Drawing::Pen
Dpaint.cpp238 void Paint::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect() function in OHOS::Rosen::Drawing::Paint
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
Djs_pen.cpp510 napi_value JsPen::SetPathEffect(napi_env env, napi_callback_info info) in SetPathEffect() function in OHOS::Rosen::Drawing::JsPen