Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp202 bool pointUseHeightAsWidth = (rawPointSize_.Width() == drawSize_.Height()); in PerformLayout() local
209 …Size(pointUseHeightAsWidth ? drawSize_.Width() : (rawPointSize_.Width() + pointPadding) * aspectRa… in PerformLayout()
217 …Size(pointUseHeightAsWidth ? pointPadding * 2.0 : 0.0, pointUseTextHeight ? 0.0 : pointPadding * 2… in PerformLayout()