| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
| H A D | rich_editor_controller.cpp | 96 SelectionInfo value = richEditorPattern->GetSpansInfo(start, end, GetSpansMethod::GETSPANS); in GetSelectionSpansInfo() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
| H A D | indicator_model_ng.cpp | 195 bool value = true; in GetLoop() local 202 int32_t value = 0; in GetCount() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_attributes_parser.cpp | 57 std::optional<Color> SvgAttributesParser::GetSpecialColor(const std::string& value) in GetSpecialColor() argument 216 bool SvgAttributesParser::ParseRGBAMagicColor(const std::string& value, Color& color) in ParseRGBAMagicColor() argument 233 bool SvgAttributesParser::ParseColor(std::string value, Color& color) in ParseColor() argument 252 GetColor(const std::string& value) GetColor() argument 261 ParseDimension(const std::string& value, bool useVp) ParseDimension() argument 266 ParseDouble(const std::string& value) ParseDouble() argument [all...] |
| H A D | svg_animation.cpp | 73 void SvgAnimation::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
| H A D | svg_context.h | 63 void Push(const std::string& value, const RefPtr<SvgNode>& svgNode) in Push() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
| H A D | scroll_fade_controller.cpp | 80 void ScrollFadeController::DecelerateListener(double value) in DecelerateListener() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
| H A D | search_model.h | 77 virtual void SetLetterSpacing(const Dimension& value) {}; in SetLetterSpacing() argument 78 virtual void SetLineHeight(const Dimension& value) {}; in SetLineHeight() argument 79 virtual void SetAdaptMinFontSize(const Dimension& value) {}; in SetAdaptMinFontSize() argument 80 virtual void SetAdaptMaxFontSize(const Dimension& value) {}; in SetAdaptMaxFontSize() argument 81 virtual void SetTextDecoration(Ace::TextDecoration value) {}; in SetTextDecoration() argument 82 SetTextDecorationColor(const Color& value) SetTextDecorationColor() argument 83 SetTextDecorationStyle(Ace::TextDecorationStyle value) SetTextDecorationStyle() argument 92 SetSelectedBackgroundColor(const Color& value) SetSelectedBackgroundColor() argument 94 SetInputFilter(const std::string& value, const std::function<void(const std::string&)>& onError) SetInputFilter() argument 96 SetTextIndent(const Dimension& value) SetTextIndent() argument [all...] |
| H A D | search_event_hub.h | 70 void FireOnCopy(const std::string& value) in FireOnCopy() argument 82 void FireOnCut(const std::string& value) in FireOnCut() argument 94 void FireOnPaste(const std::string& value) in FireOnPaste() argument 106 FireOnPasteWithEvent(const std::string& value, NG::TextCommonEvent& event) FireOnPasteWithEvent() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
| H A D | textpicker_model.h | 61 virtual void SetGradientHeight(const Dimension& value) {}; in SetGradientHeight() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | flex_modifier.cpp | 141 void setFlexCrossSpace(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in setFlexCrossSpace() argument 148 void SetMainSpace(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetMainSpace() argument
|
| H A D | form_component_modifier.cpp | 32 void AllowUpdate(ArkUINodeHandle node, ArkUI_Bool value) in AllowUpdate() argument 46 void SetModuleName(ArkUINodeHandle node, const char* value) in SetModuleName() argument
|
| H A D | node_refresh_modifier.cpp | 24 void SetRefreshing(ArkUINodeHandle node, ArkUI_Bool value) in SetRefreshing() argument 38 void SetRefreshOffset(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetRefreshOffset() argument 52 void SetPullToRefresh(ArkUINodeHandle node, ArkUI_Bool value) in SetPullToRefresh() argument 79 float value = 0.0; in SetPullDownRatio() local [all...] |
| H A D | panel_modifier.cpp | 26 void SetPanelMode(ArkUINodeHandle node, int32_t value) in SetPanelMode() argument 42 void SetPanelFullHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPanelFullHeight() argument 55 void SetPanelHalfHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPanelHalfHeight() argument 68 void SetPanelMiniHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPanelMiniHeight() argument 96 void SetPanelType(ArkUINodeHandle node, int32_t value) in SetPanelType() argument 112 SetPanelCustomHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) SetPanelCustomHeight() argument 120 SetPanelCustomHeightByString(ArkUINodeHandle node, const char* value) SetPanelCustomHeightByString() argument 134 SetShowCloseIcon(ArkUINodeHandle node, ArkUI_Bool value) SetShowCloseIcon() argument 148 SetDragBar(ArkUINodeHandle node, ArkUI_Bool value) SetDragBar() argument 162 SetShow(ArkUINodeHandle node, ArkUI_Bool value) SetShow() argument [all...] |
| H A D | canvas_rendering_context_2d_modifier.cpp | 43 void SetCanvasFill(ArkUINodeHandle node, const char* value) in SetCanvasFill() argument 216 void SetCanvasFillText(ArkUINodeHandle node, const char* value, float x, float y, float maxWidth) in SetCanvasFillText() argument
|
| H A D | checkboxgroup_modifier.cpp | 73 void SetCheckboxGroupWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr calcValue) in SetCheckboxGroupWidth() argument 93 void SetCheckboxGroupHeight(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr calcValue) in SetCheckboxGroupHeight() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
| H A D | slider_paint_property.h | 34 auto value = MakeRefPtr<SliderPaintProperty>(); variable [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_styles.cpp | 93 std::string GetFontSizeInJson(const std::optional<Dimension>& value) in GetFontSizeInJson() argument 97 std::string GetFontStyleInJson(const std::optional<Ace::FontStyle>& value) in GetFontStyleInJson() argument 101 std::string GetFontWeightInJson(const std::optional<FontWeight>& value) in GetFontWeightInJson() argument 105 std::string GetFontFamilyInJson(const std::optional<std::vector<std::string>>& value) in GetFontFamilyInJson() argument 117 std::string GetSymbolRenderingStrategyInJson(const std::optional<uint32_t>& value) in GetSymbolRenderingStrategyInJson() argument 129 GetSymbolEffectStrategyInJson(const std::optional<uint32_t>& value) GetSymbolEffectStrategyInJson() argument 143 GetLineBreakStrategyInJson(const std::optional<Ace::LineBreakStrategy>& value) GetLineBreakStrategyInJson() argument 156 GetSymbolEffectOptionsInJson(const std::optional<SymbolEffectOptions>& value) GetSymbolEffectOptionsInJson() argument [all...] |
| H A D | image_span_view.cpp | 24 void ImageSpanView::SetObjectFit(ImageFit value) in SetObjectFit() argument 39 void ImageSpanView::SetBaselineOffset(const Dimension& value) in SetBaselineOffset() argument 44 void ImageSpanView::SetBaselineOffset(FrameNode* frameNode, const Dimension& value) in SetBaselineOffset() argument 51 Dimension value; in GetBaselineOffset() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
| H A D | text_timer_model_ng.cpp | 60 void TextTimerModelNG::SetFontSize(const Dimension& value) in SetFontSize() argument 65 void TextTimerModelNG::SetTextColor(const Color& value) in SetTextColor() argument 73 void TextTimerModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() argument 78 void TextTimerModelNG::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() argument 83 void TextTimerModelNG::SetFontWeight(FontWeight value) in SetFontWeight() argument 88 SetFontFamily(const std::vector<std::string>& value) SetFontFamily() argument 138 SetFontColor(FrameNode* frameNode, const Color& value) SetFontColor() argument 146 SetFontSize(FrameNode* frameNode, const Dimension& value) SetFontSize() argument 151 SetFontStyle(FrameNode* frameNode, Ace::FontStyle value) SetFontStyle() argument 156 SetFontWeight(FrameNode* frameNode, FontWeight value) SetFontWeight() argument 161 SetFontFamily(FrameNode* frameNode, const std::vector<std::string>& value) SetFontFamily() argument 171 SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value) SetTextShadow() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
| H A D | side_bar_container_layout_property.h | 56 auto value = MakeRefPtr<SideBarContainerLayoutProperty>(); variable [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
| H A D | select_overlay_modifier.h | 80 void SetIsNewAvoid(bool value) in SetIsNewAvoid() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| H A D | drawing_prop_convertor.cpp | 156 RSEllipsisMode ToRSEllipsisMode(EllipsisMode value) in ToRSEllipsisMode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
| H A D | text_clock_model_ng.cpp | 53 void TextClockModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() argument 58 void TextClockModelNG::SetFontFeature(const FONT_FEATURES_LIST& value) in SetFontFeature() argument 77 void TextClockModelNG::SetFontSize(const Dimension& value) in SetFontSize() argument 82 void TextClockModelNG::SetTextColor(const Color& value) in SetTextColor() argument 90 void TextClockModelNG::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() argument 95 SetFontWeight(FontWeight value) SetFontWeight() argument 100 SetFontFamily(const std::vector<std::string>& value) SetFontFamily() argument 178 SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value) SetTextShadow() argument 183 SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value) SetFontFeature() argument 188 SetFontColor(FrameNode* frameNode, const Color& value) SetFontColor() argument 196 SetFontSize(FrameNode* frameNode, const Dimension& value) SetFontSize() argument 201 SetFontStyle(FrameNode* frameNode, Ace::FontStyle value) SetFontStyle() argument 206 SetFontWeight(FrameNode* frameNode, FontWeight value) SetFontWeight() argument 211 SetFontFamily(FrameNode* frameNode, const std::vector<std::string>& value) SetFontFamily() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | shape_container_composed_element.cpp | 153 auto value in GetStrokeDashArray() local 230 auto value = std::to_string(array[i]); GetMesh() local [all...] |
| /foundation/barrierfree/accessibility/services/aams/src/ |
| H A D | accessibility_dumper.cpp | 116 void ConvertCapabilities(const uint32_t value, std::string &capabilities) in ConvertCapabilities() argument 136 void ConvertAbilityTypes(const uint32_t value, std::string &abilityTypes) in ConvertAbilityTypes() argument 156 ConvertEventTypes(const uint32_t value, std::string &eventTypes) ConvertEventTypes() argument [all...] |