Home
last modified time | relevance | path

Searched refs:HasValue (Results 1 – 16 of 16) sorted by relevance

/foundation/ace/ace_engine/frameworks/core/components/common/properties/
Dborder.cpp35 bool Border::HasValue() const in HasValue() function in OHOS::Ace::Border
37 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()
Dborder_edge.cpp28 bool BorderEdge::HasValue() const in HasValue() function in OHOS::Ace::BorderEdge
Dborder_image_edge.h33 bool HasValue() const;
Dborder_edge.h35 bool HasValue() const;
Dradius.h53 bool HasValue() const in HasValue() function
Dborder.h50 bool HasValue() const;
/foundation/multimedia/histreamer/engine/plugin/common/
Dany.h100 if (other.HasValue()) { in Any()
107 if (other.HasValue()) { in Any()
206 if (HasValue()) { in Reset()
230 bool HasValue() const noexcept in HasValue() function
242 if (!HasValue()) { in Type()
426 if (other.HasValue()) { in MoveFrom()
/foundation/multimedia/histreamer/tests/ut/
DTestAny.cpp225 ASSERT_FALSE(a.HasValue()); in TEST()
227 ASSERT_TRUE(a.HasValue()); in TEST()
229 ASSERT_FALSE(a.HasValue()); in TEST()
/foundation/multimedia/histreamer/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
Dffmpeg_au_enc_config.cpp139 if (!outVal.HasValue() && g_GetAttrFuncMap.count(codecContext.codec_id) != 0) { in GetParamFromCodecContext()
142 if (outVal.HasValue()) { in GetParamFromCodecContext()
/foundation/ace/ace_engine/frameworks/core/components/common/painter/
Drosen_decoration_painter.cpp738 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 …]
Dflutter_decoration_painter.cpp739 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 …]
/foundation/multimedia/histreamer/engine/pipeline/filters/demux/
Dtype_finder.cpp35 if (info.HasValue() && info.SameTypeWith(typeid(std::vector<std::string>))) { in IsPluginSupportedExtension()
/foundation/ace/ace_engine/frameworks/core/components/text_field/
Drender_text_field.cpp1949 if (!border.Left().HasValue() && !border.Top().HasValue() && !border.Right().HasValue() && in ChangeBorderToErrorStyle()
1950 border.Bottom().HasValue()) { in ChangeBorderToErrorStyle()
/foundation/ace/ace_engine/frameworks/core/components/bubble/
Dflutter_render_bubble.cpp288 if (!border_.HasValue()) { in PaintBorder()
Drosen_render_bubble.cpp289 if (!border_.HasValue()) { in PaintBorder()
/foundation/ace/ace_engine/frameworks/core/components/box/
Drosen_render_box.cpp994 if (backDecoration_->GetBorder().HasValue()) { in SyncDecorationToRSNode()
1020 if (frontDecoration_->GetBorder().HasValue()) { in SyncDecorationToRSNode()