Home
last modified time | relevance | path

Searched refs:DrawingPaintType (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/fuzztest/gevisualeffect_fuzzer/
H A Dge_visual_effect_fuzzer.cpp41 DrawingPaintType type = GETest::GetPlainData<DrawingPaintType>(); in GEVisualEffectFuzzTest001()
60 DrawingPaintType type = GETest::GetPlainData<DrawingPaintType>(); in GEVisualEffectFuzzTest002()
75 DrawingPaintType type = GETest::GetPlainData<DrawingPaintType>(); in GEVisualEffectFuzzTest003()
93 DrawingPaintType type = GETest::GetPlainData<DrawingPaintType>(); in GEVisualEffectFuzzTest004()
111 DrawingPaintType type = GETest::GetPlainData<DrawingPaintType>(); in GEVisualEffectFuzzTest005()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_visual_effect.h30 enum class DrawingPaintType { NONE, BRUSH, PEN, PAINT, BRUSH_PEN }; class
36 GEVisualEffect(const std::string& name, DrawingPaintType type = DrawingPaintType::BRUSH);
64 DrawingPaintType type_;
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/fuzztest/gevisualeffectcontainer_fuzzer/
H A Dge_visual_effect_container_fuzzer.cpp38 DrawingPaintType type = GETest::GetPlainData<DrawingPaintType>(); in GEVisualEffectContainerFuzzTest001()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_kawase_blur_shader_filter.cpp43 auto kawaseFilter = 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::BRUSH); 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_aibar_shader_filter.cpp47 auto aiBarFilter = std::make_shared<Drawing::GEVisualEffect>("AIBAR", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
H A Drs_magnifier_shader_filter.cpp43 auto magnifierFilter = std::make_shared<Drawing::GEVisualEffect>("MAGNIFIER", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
H A Drs_mesa_blur_shader_filter.cpp97 auto mesaFilter = std::make_shared<Drawing::GEVisualEffect>("MESA_BLUR", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rslineargradientblurshaderfilter_fuzzer/
H A Drslineargradientblurshaderfilter_fuzzer.cpp124 Drawing::DrawingPaintType type = GetData<Drawing::DrawingPaintType>(); in DoGenerateGEVisualEffect()
/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()

Completed in 4 milliseconds