Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/ports/fontations/src/
H A Dffi.rs1102 style: &mut BridgeFontStyle, in get_font_style()
1599 pub struct BridgeFontStyle { struct
1600 pub weight: i32,
1601 pub slant: i32,
1602 pub width: i32,
1806 font_style: &mut BridgeFontStyle, in get_font_style()