Home
last modified time | relevance | path

Searched refs:BRUSH (Results 1 - 16 of 16) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_visual_effect.h30 enum class DrawingPaintType { NONE, BRUSH, PEN, PAINT, BRUSH_PEN }; member in OHOS::Rosen::Drawing::DrawingPaintType
36 GEVisualEffect(const std::string& name, DrawingPaintType type = DrawingPaintType::BRUSH);
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dcommon_type.h37 BRUSH = 4, member in OHOS::MMI::SourceType::SourceTool
/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/multimodalinput/input/frameworks/napi/touch_event/include/
H A Djs_touch_event.h41 BRUSH = 3, member in OHOS::MMI::final::ToolType
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/
H A Djs_touch_event.cpp67 DECLARE_NAPI_STATIC_PROPERTY("BRUSH", GetNapiInt32(env, static_cast<int32_t>(ToolType::BRUSH))), in Export()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dace_events.h46 BRUSH = 4, member in OHOS::Ace::KeyCode::SourceTool
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp33 case SourceTool::BRUSH: in ConvertNativeXComponentTouchToolType()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp42 return SourceTool::BRUSH; in GetSourceTool()
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp414 SourceTool::BRUSH, in HWTEST_F() member in OHOS::Ace::NG::SourceTool
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp104 case SourceTool::BRUSH: in ConvertNativeXComponentTouchToolType()

Completed in 10 milliseconds