• Home
  • Raw
  • Download

Lines Matching refs:TextDecoration

299     text_style.setDecoration(TextDecoration::kUnderline);  in UNIX_ONLY_TEST()
398 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
454 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
510 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
566 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
620 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
674 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
728 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
781 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
916 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
1101 text_style2.setDecoration((TextDecoration)( in UNIX_ONLY_TEST()
1102 TextDecoration::kUnderline | TextDecoration::kOverline | TextDecoration::kLineThrough)); in UNIX_ONLY_TEST()
1118 text_style4.setDecoration((TextDecoration)( in UNIX_ONLY_TEST()
1119 TextDecoration::kUnderline | TextDecoration::kOverline | TextDecoration::kLineThrough)); in UNIX_ONLY_TEST()
1652 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
1736 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
1823 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
1908 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
2166 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
2168 text_style.setDecoration((TextDecoration)( in UNIX_ONLY_TEST()
2169 TextDecoration::kUnderline | TextDecoration::kOverline | TextDecoration::kLineThrough)); in UNIX_ONLY_TEST()
2211 auto decoration = (TextDecoration)(TextDecoration::kUnderline | in UNIX_ONLY_TEST()
2212 TextDecoration::kOverline | in UNIX_ONLY_TEST()
2213 TextDecoration::kLineThrough); in UNIX_ONLY_TEST()
2346 auto decoration = (TextDecoration)(TextDecoration::kUnderline | TextDecoration::kOverline | in UNIX_ONLY_TEST()
2347 TextDecoration::kLineThrough); in UNIX_ONLY_TEST()
2392 auto decoration = (TextDecoration)(TextDecoration::kUnderline | TextDecoration::kOverline | in UNIX_ONLY_TEST()
2393 TextDecoration::kLineThrough); in UNIX_ONLY_TEST()
2442 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
2493 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
2541 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
3886 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
4072 text_style.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
4085 text_style.setDecoration(TextDecoration::kNoDecoration); in UNIX_ONLY_TEST()
7140 style0.setDecoration(TextDecoration::kUnderline); in UNIX_ONLY_TEST()
7144 style1.setDecoration(TextDecoration::kOverline); in UNIX_ONLY_TEST()