/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 backgroundOpa) 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& coords) in DrawForeground() function in OHOS::UIBoxProgress 285 GRAPHIC_LOGE("UIBoxProgress: DrawForeground direction Err!\n"); in DrawForeground() 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 242 GRAPHIC_LOGE("UISlider: DrawForeground direction Err!\n"); in DrawForeground() 259 DrawForeground(gfxDstBuffer, trunc, foregroundRect); in OnDraw()
|
/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);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_draw_window_cache.cpp | 131 surfaceDrawable->DrawForeground(canvas, boundSize); in DealWithCachedWindow()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_render_node_drawable.cpp | 263 DrawForeground(canvas, params.GetBounds()); in CheckCacheTypeAndDraw() 316 DrawForeground(canvas, params.GetBounds()); in DrawWithNodeGroupCache() 387 DrawForeground(canvas, params.GetBounds()); in CheckRegionAndDrawWithFilter()
|
H A D | rs_surface_render_node_drawable.cpp | 127 DrawForeground(canvas, bounds); in OnGeneralProcess() 903 DrawForeground(canvas, bounds); in DealWithUIFirstCache()
|
H A D | rs_canvas_drawing_render_node_drawable.cpp | 139 DrawForeground(canvas, bounds); in OnDraw()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_render_node_drawable_adapter.h | 198 void DrawForeground(Drawing::Canvas& canvas, const Drawing::Rect& rect) const;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_render_node_drawable_adapter.cpp | 286 void RSRenderNodeDrawableAdapter::DrawForeground(Drawing::Canvas& canvas, const Drawing::Rect& rect) const in DrawForeground() function in OHOS::Rosen::DrawableV2::RSRenderNodeDrawableAdapter
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/ |
H A D | rs_node_drawable1_adapter_test.cpp | 339 adapter->DrawForeground(drawingCanvas, rect);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_render_node_drawable_adapter_test.cpp | 310 adapter->DrawForeground(drawingCanvas, rect);
|