Searched refs:dragTextStyle (Results 1 – 2 of 2) sorted by relevance
355 TextStyle dragTextStyle = textStyle; in CreateParagraphDrag() local357 dragTextStyle.SetTextColor(color); in CreateParagraphDrag()359 dragTextStyle.SetTextDecorationColor(textDecorationColor); in CreateParagraphDrag()360 std::vector<TextStyle> textStyles { textStyle, dragTextStyle, textStyle }; in CreateParagraphDrag()
828 TextStyle dragTextStyle = textStyle; in CreateParagraph() local830 dragTextStyle.SetTextColor(color); in CreateParagraph()831 std::vector<TextStyle> textStyles { textStyle, dragTextStyle, textStyle }; in CreateParagraph()