Home
last modified time | relevance | path

Searched refs:DrawBackground (Results 1 - 25 of 63) sorted by relevance

123

/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 backgroundOpa) 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()
/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_gpu_overdraw_canvas_listener.cpp177 void RSGPUOverdrawCanvasListener::DrawBackground(const Drawing::Brush& brush) in DrawBackground() function in OHOS::Rosen::RSGPUOverdrawCanvasListener
H A Drs_cpu_overdraw_canvas_listener.cpp124 void RSCPUOverdrawCanvasListener::DrawBackground(const Drawing::Brush& brush) in DrawBackground() function in OHOS::Rosen::RSCPUOverdrawCanvasListener
/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 in OHOS::Ace::Testing::TestingCanvas
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_box_progress.h226 void DrawBackground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_maskcolor_shader_filter.cpp81 canvas.DrawBackground(brush); in PostProcess()
H A Drs_distortion_shader_filter.cpp124 canvas.DrawBackground(brush); in DrawDistortion()
H A Drs_foreground_effect_filter.cpp150 canvas->DrawBackground(brush); in MakeImage()
228 canvas.DrawBackground(brush); in ApplyForegroundEffect()
/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 in OHOS::Rosen::RSCanvasListener
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;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_window_cache.cpp111 surfaceDrawable->DrawBackground(canvas, boundSize); in DealWithCachedWindow()
/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);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp1315 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); in HWTEST_F()
1319 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); in HWTEST_F()
1323 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); in HWTEST_F()
1328 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); in HWTEST_F()
1332 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); in HWTEST_F()
1337 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); in HWTEST_F()
1342 RSPropertiesPainter::DrawBackground(properties, canvas, true, false); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_drawable_adapter.cpp238 void RSRenderNodeDrawableAdapter::DrawBackground(Drawing::Canvas& canvas, const Drawing::Rect& rect) const in DrawBackground() function in OHOS::Rosen::DrawableV2::RSRenderNodeDrawableAdapter
464 DrawBackground(canvas, params.GetBounds()); in CheckShadowRectAndDrawBackground()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/
H A Drs_listened_canvas_test.cpp321 listenedCanvas.DrawBackground(brush2); in HWTEST_F()
395 listenedCanvas.DrawBackground(brush); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp251 void CoreCanvas::DrawBackground(const Brush& brush) in DrawBackground() function in OHOS::Rosen::Drawing::CoreCanvas
253 impl_->DrawBackground(brush); in DrawBackground()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp742 RSPropertiesPainter::DrawBackground(properties, *offscreenCanvas); in DrawBackgroundImageAsEffect()
1114 void RSPropertiesPainter::DrawBackground(const RSProperties& properties, RSPaintFilterCanvas& canvas, in DrawBackground() function in OHOS::Rosen::RSPropertiesPainter
1136 canvas.DrawBackground(brush); in DrawBackground()
1735 canvas.DrawBackground(brush); in DrawBinarizationShader()
1808 canvas.DrawBackground(brush); in DrawLightUpEffect()
1834 canvas.DrawBackground(brush); in DrawDynamicLightUp()
1977 canvas.DrawBackground(brush); in DrawDynamicDim()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.h62 void DrawBackground(DrawingContext& context);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h195 void DrawBackground(Drawing::Canvas& canvas, const Drawing::Rect& rect) const;

Completed in 19 milliseconds

123