Home
last modified time | relevance | path

Searched defs:style (Results 451 - 475 of 750) sorted by relevance

1...<<11121314151617181920>>...30

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp174 auto style = confirmObj->GetProperty("style"); in ParseConfirmButton() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.cpp305 JSRef<JSVal> style = obj->GetProperty("style"); in GetFontContent() local
H A Djs_progress.cpp459 auto style = textObject->GetProperty("style"); in JsSetFont() local
H A Djs_navdestination.cpp569 RefPtr<SystemBarStyle> style = nullptr; in SetSystemBarStyle() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_alert_dialog.cpp97 auto style = objInner->GetProperty("style"); in ParseButtonObj() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.cpp226 bool DOMPickerBase::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
234 bool DOMPickerBase::SetOptionStyleOperators(const std::pair<std::string, std::string>& style) in SetOptionStyleOperators() argument
301 SetTextBackgroundColor(const std::pair<std::string, std::string>& style) SetTextBackgroundColor() argument
314 SetTextStyleOperators(const std::pair<std::string, std::string>& style) SetTextStyleOperators() argument
559 SetColumnHeight(const std::pair<std::string, std::string>& style) SetColumnHeight() argument
[all...]
H A Ddom_input.cpp122 bool DOMInput::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
[all...]
H A Ddom_list.cpp479 bool DOMList::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.h197 virtual void ReceivePreviewTextStyle (const std::string& style) {} in ReceivePreviewTextStyle() argument
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp237 TextStyle style; in UpdateTheme() local
371 TextStyle style; in BuildCardCalendarTitle() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp191 TextStyle style = theme ? theme->GetTextStyle() : TextStyle(); in AddTextSpan() local
205 void NativeRichEditorController::ParseTextStyle(const NativeRichEditorTextStyle& nativeStyle, TextStyle& style) in ParseTextStyle() argument
350 UpdateSpanStyleText( int32_t start, int32_t end, NativeRichEditorTextStyle style) UpdateSpanStyleText() argument
380 UpdateSpanStyleImage( int32_t start, int32_t end, NativeRichEditorImageSpanStyle style) UpdateSpanStyleImage() argument
456 struct UpdateParagraphStyle style; UpdateParagraphStyle() local
[all...]
H A Dcj_richeditor_controller_ffi.h46 NativeRichEditorTextStyle style; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_span_bridge.cpp316 int32_t style = static_cast<int32_t>(DEFAULT_DECORATION_STYLE); in SetDecoration() local
462 int32_t style = styleArg->Int32Value(vm); in SetFont() local
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp171 auto style = fontStyle.GetTextDecorationStyle(); in DeclarationToHtml() local
189 std::string style; in ToHtml() local
231 std::string style in ToHtml() local
434 std::string style = FontSizeToHtml(fontStyle.GetFontSize()); NormalStyleToHtml() local
509 LeadingMarginToHtml(const OHOS::Ace::NG::TextLineStyle& style) LeadingMarginToHtml() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_pattern_testtwo_ng.cpp278 auto style = AceType::MakeRefPtr<SystemBarStyle>(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp614 TextStyle style; in HWTEST_F() local
647 TextStyle style; in HWTEST_F() local
[all...]
H A Drich_editor_edit_testone_ng.cpp835 TextStyle style; in HWTEST_F() local
919 TextStyle style; HWTEST_F() local
[all...]
H A Drich_editor_base_test_ng.cpp507 struct UpdateParagraphStyle style; in HWTEST_F() local
586 struct UpdateParagraphStyle style; HWTEST_F() local
711 TextStyle style; HWTEST_F() local
1220 TextStyle style; HWTEST_F() local
1260 TextStyle style; HWTEST_F() local
1340 TextStyle style; HWTEST_F() local
1407 TextStyle style; HWTEST_F() local
[all...]
H A Drich_editor_base_testone_ng.cpp923 TextStyle style; in HWTEST_F() local
972 TextStyle style; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp151 auto style = static_cast<Ace::FontStyle>(styleVal); in SetFont() local
189 auto style = static_cast<Ace::FontStyle>(styleVal); in SetOptionFont() local
227 auto style = static_cast<Ace::FontStyle>(styleVal); in SetSelectedOptionFont() local
522 void SetMenuBgBlurStyle(ArkUINodeHandle node, ArkUI_Int32 style) in SetMenuBgBlurStyle() argument
H A Dnode_textpicker_modifier.cpp116 void SetTextPickerTextStyle(ArkUINodeHandle node, ArkUI_Uint32 color, ArkUI_CharPtr fontInfo, ArkUI_Int32 style) in SetTextPickerTextStyle() argument
159 void SetTextPickerSelectedTextStyle(ArkUINodeHandle node, ArkUI_Uint32 color, ArkUI_CharPtr fontInfo, ArkUI_Int32 style) in SetTextPickerSelectedTextStyle() argument
202 SetTextPickerDisappearTextStyle( ArkUINodeHandle node, ArkUI_Uint32 color, ArkUI_CharPtr fontInfo, ArkUI_Int32 style) SetTextPickerDisappearTextStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.cpp352 auto& style = textStyles[i]; in CreateParagraphDrag() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.cpp445 void TextFieldOverlayModifier::SetPreviewTextStyle(PreviewTextStyle style) in SetPreviewTextStyle() argument
H A Dtext_field_content_modifier.cpp570 SetTextDecoration(const TextDecoration& value, const Color& color, const TextDecorationStyle& style) SetTextDecoration() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.cpp227 std::optional<TextDecorationStyle> style = decorationSpan->GetTextDecorationStyle(); in IsAttributesEqual() local
143 DecorationSpan( TextDecoration type, std::optional<Color> color, std::optional<TextDecorationStyle> style) DecorationSpan() argument
148 DecorationSpan(TextDecoration type, std::optional<Color> color, std::optional<TextDecorationStyle> style, int32_t start, int32_t end) DecorationSpan() argument

Completed in 33 milliseconds

1...<<11121314151617181920>>...30