Searched defs:text_style (Results 1 – 7 of 7) sorted by relevance
1094 TextStyle text_style; in draw() local1123 TextStyle text_style; in draw() local1202 TextStyle text_style; in draw() local1236 TextStyle text_style; in draw() local1269 TextStyle text_style; in draw() local1324 TextStyle text_style; in draw() local1358 TextStyle text_style; in draw() local1445 TextStyle text_style; in draw() local1514 TextStyle text_style; in draw() local1540 TextStyle text_style; in draw() local[all …]
393 TextStyle text_style; in UNIX_ONLY_TEST() local434 TextStyle text_style; in UNIX_ONLY_TEST() local533 TextStyle text_style; in UNIX_ONLY_TEST() local589 TextStyle text_style; in UNIX_ONLY_TEST() local645 TextStyle text_style; in UNIX_ONLY_TEST() local701 TextStyle text_style; in UNIX_ONLY_TEST() local755 TextStyle text_style; in UNIX_ONLY_TEST() local809 TextStyle text_style; in UNIX_ONLY_TEST() local863 TextStyle text_style; in UNIX_ONLY_TEST() local916 TextStyle text_style; in UNIX_ONLY_TEST() local[all …]
17 const TextStyle* text_style; variable
31 let text_style = ("sans-serif", 20, &RED).into_text_style(&drawing_area); localVariable50 let text_style = ("sans-serif", 20).with_color(RED).into_text_style(&drawing_area); localVariable
50 let text_style = &("sans-serif", 20).into_text_style(&backend.get_size()).color(&RED); localVariable
95 let text_style = ("sans-serif", 20).into_font().color(&RED); localVariable
315 FMT_CONSTEXPR text_style(bool is_foreground, in text_style() function