Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/
H A Dgrid_col_layout_property.h73 auto offset = GetOffsetValue(); in GetOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_layout_algorithm.cpp98 auto offset = context->GetOffsetValue({}); in GetChildrenSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp159 void GetOffsetValue(std::vector<std::string> offsets, std::string& posX, std::string& posY) in GetOffsetValue() function
435 GetOffsetValue(offsets, valueX, valueY); in ParseBackgroundImagePosition()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/
H A Dgrid_row_test_ng.cpp1647 EXPECT_EQ(layoutProperty->GetOffsetValue().md, testVal);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2361 offsetVp.xComponent = renderContext->GetPositionProperty()->GetOffsetValue().GetX().Value(); in GetOffset()
2362 offsetVp.yComponent = renderContext->GetPositionProperty()->GetOffsetValue().GetY().Value(); in GetOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3010 auto offset = GetOffsetValue({}); in AdjustPaintRect()