Searched refs:SetEdgeOutset (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | border_image_painter_test_ng.cpp | 67 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 D | border_image.cpp | 52 void BorderImage::SetEdgeOutset(BorderImageDirection direction, const Dimension& outsetDimension) in SetEdgeOutset() function in OHOS::Ace::BorderImage
|
H A D | border_image.h | 140 void SetEdgeOutset(BorderImageDirection direction, const Dimension& outsetDimension);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.cpp | 2215 …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 D | layout_property.cpp | 1917 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 D | js_view_abstract.cpp | 4445 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 D | node_common_modifier.cpp | 594 borderImage->SetEdgeOutset(direction, optDimension.value()); in SetBorderImageOutset()
|