Home
last modified time | relevance | path

Searched defs:text_style (Results 1 – 7 of 7) sorted by relevance

/external/skia/modules/skparagraph/slides/
DParagraphSlide.cpp1094 TextStyle text_style; in draw() local
1123 TextStyle text_style; in draw() local
1202 TextStyle text_style; in draw() local
1236 TextStyle text_style; in draw() local
1269 TextStyle text_style; in draw() local
1324 TextStyle text_style; in draw() local
1358 TextStyle text_style; in draw() local
1445 TextStyle text_style; in draw() local
1514 TextStyle text_style; in draw() local
1540 TextStyle text_style; in draw() local
[all …]
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp393 TextStyle text_style; in UNIX_ONLY_TEST() local
434 TextStyle text_style; in UNIX_ONLY_TEST() local
533 TextStyle text_style; in UNIX_ONLY_TEST() local
589 TextStyle text_style; in UNIX_ONLY_TEST() local
645 TextStyle text_style; in UNIX_ONLY_TEST() local
701 TextStyle text_style; in UNIX_ONLY_TEST() local
755 TextStyle text_style; in UNIX_ONLY_TEST() local
809 TextStyle text_style; in UNIX_ONLY_TEST() local
863 TextStyle text_style; in UNIX_ONLY_TEST() local
916 TextStyle text_style; in UNIX_ONLY_TEST() local
[all …]
/external/skia/modules/skparagraph/include/
DMetrics.h17 const TextStyle* text_style; variable
/external/rust/crates/plotters/src/style/
Dtext.rs31 let text_style = ("sans-serif", 20, &RED).into_text_style(&drawing_area); localVariable
50 let text_style = ("sans-serif", 20).with_color(RED).into_text_style(&drawing_area); localVariable
/external/rust/crates/plotters/src/element/
Dmod.rs50 let text_style = &("sans-serif", 20).into_text_style(&backend.get_size()).color(&RED); localVariable
/external/rust/crates/plotters/src/style/font/
Dfont_desc.rs95 let text_style = ("sans-serif", 20).into_font().color(&RED); localVariable
/external/fmtlib/include/fmt/
Dcolor.h315 FMT_CONSTEXPR text_style(bool is_foreground, in text_style() function