Home
last modified time | relevance | path

Searched refs:DrawingPaintType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_visual_effect.h30 enum class DrawingPaintType { NONE, BRUSH, PEN, PAINT, BRUSH_PEN }; enum
36 GEVisualEffect(const std::string& name, DrawingPaintType type = DrawingPaintType::BRUSH);
64 DrawingPaintType type_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_kawase_blur_shader_filter.cpp43 …ilter = std::make_shared<Drawing::GEVisualEffect>("KAWASE_BLUR", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
H A Drs_grey_shader_filter.cpp44 …auto greyFilter = std::make_shared<Drawing::GEVisualEffect>("GREY", Drawing::DrawingPaintType::BRU… in GenerateGEVisualEffect()
H A Drs_aibar_shader_filter.cpp47 …auto aiBarFilter = std::make_shared<Drawing::GEVisualEffect>("AIBAR", Drawing::DrawingPaintType::B… in GenerateGEVisualEffect()
H A Drs_linear_gradient_blur_shader_filter.cpp40 "LINEAR_GRADIENT_BLUR", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
H A Drs_water_ripple_shader_filter.cpp75 ("WATER_RIPPLE", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
H A Drs_magnifier_shader_filter.cpp43 …rFilter = std::make_shared<Drawing::GEVisualEffect>("MAGNIFIER", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
H A Drs_mesa_blur_shader_filter.cpp97 …aFilter = std::make_shared<Drawing::GEVisualEffect>("MESA_BLUR", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_visual_effect.cpp25 GEVisualEffect::GEVisualEffect(const std::string& name, DrawingPaintType type) in GEVisualEffect()