Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path_effect.cpp26 void TexginePathEffect::SetPathEffect(const std::shared_ptr<RSPathEffect> effect) in SetPathEffect() function in OHOS::Rosen::TextEngine::TexginePathEffect
H A Dtexgine_paint.cpp84 void TexginePaint::SetPathEffect(const std::shared_ptr<TexginePathEffect> pathEffect) in SetPathEffect() function in OHOS::Rosen::TextEngine::TexginePaint
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_pen.h53 virtual void SetPathEffect(std::shared_ptr<TestingPathEffect> /* effect */) {} in SetPathEffect() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpaint.cpp209 void Paint::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect() function in OHOS::Rosen::Drawing::Paint
H A Dpen.cpp182 void Pen::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect() function in OHOS::Rosen::Drawing::Pen
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H A Djs_pen.cpp502 napi_value JsPen::SetPathEffect(napi_env env, napi_callback_info info) in SetPathEffect() function in OHOS::Rosen::Drawing::JsPen