Searched refs:rectMid_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_toggle_button.cpp | 93 rectMid_.SetRect(x, y, x + rectWidth_, y + (corner_ << 1) + 1); in CalculateSize() 114 baseGfxEngine->DrawRect(gfxDstBuffer, rectMid_, trunc, styleUnSelect, opaScale_); in OnDraw()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_toggle_button.h | 133 Rect rectMid_ = {0, 0, 0, 0}; variable
|