Home
last modified time | relevance | path

Searched refs:DrawBackground (Results 1 – 25 of 61) sorted by relevance

123

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_scroll_bar.cpp67 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 Dui_arc_scroll_bar.h35 … void DrawBackground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, uint8_t backgroundOpa);
H A Dui_box_progress.cpp239 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 Drs_listened_canvas.cpp114 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 Drs_cpu_overdraw_canvas_listener.cpp124 void RSCPUOverdrawCanvasListener::DrawBackground(const Drawing::Brush& brush) in DrawBackground() function in OHOS::Rosen::RSCPUOverdrawCanvasListener
H A Drs_gpu_overdraw_canvas_listener.cpp177 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 Dui_box_progress.h226 void DrawBackground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_maskcolor_shader_filter.cpp78 canvas.DrawBackground(brush); in PostProcess()
H A Drs_distortion_shader_filter.cpp124 canvas.DrawBackground(brush); in DrawDistortion()
H A Drs_foreground_effect_filter.cpp199 canvas.DrawBackground(brush); in ApplyForegroundEffect()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dmock_canvas.h57 MOCK_METHOD1(DrawBackground, void(const TestingBrush& brush));
H A Dtesting_canvas.h105 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 Drs_canvas_listener.h49 virtual void DrawBackground(const Drawing::Brush& brush) {}; in DrawBackground() function
H A Drs_gpu_overdraw_canvas_listener.h47 void DrawBackground(const Drawing::Brush& brush) override;
H A Drs_cpu_overdraw_canvas_listener.h48 void DrawBackground(const Drawing::Brush& brush) override;
H A Drs_listened_canvas.h42 void DrawBackground(const Drawing::Brush& brush) override;
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.h73 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 Drs_properties_painter_test.cpp1337 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 Drs_properties_painter.cpp718 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 Drs_listened_canvas_test.cpp325 listenedCanvas.DrawBackground(brush2);
399 listenedCanvas.DrawBackground(brush);
H A Drs_cpu_overdraw_canvas_listener_test.cpp240 canvasListener->DrawBackground(brush);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp245 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 Drs_property_drawable_utils.cpp537 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 Drs_properties_painter.h41 static void DrawBackground(const RSProperties& properties, RSPaintFilterCanvas& canvas,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_canvas.h76 void DrawBackground(const Brush& brush) override;

123