Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp735 double horDistance = NormalizeToPx(HORIZONTAL_DISTANCE_PHONE); in LayoutTextImage() local
741 double minWidth = minWidth_ - horInterval * 2.0 - horDistance - imageSize.Width(); in LayoutTextImage()
745 double maxWidth = maxWidth_ - horInterval * 2.0 - horDistance - imageSize.Width(); in LayoutTextImage()
757 size.AddWidth(horInterval * 2.0 + horDistance + imageSize.Width()); in LayoutTextImage()