Searched refs:DrawValidRect (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_box_progress.cpp | 28 void UIBoxProgress::DrawValidRect(BufferInfo& gfxDstBuffer, in DrawValidRect() function in OHOS::UIBoxProgress 249 … DrawValidRect(gfxDstBuffer, backgroundImage_, coords, invalidatedArea, *backgroundStyle_, radius); in DrawBackground() 290 … DrawValidRect(gfxDstBuffer, foregroundImage_, coords, invalidatedArea, *foregroundStyle_, radius); in DrawForeground()
|
H A D | ui_slider.cpp | 149 DrawValidRect(gfxDstBuffer, knobImage_, knobBar, invalidatedArea, *knobStyle_, 0); in DrawKnob() 247 … DrawValidRect(gfxDstBuffer, foregroundImage_, foregroundRect, coords, *foregroundStyle_, radius); in DrawForeground()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_box_progress.h | 235 void DrawValidRect(BufferInfo& gfxDstBuffer,
|