/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_arc_scroll_bar.cpp | 67 DrawBackground(gfxDstBuffer, invalidatedArea, backgroundOpa); in OnDraw() 104 void UIArcScrollBar::DrawBackground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, uint8_t … in DrawBackground() function in OHOS::UIArcScrollBar
|
H A D | ui_arc_scroll_bar.h | 35 … void DrawBackground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, uint8_t backgroundOpa);
|
H A D | ui_box_progress.cpp | 239 void UIBoxProgress::DrawBackground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in DrawBackground() function in OHOS::UIBoxProgress 297 DrawBackground(gfxDstBuffer, invalidatedArea); in OnDraw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/ |
H A D | rs_listened_canvas.cpp | 114 void RSListenedCanvas::DrawBackground(const Brush& brush) in DrawBackground() function in OHOS::Rosen::RSListenedCanvas 116 RSPaintFilterCanvas::DrawBackground(brush); in DrawBackground() 118 listener_->DrawBackground(brush); in DrawBackground()
|
H A D | rs_cpu_overdraw_canvas_listener.cpp | 124 void RSCPUOverdrawCanvasListener::DrawBackground(const Drawing::Brush& brush) in DrawBackground() function in OHOS::Rosen::RSCPUOverdrawCanvasListener
|
H A D | rs_gpu_overdraw_canvas_listener.cpp | 177 void RSGPUOverdrawCanvasListener::DrawBackground(const Drawing::Brush& brush) in DrawBackground() function in OHOS::Rosen::RSGPUOverdrawCanvasListener
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_box_progress.h | 226 void DrawBackground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_maskcolor_shader_filter.cpp | 78 canvas.DrawBackground(brush); in PostProcess()
|
H A D | rs_distortion_shader_filter.cpp | 124 canvas.DrawBackground(brush); in DrawDistortion()
|
H A D | rs_foreground_effect_filter.cpp | 199 canvas.DrawBackground(brush); in ApplyForegroundEffect()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | mock_canvas.h | 57 MOCK_METHOD1(DrawBackground, void(const TestingBrush& brush));
|
H A D | testing_canvas.h | 105 virtual void DrawBackground(const TestingBrush& brush) {} in DrawBackground() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/ |
H A D | rs_canvas_listener.h | 49 virtual void DrawBackground(const Drawing::Brush& brush) {}; in DrawBackground() function
|
H A D | rs_gpu_overdraw_canvas_listener.h | 47 void DrawBackground(const Drawing::Brush& brush) override;
|
H A D | rs_cpu_overdraw_canvas_listener.h | 48 void DrawBackground(const Drawing::Brush& brush) override;
|
H A D | rs_listened_canvas.h | 42 void DrawBackground(const Drawing::Brush& brush) override;
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wm.h | 73 void DrawBackground(int16_t x1, int16_t y1, int16_t x2, int16_t y2);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_painter_test.cpp | 1337 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); 1341 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); 1345 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); 1350 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); 1354 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); 1359 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); 1364 RSPropertiesPainter::DrawBackground(properties, canvas, true, false);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 718 RSPropertiesPainter::DrawBackground(properties, *offscreenCanvas); in DrawBackgroundImageAsEffect() 1054 void RSPropertiesPainter::DrawBackground(const RSProperties& properties, RSPaintFilterCanvas& canva… in DrawBackground() function in OHOS::Rosen::RSPropertiesPainter 1087 canvas.DrawBackground(brush); in DrawBackground() 1644 canvas.DrawBackground(brush); in DrawBinarizationShader() 1706 canvas.DrawBackground(brush); in DrawLightUpEffect() 1723 canvas.DrawBackground(brush); in DrawLightUpEffect() 1790 canvas.DrawBackground(brush); in DrawDynamicLightUp() 1854 canvas.DrawBackground(brush); in DrawDynamicDim()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/ |
H A D | rs_listened_canvas_test.cpp | 325 listenedCanvas.DrawBackground(brush2); 399 listenedCanvas.DrawBackground(brush);
|
H A D | rs_cpu_overdraw_canvas_listener_test.cpp | 240 canvasListener->DrawBackground(brush);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.cpp | 245 void CoreCanvas::DrawBackground(const Brush& brush) in DrawBackground() function in OHOS::Rosen::Drawing::CoreCanvas 247 impl_->DrawBackground(brush); in DrawBackground()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 537 canvas->DrawBackground(brush); in DrawLightUpEffect() 555 canvas->DrawBackground(brush); in DrawLightUpEffect() 634 canvas->DrawBackground(brush); in DrawDynamicDim() 834 canvas->DrawBackground(brush); in DrawBinarization() 1140 canvas->DrawBackground(brush); in DrawFilterWithDRM()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_painter.h | 41 static void DrawBackground(const RSProperties& properties, RSPaintFilterCanvas& canvas,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | recording_canvas.h | 76 void DrawBackground(const Brush& brush) override;
|