Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-wasm-api-font.hh115 HB_WASM_API (void, font_glyph_to_string) (HB_WASM_EXEC_ENV in HB_WASM_API() argument
/aosp_15_r20/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/
H A Dlib.rs41 fn font_glyph_to_string(font: u32, glyph: u32, str: *const u8, len: u32); in font_glyph_to_string() function