Home
last modified time | relevance | path

Searched refs:dragTextStyle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.cpp355 TextStyle dragTextStyle = textStyle; in CreateParagraphDrag() local
357 dragTextStyle.SetTextColor(color); in CreateParagraphDrag()
359 dragTextStyle.SetTextDecorationColor(textDecorationColor); in CreateParagraphDrag()
360 std::vector<TextStyle> textStyles { textStyle, dragTextStyle, textStyle }; in CreateParagraphDrag()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp828 TextStyle dragTextStyle = textStyle; in CreateParagraph() local
830 dragTextStyle.SetTextColor(color); in CreateParagraph()
831 std::vector<TextStyle> textStyles { textStyle, dragTextStyle, textStyle }; in CreateParagraph()