Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_column_info.cpp100 …double offsetVp = offset * (parent_->GetColumnWidth() + parent_->GetGutterWidth().ConvertToPx(dipS… in GetOffset() local
101 return Dimension(offsetVp, DimensionUnit::PX); in GetOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2352 ArkUIOffsetType offsetVp = { 0.0f, 0.0f }; in GetOffset() local
2354 CHECK_NULL_RETURN(frameNode, offsetVp); in GetOffset()
2356 CHECK_NULL_RETURN(renderContext, offsetVp); in GetOffset()
2357 CHECK_NULL_RETURN(renderContext->GetPositionProperty(), offsetVp); in GetOffset()
2359 return offsetVp; in GetOffset()
2361 offsetVp.xComponent = renderContext->GetPositionProperty()->GetOffsetValue().GetX().Value(); in GetOffset()
2362 offsetVp.yComponent = renderContext->GetPositionProperty()->GetOffsetValue().GetY().Value(); in GetOffset()
2363 return offsetVp; in GetOffset()