| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/text/ |
| D | mock_text_content_modifier.cpp | 19 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 …]
|
| D | mock_text_layout_algorithm.cpp | 33 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/ |
| D | span_model_impl.cpp | 32 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
|
| D | text_model_impl.cpp | 42 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 …]
|
| D | text_clock_model_impl.cpp | 56 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
|
| D | text_timer_model_impl.cpp | 65 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
|
| D | indexer_model_impl.cpp | 41 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()
|
| D | marquee_model_impl.cpp | 77 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
|
| D | select_model_impl.cpp | 100 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/ |
| D | text_content_modifier.cpp | 57 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 …]
|
| D | text_layout_algorithm.cpp | 78 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 …]
|
| D | text_styles.cpp | 31 TextStyle textStyle = textTheme ? textTheme->GetTextStyle() : TextStyle(); in CreateTextStyleUsingTheme() local 62 TextStyle textStyle = CreateTextStyleUsingTheme(fontStyle, textLineStyle, textTheme); in CreateTextStyleUsingThemeWithText() local
|
| D | span_node.cpp | 131 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/ |
| D | text_style_test.cpp | 73 TextStyle textStyle; variable 85 TextStyle textStyle; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
| D | tab_bar_item_component.cpp | 45 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/ |
| D | dom_text_test.cpp | 170 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/ |
| D | js_piece.cpp | 158 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/ |
| D | marquee_creator.cpp | 53 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/ |
| D | textstyle_creator_test.cpp | 158 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/ |
| D | rich_editor_content_modifier.cpp | 19 RichEditorContentModifier::RichEditorContentModifier(const std::optional<TextStyle> textStyle) in RichEditorContentModifier()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| D | text_field_content_modifier.cpp | 171 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/ |
| D | ui_font_cache.cpp | 49 …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/ |
| D | security_component_model_ng.h | 59 virtual bool GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
|
| /foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/marquee/ |
| D | dom_marquee_test.cpp | 115 const auto& textStyle = marquee->GetTextStyle(); variable 152 const auto& textStyle = marquee->GetTextStyle(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| D | utils.cpp | 20 std::string GetTextStyleInJson(const TextStyle& textStyle) in GetTextStyleInJson()
|