Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_toggle_button.cpp93 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 Dui_toggle_button.h133 Rect rectMid_ = {0, 0, 0, 0}; variable