Searched refs:topDimension (Results 1 – 3 of 3) sorted by relevance
132 std::optional<Dimension> topDimension; member
676 Dimension topDimension(top, DimensionUnit::VP); in SetImageResizable() local677 resizable.SetEdgeSlice(ResizableOption::TOP, topDimension); in SetImageResizable()
4244 borderImageDimension.topDimension = localizedCalcDimension.top; in ParseBorderImageDimension()4266 borderImageDimension.topDimension = currentDimension; in ParseBorderImageDimension()4465 if (option.topDimension.has_value()) { in ParseBorderImageOutset()4466 borderImage->SetEdgeOutset(BorderImageDirection::TOP, option.topDimension.value()); in ParseBorderImageOutset()4540 if (option.topDimension.has_value()) { in ParseBorderImageWidth()4541 borderImage->SetEdgeWidth(BorderImageDirection::TOP, option.topDimension.value()); in ParseBorderImageWidth()