Home
last modified time | relevance | path

Searched refs:GetEditingStyle (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtextarea_composed_element.cpp157 return ConvertColorToString(render->GetEditingStyle().GetTextColor()); in GetTextFontColor()
166 return render->GetEditingStyle().GetFontSize().ToString().c_str(); in GetTextFontSize()
175 render ? render->GetEditingStyle().GetFontStyle() : FontStyle::NORMAL; in GetTextFontStyle()
183 render ? render->GetEditingStyle().GetFontWeight() : FontWeight::NORMAL; in GetTextFontWeight()
210 …auto fontFamily = render ? render->GetEditingStyle().GetFontFamilies() : std::vector<std::string>(… in GetTextFontFamily()
H A Dtextinput_composed_element.cpp153 return ConvertColorToString(render->GetEditingStyle().GetTextColor()); in GetTextInputFontColor()
162 return render->GetEditingStyle().GetFontSize().ToString().c_str(); in GetTextInputFontSize()
171 render ? render->GetEditingStyle().GetFontStyle() : FontStyle::NORMAL; in GetTextInputFontStyle()
179 render ? render->GetEditingStyle().GetFontWeight() : FontWeight::NORMAL; in GetTextInputFontWeight()
206 …auto fontFamily = render ? render->GetEditingStyle().GetFontFamilies() : std::vector<std::string>(… in GetTextInputFontFamily()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_component.cpp165 const TextStyle& SearchComponent::GetEditingStyle() const in GetEditingStyle() function in OHOS::Ace::SearchComponent
167 return declaration_->GetEditingStyle(); in GetEditingStyle()
H A Dsearch_component.h81 const TextStyle& GetEditingStyle() const;
H A Drender_search.cpp40 editingStyle_ = searchComponent_->GetEditingStyle(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp323 auto textStyle = component->GetEditingStyle(); in SetFontSize()
333 auto textStyle = component->GetEditingStyle(); in SetFontWeight()
343 auto textStyle = component->GetEditingStyle(); in SetTextColor()
353 auto textStyle = component->GetEditingStyle(); in SetFontStyle()
363 auto textStyle = component->GetEditingStyle(); in SetFontFamily()
H A Dsearch_model_impl.cpp146 TextStyle textStyle = searchComponent->GetEditingStyle(); in SetTextFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp756 const TextStyle& TextFieldComponent::GetEditingStyle() const in GetEditingStyle() function in OHOS::Ace::TextFieldComponent
758 return declaration_->GetEditingStyle(); in GetEditingStyle()
H A Dtext_field_component.h266 const TextStyle& GetEditingStyle() const;
H A Drender_text_field.h308 TextStyle GetEditingStyle() in GetEditingStyle() function
H A Drender_text_field.cpp215 editingStyle_ = textField->GetEditingStyle(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.h220 const TextStyle& GetEditingStyle() const in GetEditingStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h232 const TextStyle& GetEditingStyle() const in GetEditingStyle() function