Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-wasm-api-face.hh52 HB_WASM_API (bool_t, face_copy_table) (HB_WASM_EXEC_ENV in HB_WASM_API() argument
/aosp_15_r20/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/
H A Dlib.rs45 fn face_copy_table(font: u32, tag: u32, blob: *mut Blob) -> bool; in face_copy_table() function