Home
last modified time | relevance | path

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

/external/skia/src/ports/fontations/src/
Dffi.rs916 style: &mut BridgeFontStyle, in get_font_style()
1396 pub struct BridgeFontStyle { struct
1397 pub weight: i32,
1398 pub slant: i32,
1399 pub width: i32,
1591 font_style: &mut BridgeFontStyle, in get_font_style()