Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.cpp21 double GetValueInPx(const Dimension& value, double dipScale) in GetValueInPx() function
83 double width = GetValueInPx(left_, dipScale) + GetValueInPx(right_, dipScale); in GetLayoutSizeInPx()
84 double height = GetValueInPx(top_, dipScale) + GetValueInPx(bottom_, dipScale); in GetLayoutSizeInPx()
90 return Offset(GetValueInPx(left_, dipScale), GetValueInPx(top_, dipScale)); in GetOffsetInPx()
95 return GetValueInPx(left_, dipScale) + GetValueInPx(right_, dipScale); in HorizontalInPx()
100 return GetValueInPx(top_, dipScale) + GetValueInPx(bottom_, dipScale); in VerticalInPx()