Searched defs:pathEffect_ (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ | ||
H A D | texgine_path_effect.h | 31 std::shared_ptr<RSPathEffect> pathEffect_ = nullptr; member in OHOS::Rosen::TextEngine::TexginePathEffect |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ | ||
H A D | skia_path_effect.h | 53 sk_sp<SkPathEffect> pathEffect_; member in OHOS::Rosen::Drawing::SkiaPathEffect |
H A D | skia_path_effect.cpp | 35 SkiaPathEffect::SkiaPathEffect() noexcept : pathEffect_(nullptr) {} in pathEffect_() function [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ | ||
H A D | pen.h | 332 std::shared_ptr<PathEffect> pathEffect_; member in OHOS::Rosen::Drawing::Pen::JoinStyle::CapStyle |
H A D | paint.h | 128 std::shared_ptr<PathEffect> pathEffect_ = nullptr; variable |
Completed in 3 milliseconds