Searched refs:DrawHand (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_analog_clock.cpp | 225 DrawHand(gfxDstBuffer, current, invalidatedArea, hourHand_); in OnPostDraw() 226 DrawHand(gfxDstBuffer, current, invalidatedArea, minuteHand_); in OnPostDraw() 228 DrawHand(gfxDstBuffer, current, invalidatedArea, secondHand_); in OnPostDraw() 265 void UIAnalogClock::DrawHand(BufferInfo& gfxDstBuffer, const Rect& current, const Rect& invalidatedArea, Hand& hand) in DrawHand() function in OHOS::UIAnalogClock
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_analog_clock.h | 354 void DrawHand(BufferInfo& gfxDstBuffer, const Rect& current, const Rect& invalidatedArea, Hand& hand);
|
Completed in 2 milliseconds