/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_visual_effect.h | 30 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 D | common_type.h | 37 BRUSH = 4, member in OHOS::MMI::SourceType::SourceTool
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_kawase_blur_shader_filter.cpp | 43 auto kawaseFilter = std::make_shared<Drawing::GEVisualEffect>("KAWASE_BLUR", Drawing::DrawingPaintType::BRUSH);
in GenerateGEVisualEffect()
|
H A D | rs_grey_shader_filter.cpp | 44 auto greyFilter = std::make_shared<Drawing::GEVisualEffect>("GREY", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
|
H A D | rs_linear_gradient_blur_shader_filter.cpp | 40 "LINEAR_GRADIENT_BLUR", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
|
H A D | rs_water_ripple_shader_filter.cpp | 75 ("WATER_RIPPLE", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
|
H A D | rs_aibar_shader_filter.cpp | 47 auto aiBarFilter = std::make_shared<Drawing::GEVisualEffect>("AIBAR", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
|
H A D | rs_magnifier_shader_filter.cpp | 43 auto magnifierFilter = std::make_shared<Drawing::GEVisualEffect>("MAGNIFIER", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
|
H A D | rs_mesa_blur_shader_filter.cpp | 97 auto mesaFilter = std::make_shared<Drawing::GEVisualEffect>("MESA_BLUR", Drawing::DrawingPaintType::BRUSH); in GenerateGEVisualEffect()
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/include/ |
H A D | js_touch_event.h | 41 BRUSH = 3, member in OHOS::MMI::final::ToolType
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/ |
H A D | js_touch_event.cpp | 67 DECLARE_NAPI_STATIC_PROPERTY("BRUSH", GetNapiInt32(env, static_cast<int32_t>(ToolType::BRUSH))), in Export()
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | ace_events.h | 46 BRUSH = 4, member in OHOS::Ace::KeyCode::SourceTool
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 33 case SourceTool::BRUSH: in ConvertNativeXComponentTouchToolType()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 42 return SourceTool::BRUSH; in GetSourceTool()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 414 SourceTool::BRUSH, in HWTEST_F() member in OHOS::Ace::NG::SourceTool
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 104 case SourceTool::BRUSH: in ConvertNativeXComponentTouchToolType()
|