Home
last modified time | relevance | path

Searched defs:FontStyle (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/plotters-backend/src/
Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { impl
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() method
226 fn style(&self) -> FontStyle { in style()
/external/rust/crates/plotters/src/style/
Dtext.rs53 impl<'a, T: SizeDesc> IntoTextStyle<'a> for (&'a str, T, FontStyle) { implementation
154 fn style(&self) -> FontStyle { in style()
/external/skqp/modules/skottie/src/
DSkottieTextLayer.cpp29 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() function
/external/skia/modules/skottie/src/layers/
DTextLayer.cpp51 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() function
/external/rust/crates/plotters/src/style/font/
Dfont_desc.rs156 pub fn get_style(&self) -> FontStyle { in get_style()
/external/pdfium/core/fxcrt/css/
Dcfx_css.h111 FontStyle, enumerator
/external/kotlinc/lib/
Dannotations-13.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/intellij/ org/ ...
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts603 export interface FontStyle { interface