Home
last modified time | relevance | path

Searched refs:textStyles (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp49 if (labelLine.textStyles) { in DrawTextOneLine()
50 textStyle = labelLine.textStyles[letterIndex]; in DrawTextOneLine()
H A Ddraw_utils.h77 TextStyle* textStyles; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.cpp344 std::vector<TextStyle> textStyles { textStyle, dragTextStyle, textStyle }; in CreateParagraphDrag()
352 auto& style = textStyles[i]; in CreateParagraphDrag()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp823 std::vector<TextStyle> textStyles { textStyle, dragTextStyle, textStyle }; in CreateParagraph()
825 auto style = textStyles.begin(); in CreateParagraph()
846 auto& style = textStyles[i]; in CreateParagraph()

Completed in 7 milliseconds