Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/
H A Dlib.rs101 pub fn get_glyph_extents(&self, glyph: u32) -> CGlyphExtents { in get_glyph_extents()
355 pub struct CGlyphExtents { struct
357 pub x_bearing: i32,
359 pub y_bearing: i32,
361 pub width: i32,
363 pub height: i32,