Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp191 textOnSize_ = CalculateTextSize(textOn_, renderTextOn_); in PerformLayout()
197 double maxTextWidth = std::max(textOnSize_.Width(), textOffSize_.Width()); in PerformLayout()
198 double pointHeight = std::max(textOnSize_.Height(), drawSize_.Height()); in PerformLayout()
H A Drender_switch.h90 Size textOnSize_; variable