Home
last modified time | relevance | path

Searched refs:drawtype_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_analog_clock.h114 drawtype_(DrawType::DRAW_IMAGE)
190 DrawType drawtype_; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_analog_clock.cpp48 hand->drawtype_ = DrawType::DRAW_IMAGE; in SetHandImage()
92 hand->drawtype_ = DrawType::DRAW_LINE; in SetHandLine()
267 if (hand.drawtype_ == DrawType::DRAW_IMAGE) { in DrawHand()