Searched defs:FontDesc (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/plotters/src/style/font/ |
D | font_desc.rs | 17 pub struct FontDesc<'a> { struct 25 impl<'a> From<&'a str> for FontDesc<'a> { implementation 31 impl<'a> From<FontFamily<'a>> for FontDesc<'a> { implementation 37 impl<'a, T: Into<f64>> From<(FontFamily<'a>, T)> for FontDesc<'a> { implementation 43 impl<'a, T: Into<f64>> From<(&'a str, T)> for FontDesc<'a> { implementation 49 impl<'a, T: Into<f64>, S: Into<FontStyle>> From<(FontFamily<'a>, T, S)> for FontDesc<'a> { implementation 55 impl<'a, T: Into<f64>, S: Into<FontStyle>> From<(&'a str, T, S)> for FontDesc<'a> { implementation 73 impl<'a> FontDesc<'a> { implementation
|
/external/skia/tools/fonts/ |
D | create_test_font.cpp | 35 struct FontDesc { struct 36 NamedFontStyle const fNamedStyle; 37 char const * const fFile;
|
/external/skqp/tools/fonts/ |
D | create_test_font.cpp | 35 struct FontDesc { struct 36 NamedFontStyle const fNamedStyle; 37 char const * const fFile;
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTypeface.java | 181 public static class FontDesc { class in ShadowTypeface 185 public FontDesc(String familyName, int style) { in FontDesc() method in ShadowTypeface.FontDesc
|
/external/pdfium/core/fxge/ |
D | cfx_fontmgr.cpp | 71 CFX_FontMgr::FontDesc::FontDesc(std::unique_ptr<uint8_t, FxFreeDeleter> pData, in FontDesc() function in CFX_FontMgr::FontDesc
|
/external/rust/crates/plotters/src/style/ |
D | text.rs | 23 impl<'a> IntoTextStyle<'a> for FontDesc<'a> { implementation
|