Home
last modified time | relevance | path

Searched defs:GetPathEffect (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path_effect.cpp21 std::shared_ptr<RSPathEffect> TexginePathEffect::GetPathEffect() const in GetPathEffect() function in OHOS::Rosen::TextEngine::TexginePathEffect
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path_effect.cpp79 sk_sp<SkPathEffect> SkiaPathEffect::GetPathEffect() const in GetPathEffect() function in OHOS::Rosen::Drawing::SkiaPathEffect
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpaint.h88 const std::shared_ptr<PathEffect> GetPathEffect() const { return pathEffect_; } in GetPathEffect() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/
H A Djs_path_effect.cpp168 std::shared_ptr<PathEffect> JsPathEffect::GetPathEffect() in GetPathEffect() function in OHOS::Rosen::Drawing::JsPathEffect
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpen.cpp187 std::shared_ptr<PathEffect> Pen::GetPathEffect() const in GetPathEffect() function in OHOS::Rosen::Drawing::Pen