Searched refs:HasValue (Results 1 – 16 of 16) sorted by relevance
35 bool Border::HasValue() const in HasValue() function in OHOS::Ace::Border37 return left_.HasValue() || top_.HasValue() || right_.HasValue() || bottom_.HasValue(); in HasValue()42 return topLeftRadius_.HasValue() || topRightRadius_.HasValue() || in HasRadius()43 bottomLeftRadius_.HasValue() || bottomRightRadius_.HasValue(); in HasRadius()68 if (left_.HasValue()) { in GetValidEdge()71 if (top_.HasValue()) { in GetValidEdge()74 if (right_.HasValue()) { in GetValidEdge()77 if (bottom_.HasValue()) { in GetValidEdge()
28 bool BorderEdge::HasValue() const in HasValue() function in OHOS::Ace::BorderEdge
33 bool HasValue() const;
35 bool HasValue() const;
53 bool HasValue() const in HasValue() function
50 bool HasValue() const;
100 if (other.HasValue()) { in Any()107 if (other.HasValue()) { in Any()206 if (HasValue()) { in Reset()230 bool HasValue() const noexcept in HasValue() function242 if (!HasValue()) { in Type()426 if (other.HasValue()) { in MoveFrom()
225 ASSERT_FALSE(a.HasValue()); in TEST()227 ASSERT_TRUE(a.HasValue()); in TEST()229 ASSERT_FALSE(a.HasValue()); in TEST()
139 if (!outVal.HasValue() && g_GetAttrFuncMap.count(codecContext.codec_id) != 0) { in GetParamFromCodecContext()142 if (outVal.HasValue()) { in GetParamFromCodecContext()
738 if (border.HasValue()) { in PaintDecoration()767 if (border.HasValue()) { in PaintDecoration()1743 if (!border.HasValue()) { in CanUseInnerRRect()1804 if (borderEdge.HasValue()) { in SetBorderStyle()1862 if (border.Top().HasValue() && !NearZero(topW)) { in PaintBorder()1901 if (border.Right().HasValue() && !NearZero(rightW)) { in PaintBorder()1941 if (border.Bottom().HasValue() && !NearZero(bottomW)) { in PaintBorder()1980 if (border.Left().HasValue() && !NearZero(leftW)) { in PaintBorder()2029 if (left.HasValue()) { in PaintBorderWithLine()2048 if (bottom.HasValue()) { in PaintBorderWithLine()[all …]
739 if (border.HasValue()) { in PaintDecoration()788 if (border.HasValue()) { in PaintDecoration()1817 if (!border.HasValue()) { in CanUseInnerRRect()1879 if (borderEdge.HasValue()) { in SetBorderStyle()1937 if (border.Top().HasValue() && !NearZero(topW)) { in PaintBorder()1976 if (border.Right().HasValue() && !NearZero(rightW)) { in PaintBorder()2016 if (border.Bottom().HasValue() && !NearZero(bottomW)) { in PaintBorder()2055 if (border.Left().HasValue() && !NearZero(leftW)) { in PaintBorder()2104 if (left.HasValue()) { in PaintBorderWithLine()2123 if (bottom.HasValue()) { in PaintBorderWithLine()[all …]
35 if (info.HasValue() && info.SameTypeWith(typeid(std::vector<std::string>))) { in IsPluginSupportedExtension()
1949 if (!border.Left().HasValue() && !border.Top().HasValue() && !border.Right().HasValue() && in ChangeBorderToErrorStyle()1950 border.Bottom().HasValue()) { in ChangeBorderToErrorStyle()
288 if (!border_.HasValue()) { in PaintBorder()
289 if (!border_.HasValue()) { in PaintBorder()
994 if (backDecoration_->GetBorder().HasValue()) { in SyncDecorationToRSNode()1020 if (frontDecoration_->GetBorder().HasValue()) { in SyncDecorationToRSNode()