Searched refs:borderImageStart_ (Results 1 – 3 of 3) sorted by relevance
36 if (!borderImageStart_.has_value()) { in SetEdgeSlice()37 borderImageStart_ = BorderImageEdge(); in SetEdgeSlice()39 borderImageStart_->SetBorderImageSlice(sliceDimension); in SetEdgeSlice()68 if (!borderImageStart_.has_value()) { in SetEdgeOutset()69 borderImageStart_ = BorderImageEdge(); in SetEdgeOutset()71 borderImageStart_->SetBorderImageOutset(outsetDimension); in SetEdgeOutset()100 if (!borderImageStart_.has_value()) { in SetEdgeWidth()101 borderImageStart_ = BorderImageEdge(); in SetEdgeWidth()103 borderImageStart_->SetBorderImageWidth(widthDimension); in SetEdgeWidth()
171 std::optional<BorderImageEdge> borderImageStart_; variable
1835 if (borderImageProperty->borderImageStart_.has_value()) { in CheckLocalizedBorderImageSlice()1836 startSlice = borderImageProperty->borderImageStart_->GetBorderImageSlice(); in CheckLocalizedBorderImageSlice()1839 rightSlice = borderImageProperty->borderImageStart_->GetBorderImageSlice(); in CheckLocalizedBorderImageSlice()1841 leftSlice = borderImageProperty->borderImageStart_->GetBorderImageSlice(); in CheckLocalizedBorderImageSlice()1875 if (borderImageProperty->borderImageStart_.has_value()) { in CheckLocalizedBorderImageWidth()1876 startWidth = borderImageProperty->borderImageStart_->GetBorderImageWidth(); in CheckLocalizedBorderImageWidth()1879 rightWidth = borderImageProperty->borderImageStart_->GetBorderImageWidth(); in CheckLocalizedBorderImageWidth()1881 leftWidth = borderImageProperty->borderImageStart_->GetBorderImageWidth(); in CheckLocalizedBorderImageWidth()1915 if (borderImageProperty->borderImageStart_.has_value()) { in CheckLocalizedBorderImageOutset()1916 startOutset = borderImageProperty->borderImageStart_->GetBorderImageOutset(); in CheckLocalizedBorderImageOutset()[all …]