Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/
H A Dlib.rs245 fn to_c(self) -> (CGlyphInfo, CGlyphPosition); in to_c() argument
344 pub struct CGlyphPosition { struct
345 pub x_advance: i32,
346 pub y_advance: i32,
347 pub x_offset: i32,
371 position: *mut CGlyphPosition, argument
410 fn to_c(self) -> (CGlyphInfo, CGlyphPosition) { in to_c() argument