Home
last modified time | relevance | path

Searched refs:DrawForeground (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_scroll_bar.cpp68 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 Dui_arc_scroll_bar.h34 void DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, uint8_t backgroundOpa);
H A Dui_box_progress.cpp252 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 Dui_slider.cpp185 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 Dui_box_progress.h227 void DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, Rect& coords);
H A Dui_slider.h346 void DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, Rect& coords);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_window_cache.cpp131 surfaceDrawable->DrawForeground(canvas, boundSize); in DealWithCachedWindow()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.cpp263 DrawForeground(canvas, params.GetBounds()); in CheckCacheTypeAndDraw()
316 DrawForeground(canvas, params.GetBounds()); in DrawWithNodeGroupCache()
387 DrawForeground(canvas, params.GetBounds()); in CheckRegionAndDrawWithFilter()
H A Drs_surface_render_node_drawable.cpp127 DrawForeground(canvas, bounds); in OnGeneralProcess()
903 DrawForeground(canvas, bounds); in DealWithUIFirstCache()
H A Drs_canvas_drawing_render_node_drawable.cpp139 DrawForeground(canvas, bounds); in OnDraw()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h198 void DrawForeground(Drawing::Canvas& canvas, const Drawing::Rect& rect) const;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_drawable_adapter.cpp286 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 Drs_node_drawable1_adapter_test.cpp339 adapter->DrawForeground(drawingCanvas, rect);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_adapter_test.cpp310 adapter->DrawForeground(drawingCanvas, rect);

Completed in 10 milliseconds