Home
last modified time | relevance | path

Searched defs:textStyle (Results 1 – 25 of 144) sorted by relevance

123456

/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/text/
Dmock_text_content_modifier.cpp19 TextContentModifier::TextContentModifier(const std::optional<TextStyle> textStyle) {} in TextContentModifier()
21 void TextContentModifier::SetDefaultAnimatablePropertyValue(const TextStyle& textStyle) {} in SetDefaultAnimatablePropertyValue()
23 void TextContentModifier::SetDefaultFontSize(const TextStyle& textStyle) {} in SetDefaultFontSize()
25 void TextContentModifier::SetDefaultFontWeight(const TextStyle& textStyle) {} in SetDefaultFontWeight()
27 void TextContentModifier::SetDefaultTextColor(const TextStyle& textStyle) {} in SetDefaultTextColor()
29 void TextContentModifier::SetDefaultTextShadow(const TextStyle& textStyle) {} in SetDefaultTextShadow()
30 void TextContentModifier::SetDefaultTextDecoration(const TextStyle& textStyle) {} in SetDefaultTextDecoration()
31 void TextContentModifier::SetDefaultBaselineOffset(const TextStyle& textStyle) {} in SetDefaultBaselineOffset()
35 void TextContentModifier::ModifyFontSizeInTextStyle(TextStyle& textStyle) {} in ModifyFontSizeInTextStyle()
37 void TextContentModifier::ModifyFontWeightInTextStyle(TextStyle& textStyle) {} in ModifyFontWeightInTextStyle()
[all …]
Dmock_text_layout_algorithm.cpp33 bool TextLayoutAlgorithm::CreateParagraph(const TextStyle& textStyle, std::string content, LayoutWr… in CreateParagraph()
38 bool TextLayoutAlgorithm::CreateParagraphAndLayout(const TextStyle& textStyle, const std::string& c… in CreateParagraphAndLayout()
44 bool TextLayoutAlgorithm::AdaptMinTextSize(TextStyle& textStyle, const std::string& content, in AdaptMinTextSize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dspan_model_impl.cpp32 auto textStyle = spanComponent->GetTextStyle(); in Create() local
44 auto textStyle = component->GetTextStyle(); in SetFontSize() local
58 auto textStyle = component->GetTextStyle(); in SetTextColor() local
71 auto textStyle = component->GetTextStyle(); in SetItalicFontStyle() local
86 auto textStyle = component->GetTextStyle(); in SetFontWeight() local
101 auto textStyle = component->GetTextStyle(); in SetFontFamily() local
115 auto textStyle = component->GetTextStyle(); in SetTextDecoration() local
124 auto textStyle = component->GetTextStyle(); in SetTextDecorationColor() local
133 auto textStyle = component->GetTextStyle(); in SetTextCase() local
148 auto textStyle = component->GetTextStyle(); in SetLetterSpacing() local
Dtext_model_impl.cpp42 auto textStyle = textComponent->GetTextStyle(); in Create() local
56 auto textStyle = component->GetTextStyle(); in SetFontSize() local
66 auto textStyle = component->GetTextStyle(); in SetTextColor() local
78 auto textStyle = component->GetTextStyle(); in SetItalicFontStyle() local
88 auto textStyle = component->GetTextStyle(); in SetFontWeight() local
98 auto textStyle = component->GetTextStyle(); in SetFontFamily() local
108 auto textStyle = component->GetTextStyle(); in SetTextAlign() local
117 auto textStyle = component->GetTextStyle(); in SetTextOverflow() local
127 auto textStyle = component->GetTextStyle(); in SetMaxLines() local
137 auto textStyle = component->GetTextStyle(); in SetTextIndent() local
[all …]
Dtext_clock_model_impl.cpp56 auto textStyle = component->GetTextStyle(); in SetFontSize() local
66 auto textStyle = component->GetTextStyle(); in SetTextColor() local
76 auto textStyle = component->GetTextStyle(); in SetItalicFontStyle() local
86 auto textStyle = component->GetTextStyle(); in SetFontWeight() local
96 auto textStyle = component->GetTextStyle(); in SetFontFamily() local
Dtext_timer_model_impl.cpp65 auto textStyle = component->GetTextStyle(); in SetFontSize() local
75 auto textStyle = component->GetTextStyle(); in SetTextColor() local
85 auto textStyle = component->GetTextStyle(); in SetItalicFontStyle() local
95 auto textStyle = component->GetTextStyle(); in SetFontWeight() local
105 auto textStyle = component->GetTextStyle(); in SetFontFamily() local
Dindexer_model_impl.cpp41 auto textStyle = indexerComponent->GetActiveTextStyle(); in SetSelectedColor() local
52 auto textStyle = indexerComponent->GetNormalTextStyle(); in SetColor() local
63 auto textStyle = indexerComponent->GetBubbleTextStyle(); in SetPopupColor() local
102 TextStyle textStyle; in SetSelectedFont() local
114 TextStyle textStyle; in SetPopupFont() local
126 TextStyle textStyle; in SetFont() local
203 void IndexerModelImpl::SetTextStyle(TextStyle& textStyle, std::optional<Dimension>& fontSize, in SetTextStyle()
Dmarquee_model_impl.cpp77 auto textStyle = component->GetTextStyle(); in SetTextColor() local
90 auto textStyle = component->GetTextStyle(); in SetFontSize() local
103 auto textStyle = component->GetTextStyle(); in SetFontWeight() local
112 auto textStyle = component->GetTextStyle(); in SetFontFamily() local
123 auto textStyle = component->GetTextStyle(); in SetAllowScale() local
Dselect_model_impl.cpp100 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetFontSize() local
111 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetFontWeight() local
122 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetFontFamily() local
133 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetItalicFontStyle() local
144 auto textStyle = selectComponent->GetSelectStyle(); in SetFontColor() local
173 TextStyle textStyle = optionItem->GetSelectedTextStyle(); in SetSelectedOptionFontSize() local
188 TextStyle textStyle = optionItem->GetSelectedTextStyle(); in SetSelectedOptionFontWeight() local
203 TextStyle textStyle = optionItem->GetSelectedTextStyle(); in SetSelectedOptionFontFamily() local
218 TextStyle textStyle = optionItem->GetSelectedTextStyle(); in SetSelectedOptionItalicFontStyle() local
234 TextStyle textStyle = optionItem->GetSelectedTextStyle(); in SetSelectedOptionFontColor() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_content_modifier.cpp57 TextContentModifier::TextContentModifier(const std::optional<TextStyle> textStyle) in TextContentModifier()
80 void TextContentModifier::SetDefaultAnimatablePropertyValue(const TextStyle& textStyle) in SetDefaultAnimatablePropertyValue()
90 void TextContentModifier::SetDefaultFontSize(const TextStyle& textStyle) in SetDefaultFontSize()
105 void TextContentModifier::SetDefaultFontWeight(const TextStyle& textStyle) in SetDefaultFontWeight()
112 void TextContentModifier::SetDefaultTextColor(const TextStyle& textStyle) in SetDefaultTextColor()
118 void TextContentModifier::SetDefaultTextShadow(const TextStyle& textStyle) in SetDefaultTextShadow()
130 void TextContentModifier::SetDefaultTextDecoration(const TextStyle& textStyle) in SetDefaultTextDecoration()
138 void TextContentModifier::SetDefaultBaselineOffset(const TextStyle& textStyle) in SetDefaultBaselineOffset()
257 void TextContentModifier::ModifyFontSizeInTextStyle(TextStyle& textStyle) in ModifyFontSizeInTextStyle()
264 void TextContentModifier::ModifyFontWeightInTextStyle(TextStyle& textStyle) in ModifyFontWeightInTextStyle()
[all …]
Dtext_layout_algorithm.cpp78 TextStyle textStyle = CreateTextStyleUsingTheme( in MeasureContent() local
119 bool TextLayoutAlgorithm::AddPropertiesAndAnimations(TextStyle& textStyle, in AddPropertiesAndAnimations()
142 …youtAlgorithm::FontRegisterCallback(const RefPtr<FrameNode>& frameNode, const TextStyle& textStyle) in FontRegisterCallback()
235 bool TextLayoutAlgorithm::CreateParagraph(const TextStyle& textStyle, std::string content, LayoutWr… in CreateParagraph()
257 bool TextLayoutAlgorithm::CreateParagraphAndLayout(const TextStyle& textStyle, const std::string& c… in CreateParagraphAndLayout()
359 bool TextLayoutAlgorithm::AdaptMinTextSize(TextStyle& textStyle, const std::string& content, in AdaptMinTextSize()
456 bool TextLayoutAlgorithm::BuildParagraph(TextStyle& textStyle, const RefPtr<TextLayoutProperty>& la… in BuildParagraph()
484 bool TextLayoutAlgorithm::BuildParagraphAdaptUseMinFontSize(TextStyle& textStyle, in BuildParagraphAdaptUseMinFontSize()
507 bool TextLayoutAlgorithm::BuildParagraphAdaptUseLayoutConstraint(TextStyle& textStyle, in BuildParagraphAdaptUseLayoutConstraint()
558 std::optional<SizeF> TextLayoutAlgorithm::BuildTextRaceParagraph(TextStyle& textStyle, in BuildTextRaceParagraph()
[all …]
Dtext_styles.cpp31 TextStyle textStyle = textTheme ? textTheme->GetTextStyle() : TextStyle(); in CreateTextStyleUsingTheme() local
62 TextStyle textStyle = CreateTextStyleUsingTheme(fontStyle, textLineStyle, textTheme); in CreateTextStyleUsingThemeWithText() local
Dspan_node.cpp131 std::optional<TextStyle> textStyle; in UpdateParagraph() local
159 void SpanItem::FontRegisterCallback(const RefPtr<FrameNode>& frameNode, const TextStyle& textStyle) in FontRegisterCallback()
193 …nItem::UpdateTextStyle(const RefPtr<Paragraph>& builder, const std::optional<TextStyle>& textStyle) in UpdateTextStyle()
196 …tion = [builder, textCase](const std::string& content, const std::optional<TextStyle>& textStyle) { in UpdateTextStyle()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/properties/
Dtext_style_test.cpp73 TextStyle textStyle; variable
85 TextStyle textStyle; variable
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
Dtab_bar_item_component.cpp45 TextStyle textStyle; in TabBarItemComponent() local
85 void TabBarItemComponent::UpdateStyle(const TextStyle& textStyle, const Color& color) in UpdateStyle()
117 auto textStyle = textComponent->GetTextStyle(); in BuildWithTextIcon() local
132 auto textStyle = text->GetTextStyle(); in BuildWithTextIcon() local
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/domtext/
Ddom_text_test.cpp170 const auto textStyle = textChild->GetTextStyle(); variable
236 const auto textStyle = textChild->GetTextStyle(); variable
273 const auto textStyle = textChild->GetTextStyle(); variable
316 const auto textStyle = textChild->GetTextStyle(); variable
346 const auto textStyle = textChild->GetTextStyle(); variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_piece.cpp158 auto textStyle = component->GetTextStyle(); in SetTextColor() local
179 auto textStyle = component->GetTextStyle(); in SetFontSize() local
193 auto textStyle = component->GetTextStyle(); in SetFontStyle() local
210 auto textStyle = component->GetTextStyle(); in SetFontWeight() local
232 auto textStyle = component->GetTextStyle(); in SetFontFamily() local
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dmarquee_creator.cpp53 TextStyle textStyle = TextStyleCreator::CreateFromJson(*componentJson.GetValue(TEXT_STYLE)); in CreateFromJson() local
75 TextStyle textStyle; in InitStyle() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text/
Dtextstyle_creator_test.cpp158 const auto& textStyle = text->GetTextStyle(); variable
221 const auto& textStyle = text->GetTextStyle(); variable
258 const auto& textStyle = text->GetTextStyle(); variable
295 const auto& textStyle = text->GetTextStyle(); variable
326 const auto& textStyle = text->GetTextStyle(); variable
358 const auto& textStyle = text->GetTextStyle(); variable
393 const auto& textStyle = text->GetTextStyle(); variable
430 const auto& textStyle = text->GetTextStyle(); variable
470 const auto& textStyle = text->GetTextStyle(); variable
509 const auto& textStyle = text->GetTextStyle(); variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_content_modifier.cpp19 RichEditorContentModifier::RichEditorContentModifier(const std::optional<TextStyle> textStyle) in RichEditorContentModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_content_modifier.cpp171 TextStyle textStyle = CreateTextStyleUsingTheme( in SetDefaultAnimatablePropertyValue() local
228 void TextFieldContentModifier::SetDefaultFontSize(const TextStyle& textStyle) in SetDefaultFontSize()
245 void TextFieldContentModifier::SetDefaultFontWeight(const TextStyle& textStyle) in SetDefaultFontWeight()
252 void TextFieldContentModifier::SetDefaultTextColor(const TextStyle& textStyle) in SetDefaultTextColor()
258 void TextFieldContentModifier::SetDefaultFontStyle(const TextStyle& textStyle) in SetDefaultFontStyle()
264 void TextFieldContentModifier::ModifyTextStyle(TextStyle& textStyle) in ModifyTextStyle()
/foundation/arkui/ui_lite/frameworks/font/
Dui_font_cache.cpp49 …nt8_t* UIFontCache::GetSpace(uint16_t fontId, uint32_t unicode, uint32_t size, TextStyle textStyle) in GetSpace()
96 uint8_t* UIFontCache::GetBitmap(uint16_t fontKey, uint32_t unicode, TextStyle textStyle) in GetBitmap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
Dsecurity_component_model_ng.h59 virtual bool GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/marquee/
Ddom_marquee_test.cpp115 const auto& textStyle = marquee->GetTextStyle(); variable
152 const auto& textStyle = marquee->GetTextStyle(); variable
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dutils.cpp20 std::string GetTextStyleInJson(const TextStyle& textStyle) in GetTextStyleInJson()

123456