/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_arc_scroll_bar.cpp | 68 DrawForeground(gfxDstBuffer, invalidatedArea, backgroundOpa); in OnDraw() 71 void UIArcScrollBar::DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, uint8_t … in DrawForeground() function in OHOS::UIArcScrollBar
|
H A D | ui_arc_scroll_bar.h | 34 … void DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, uint8_t backgroundOpa);
|
H A D | ui_box_progress.cpp | 252 void UIBoxProgress::DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, Rect& coo… in DrawForeground() function in OHOS::UIBoxProgress 302 DrawForeground(gfxDstBuffer, invalidatedArea, coords); in OnDraw()
|
H A D | ui_slider.cpp | 185 void UISlider::DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, Rect& coords) in DrawForeground() function in OHOS::UISlider 259 DrawForeground(gfxDstBuffer, trunc, foregroundRect); in OnDraw()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_box_progress.h | 227 void DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, Rect& coords);
|
H A D | ui_slider.h | 346 void DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, Rect& coords);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_render_node_drawable.cpp | 261 DrawForeground(canvas, params.GetBounds()); in CheckCacheTypeAndDraw() 311 DrawForeground(canvas, params.GetBounds()); in DrawWithNodeGroupCache() 382 DrawForeground(canvas, params.GetBounds()); in CheckRegionAndDrawWithFilter()
|
H A D | rs_surface_render_node_drawable.cpp | 116 DrawForeground(canvas, bounds); in OnGeneralProcess() 926 DrawForeground(canvas, bounds); in DealWithUIFirstCache()
|
H A D | rs_canvas_drawing_render_node_drawable.cpp | 128 DrawForeground(canvas, bounds); in OnDraw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_render_node_drawable_adapter.h | 257 void DrawForeground(Drawing::Canvas& canvas, const Drawing::Rect& rect) const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_render_node_drawable_adapter.cpp | 300 void RSRenderNodeDrawableAdapter::DrawForeground(Drawing::Canvas& canvas, const Drawing::Rect& rect… in DrawForeground() function in OHOS::Rosen::DrawableV2::RSRenderNodeDrawableAdapter
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_render_node_drawable_adapter_test.cpp | 312 adapter->DrawForeground(drawingCanvas, rect);
|