Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp195 TextStyle text_style; in DEF_TEST() local
236 TextStyle text_style; in DEF_TEST() local
335 TextStyle text_style; in DEF_TEST() local
391 TextStyle text_style; in DEF_TEST() local
447 TextStyle text_style; in DEF_TEST() local
503 TextStyle text_style; in DEF_TEST() local
557 TextStyle text_style; in DEF_TEST() local
611 TextStyle text_style; in DEF_TEST() local
665 TextStyle text_style; in DEF_TEST() local
718 TextStyle text_style; in DEF_TEST() local
[all …]
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1227 TextStyle text_style; in onDrawContent() local
1259 TextStyle text_style; in onDrawContent() local
1337 TextStyle text_style; in onDrawContent() local
1374 TextStyle text_style; in onDrawContent() local
1410 TextStyle text_style; in onDrawContent() local
1468 TextStyle text_style; in onDrawContent() local
1505 TextStyle text_style; in onDrawContent() local
1595 TextStyle text_style; in onDrawContent() local
1665 TextStyle text_style; in onDrawContent() local
1694 TextStyle text_style; in onDrawContent() local
[all …]
/external/skia/modules/skparagraph/include/
DMetrics.h17 const TextStyle* text_style; variable
/external/rust/crates/plotters/src/element/
Dmod.rs50 let text_style = &("sans-serif", 20).into_text_style(&backend.get_size()).color(&RED); localVariable
/external/fmtlib/include/fmt/
Dcolor.h315 FMT_CONSTEXPR text_style(bool is_foreground, in text_style() function