Searched refs:SetEdgeWidth (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | border_image_painter_test_ng.cpp | 62 testImage->SetEdgeWidth(DIRECTION_LEFT, DIMENSION_WIDTH); in MakeBorderImage() 63 testImage->SetEdgeWidth(DIRECTION_RIGHT, DIMENSION_WIDTH); in MakeBorderImage() 64 testImage->SetEdgeWidth(DIRECTION_TOP, DIMENSION_WIDTH); in MakeBorderImage() 65 testImage->SetEdgeWidth(DIRECTION_BOTTOM, DIMENSION_WIDTH); in MakeBorderImage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border_image.cpp | 84 void BorderImage::SetEdgeWidth(BorderImageDirection direction, const Dimension& widthDimension) in SetEdgeWidth() function in OHOS::Ace::BorderImage
|
H A D | border_image.h | 142 void SetEdgeWidth(BorderImageDirection direction, const Dimension& widthDimension);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.cpp | 2115 …bgStyle.borderImage->SetEdgeWidth(BorderImageDirection::TOP, declaration.ParseDimension(offsets[0]… in SetBorderImageWidthForFourEdges() 2117 …bgStyle.borderImage->SetEdgeWidth(BorderImageDirection::LEFT, declaration.ParseDimension(offsets[0… in SetBorderImageWidthForFourEdges() 2122 …bgStyle.borderImage->SetEdgeWidth(BorderImageDirection::TOP, declaration.ParseDimension(offsets[0]… in SetBorderImageWidthForFourEdges() 2124 …bgStyle.borderImage->SetEdgeWidth(BorderImageDirection::LEFT, declaration.ParseDimension(offsets[1… in SetBorderImageWidthForFourEdges() 2129 …bgStyle.borderImage->SetEdgeWidth(BorderImageDirection::TOP, declaration.ParseDimension(offsets[0]… in SetBorderImageWidthForFourEdges() 2131 …bgStyle.borderImage->SetEdgeWidth(BorderImageDirection::LEFT, declaration.ParseDimension(offsets[1… in SetBorderImageWidthForFourEdges() 2136 …bgStyle.borderImage->SetEdgeWidth(BorderImageDirection::TOP, declaration.ParseDimension(offsets[0]… in SetBorderImageWidthForFourEdges() 2143 … bgStyle.borderImage->SetEdgeWidth(BorderImageDirection::TOP, declaration.ParseDimension(value)); in SetBorderImageWidthForFourEdges() 2144 … bgStyle.borderImage->SetEdgeWidth(BorderImageDirection::RIGHT, declaration.ParseDimension(value)); in SetBorderImageWidthForFourEdges() 2145 …bgStyle.borderImage->SetEdgeWidth(BorderImageDirection::BOTTOM, declaration.ParseDimension(value)); in SetBorderImageWidthForFourEdges() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/ |
H A D | 如何新增一个组件.md | 212 myCircleChild_->SetEdgeWidth(edgeWidth); 304 void SetEdgeWidth(const Dimension& edgeWidth); 335 void MyCircleComponent::SetEdgeWidth(const Dimension& edgeWidth)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_property.cpp | 1877 borderImageProperty->SetEdgeWidth(BorderImageDirection::START, startWidth); in CheckLocalizedBorderImageWidth() 1886 borderImageProperty->SetEdgeWidth(BorderImageDirection::END, endWidth); in CheckLocalizedBorderImageWidth() 1893 borderImageProperty->SetEdgeWidth(BorderImageDirection::LEFT, leftWidth); in CheckLocalizedBorderImageWidth() 1894 borderImageProperty->SetEdgeWidth(BorderImageDirection::RIGHT, rightWidth); in CheckLocalizedBorderImageWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 4519 borderImage->SetEdgeWidth(BorderImageDirection::LEFT, widthDimension); in ParseBorderImageWidth() 4520 borderImage->SetEdgeWidth(BorderImageDirection::RIGHT, widthDimension); in ParseBorderImageWidth() 4521 borderImage->SetEdgeWidth(BorderImageDirection::TOP, widthDimension); in ParseBorderImageWidth() 4522 borderImage->SetEdgeWidth(BorderImageDirection::BOTTOM, widthDimension); in ParseBorderImageWidth() 4529 borderImage->SetEdgeWidth(BorderImageDirection::START, option.startDimension.value()); in ParseBorderImageWidth() 4532 borderImage->SetEdgeWidth(BorderImageDirection::END, option.endDimension.value()); in ParseBorderImageWidth() 4535 borderImage->SetEdgeWidth(BorderImageDirection::LEFT, option.leftDimension.value()); in ParseBorderImageWidth() 4538 borderImage->SetEdgeWidth(BorderImageDirection::RIGHT, option.rightDimension.value()); in ParseBorderImageWidth() 4541 borderImage->SetEdgeWidth(BorderImageDirection::TOP, option.topDimension.value()); in ParseBorderImageWidth() 4544 borderImage->SetEdgeWidth(BorderImageDirection::BOTTOM, option.bottomDimension.value()); in ParseBorderImageWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 580 borderImage->SetEdgeWidth(direction, optDimension.value()); in SetBorderImageWidth()
|