Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dborder_image_painter_test_ng.cpp67 testImage->SetEdgeOutset(DIRECTION_LEFT, DIMENSION_OUTSET); in MakeBorderImage()
68 testImage->SetEdgeOutset(DIRECTION_RIGHT, DIMENSION_OUTSET); in MakeBorderImage()
69 testImage->SetEdgeOutset(DIRECTION_TOP, DIMENSION_OUTSET); in MakeBorderImage()
70 testImage->SetEdgeOutset(DIRECTION_BOTTOM, DIMENSION_OUTSET); in MakeBorderImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder_image.cpp52 void BorderImage::SetEdgeOutset(BorderImageDirection direction, const Dimension& outsetDimension) in SetEdgeOutset() function in OHOS::Ace::BorderImage
H A Dborder_image.h140 void SetEdgeOutset(BorderImageDirection direction, const Dimension& outsetDimension);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp2215 …bgStyle.borderImage->SetEdgeOutset(BorderImageDirection::TOP, declaration.ParseDimension(offsets[0… in SetBorderImageOutSetForFourEdges()
2218 …bgStyle.borderImage->SetEdgeOutset(BorderImageDirection::LEFT, declaration.ParseDimension(offsets[… in SetBorderImageOutSetForFourEdges()
2222 …bgStyle.borderImage->SetEdgeOutset(BorderImageDirection::TOP, declaration.ParseDimension(offsets[0… in SetBorderImageOutSetForFourEdges()
2225 …bgStyle.borderImage->SetEdgeOutset(BorderImageDirection::LEFT, declaration.ParseDimension(offsets[… in SetBorderImageOutSetForFourEdges()
2229 …bgStyle.borderImage->SetEdgeOutset(BorderImageDirection::TOP, declaration.ParseDimension(offsets[0… in SetBorderImageOutSetForFourEdges()
2232 …bgStyle.borderImage->SetEdgeOutset(BorderImageDirection::LEFT, declaration.ParseDimension(offsets[… in SetBorderImageOutSetForFourEdges()
2236 …bgStyle.borderImage->SetEdgeOutset(BorderImageDirection::TOP, declaration.ParseDimension(offsets[0… in SetBorderImageOutSetForFourEdges()
2243 … bgStyle.borderImage->SetEdgeOutset(BorderImageDirection::TOP, declaration.ParseDimension(value)); in SetBorderImageOutSetForFourEdges()
2244 …bgStyle.borderImage->SetEdgeOutset(BorderImageDirection::RIGHT, declaration.ParseDimension(value)); in SetBorderImageOutSetForFourEdges()
2245 …bgStyle.borderImage->SetEdgeOutset(BorderImageDirection::BOTTOM, declaration.ParseDimension(value)… in SetBorderImageOutSetForFourEdges()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1917 borderImageProperty->SetEdgeOutset(BorderImageDirection::START, startOutset); in CheckLocalizedBorderImageOutset()
1926 borderImageProperty->SetEdgeOutset(BorderImageDirection::END, endOutset); in CheckLocalizedBorderImageOutset()
1933 borderImageProperty->SetEdgeOutset(BorderImageDirection::LEFT, leftOutset); in CheckLocalizedBorderImageOutset()
1934 borderImageProperty->SetEdgeOutset(BorderImageDirection::RIGHT, rightOutset); in CheckLocalizedBorderImageOutset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp4445 borderImage->SetEdgeOutset(BorderImageDirection::LEFT, outsetDimension); in ParseBorderImageOutset()
4446 borderImage->SetEdgeOutset(BorderImageDirection::RIGHT, outsetDimension); in ParseBorderImageOutset()
4447 borderImage->SetEdgeOutset(BorderImageDirection::TOP, outsetDimension); in ParseBorderImageOutset()
4448 borderImage->SetEdgeOutset(BorderImageDirection::BOTTOM, outsetDimension); in ParseBorderImageOutset()
4454 borderImage->SetEdgeOutset(BorderImageDirection::START, option.startDimension.value()); in ParseBorderImageOutset()
4457 borderImage->SetEdgeOutset(BorderImageDirection::END, option.endDimension.value()); in ParseBorderImageOutset()
4460 borderImage->SetEdgeOutset(BorderImageDirection::LEFT, option.leftDimension.value()); in ParseBorderImageOutset()
4463 borderImage->SetEdgeOutset(BorderImageDirection::RIGHT, option.rightDimension.value()); in ParseBorderImageOutset()
4466 borderImage->SetEdgeOutset(BorderImageDirection::TOP, option.topDimension.value()); in ParseBorderImageOutset()
4469 borderImage->SetEdgeOutset(BorderImageDirection::BOTTOM, option.bottomDimension.value()); in ParseBorderImageOutset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp594 borderImage->SetEdgeOutset(direction, optDimension.value()); in SetBorderImageOutset()