/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | row_modifier.cpp | 66 void SetRowSpace(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetRowSpace() argument 82 void SetRowReverse(ArkUINodeHandle node, ArkUI_Bool value) in SetRowReverse() argument
|
H A D | column_modifier.cpp | 38 void SetColumnAlignItems(ArkUINodeHandle node, int32_t value) in SetColumnAlignItems() argument 74 void SetColumnSpace(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetColumnSpace() argument 90 void SetColumnReverse(ArkUINodeHandle node, ArkUI_Bool value) in SetColumnReverse() argument [all...] |
H A D | counter_modifier.cpp | 45 void SetCounterHeight(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetCounterHeight() argument 53 void SetCounterWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetCounterWidth() argument
|
H A D | qrcode_modifier.cpp | 74 void SetQRValue(ArkUINodeHandle node, ArkUI_CharPtr value) in SetQRValue() argument
|
H A D | video_modifier.cpp | 68 void SetVideoLoop(ArkUINodeHandle node, ArkUI_Uint32 value) in SetVideoLoop() argument 82 void SetVideoMuted(ArkUINodeHandle node, ArkUI_Uint32 value) in SetVideoMuted() argument
|
H A D | extension_companion_node.h | 38 void SetAlignmentValue(ArkUI_Int32 value) in SetAlignmentValue() argument
|
H A D | divider_modifier.cpp | 25 void SetDividerStrokeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) in SetDividerStrokeWidth() argument 79 void SetDividerVertical(ArkUINodeHandle node, ArkUI_Bool value) in SetDividerVertical() argument
|
H A D | rating_modifier.cpp | 21 void SetStars(ArkUINodeHandle node, int32_t value)
in SetStars() argument 28 void SetRatingStepSize(ArkUINodeHandle node, ArkUI_Float32 value)
in SetRatingStepSize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_overlay_modifier.cpp | 139 void TextOverlayModifier::SetShowSelect(bool value) in SetShowSelect() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_property.h | 41 auto value = MakeRefPtr<SwiperLayoutProperty>(); variable [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_overscroll.h | 31 void SetColumn(const WeakPtr<Pattern>& value) in SetColumn() argument
|
H A D | toss_animation_controller.h | 34 void SetColumn(const WeakPtr<TextPickerColumnPattern>& value) in SetColumn() argument
|
H A D | textpicker_event_hub.h | 43 void FireChangeEvent(const std::vector<std::string>& value, const std::vector<double>& index) const in FireChangeEvent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | progress_mask_property.h | 52 void SetValue(const float& value) in SetValue() argument 57 void SetMaxValue(const float& value) in SetMaxValue() argument
|
H A D | gradient_property.cpp | 36 auto value = std::to_string(colors[i].GetDimension().Value() / 100.0); in GetColorsAndRepeating() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe.cpp | 170 bool SvgFe::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
|
H A D | svg_pattern.cpp | 55 bool SvgPattern::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
|
H A D | svg_svg.cpp | 112 bool SvgSvg::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
|
H A D | svg_use.cpp | 80 bool SvgUse::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
|
H A D | svg_fe_composite.cpp | 112 bool SvgFeComposite::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
|
H A D | svg_mask.cpp | 89 double SvgMask::ParseUnitsAttr(const Dimension& attr, double value) in ParseUnitsAttr() argument 105 bool SvgMask::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | rect_model_ng.cpp | 39 void RectModelNG::SetRadiusWidth(const Dimension& value) in SetRadiusWidth() argument 47 void RectModelNG::SetRadiusHeight(const Dimension& value) in SetRadiusHeight() argument 170 void RectModelNG::SetRadiusWidth(FrameNode* frameNode, const Dimension& value) in SetRadiusWidth() argument 178 void RectModelNG::SetRadiusHeight(FrameNode* frameNode, const Dimension& value) in SetRadiusHeight() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_model_ng.cpp | 34 void RatingModelNG::SetRatingScore(double value) in SetRatingScore() argument 46 void RatingModelNG::SetIndicator(bool value) in SetIndicator() argument 51 void RatingModelNG::SetStars(int32_t value) in SetStars() argument 56 void RatingModelNG::SetStepSize(double value) in SetStepSize() argument 61 SetForegroundSrc(const std::string& value, bool flag) SetForegroundSrc() argument 70 SetSecondarySrc(const std::string& value, bool flag) SetSecondarySrc() argument 79 SetBackgroundSrc(const std::string& value, bool flag) SetBackgroundSrc() argument 114 SetStars(FrameNode* frameNode, int32_t value) SetStars() argument 119 SetStepSize(FrameNode* frameNode, double value) SetStepSize() argument 124 SetForegroundSrc(FrameNode* frameNode, const std::string& value, bool flag) SetForegroundSrc() argument 135 SetSecondarySrc(FrameNode* frameNode, const std::string& value, bool flag) SetSecondarySrc() argument 146 SetBackgroundSrc(FrameNode* frameNode, const std::string& value, bool flag) SetBackgroundSrc() argument 165 SetChangeValue(FrameNode* frameNode, double value) SetChangeValue() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/symbol/ |
H A D | symbol_model_ng.cpp | 41 void SymbolModelNG::SetFontWeight(const Ace::FontWeight& value) in SetFontWeight() argument 46 void SymbolModelNG::SetFontSize(const CalcDimension& value) in SetFontSize() argument 88 void SymbolModelNG::SetFontSize(FrameNode* frameNode, const Dimension& value) in SetFontSize() argument 97 void SymbolModelNG::SetFontWeight(FrameNode* frameNode, Ace::FontWeight value) in SetFontWeight() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_event_hub.h | 74 void SetValue(const std::string& value) in SetValue() argument
|