Searched defs:SetPathEffect (Results 1 – 5 of 5) sorted by relevance
| /foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ | ||
| D | texgine_path_effect.cpp | 31 void TexginePathEffect::SetPathEffect(const sk_sp<SkPathEffect> effect) in SetPathEffect() function in OHOS::Rosen::TextEngine::TexginePathEffect |
| D | texgine_paint.cpp | 126 void TexginePaint::SetPathEffect(const std::shared_ptr<TexginePathEffect> pathEffect) in SetPathEffect() function in OHOS::Rosen::TextEngine::TexginePaint |
| /foundation/arkui/ace_engine/test/mock/core/rosen/ | ||
| D | testing_pen.h | 52 virtual void SetPathEffect(std::shared_ptr<TestingPathEffect> /* effect */) {} in SetPathEffect() function |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ | ||
| D | paint.cpp | 189 void Paint::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect() function in OHOS::Rosen::Drawing::Paint |
| D | pen.cpp | 157 void Pen::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect() function in OHOS::Rosen::Drawing::Pen |