Searched refs:HB_WASM_API (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-wasm-api.h | 51 #ifndef HB_WASM_API 52 #define HB_WASM_API(ret_t, name) ret_t name macro 55 #define HB_WASM_API_COMPOUND(ret_t, name) HB_WASM_API(ret_t, name) 103 HB_WASM_API (direction_t, script_get_horizontal_direction) (HB_WASM_EXEC_ENV 116 HB_WASM_API (void, blob_free) (HB_WASM_EXEC_ENV 147 HB_WASM_API (bool_t, buffer_contents_realloc) (HB_WASM_EXEC_ENV 151 HB_WASM_API (void, buffer_contents_free) (HB_WASM_EXEC_ENV 156 HB_WASM_API (bool_t, buffer_copy_contents) (HB_WASM_EXEC_ENV 160 HB_WASM_API (bool_t, buffer_set_contents) (HB_WASM_EXEC_ENV 164 HB_WASM_API (direction_t, buffer_get_direction) (HB_WASM_EXEC_ENV [all …]
|
H A D | hb-wasm-api-font.hh | 36 HB_WASM_API (ptr_t(font_t), font_create) (HB_WASM_EXEC_ENV in HB_WASM_API() function 47 HB_WASM_API (ptr_t(face_t), font_get_face) (HB_WASM_EXEC_ENV in HB_WASM_API() function 58 HB_WASM_API (void, font_get_scale) (HB_WASM_EXEC_ENV in HB_WASM_API() function 71 HB_WASM_API (codepoint_t, font_get_glyph) (HB_WASM_EXEC_ENV in HB_WASM_API() function 83 HB_WASM_API (position_t, font_get_glyph_h_advance) (HB_WASM_EXEC_ENV in HB_WASM_API() function 91 HB_WASM_API (position_t, font_get_glyph_v_advance) (HB_WASM_EXEC_ENV in HB_WASM_API() function 101 HB_WASM_API (bool_t, font_get_glyph_extents) (HB_WASM_EXEC_ENV in HB_WASM_API() function 115 HB_WASM_API (void, font_glyph_to_string) (HB_WASM_EXEC_ENV in HB_WASM_API() function 128 HB_WASM_API (bool_t, font_copy_glyph_outline) (HB_WASM_EXEC_ENV in HB_WASM_API() function 188 HB_WASM_API (void, glyph_outline_free) (HB_WASM_EXEC_ENV in HB_WASM_API() function [all …]
|
H A D | hb-wasm-api-buffer.hh | 38 HB_WASM_API (bool_t, buffer_contents_realloc) (HB_WASM_EXEC_ENV in HB_WASM_API() function 87 HB_WASM_API (void, buffer_contents_free) (HB_WASM_EXEC_ENV in HB_WASM_API() function 102 HB_WASM_API (bool_t, buffer_copy_contents) (HB_WASM_EXEC_ENV in HB_WASM_API() function 153 HB_WASM_API (bool_t, buffer_set_contents) (HB_WASM_EXEC_ENV in HB_WASM_API() function 183 HB_WASM_API (direction_t, buffer_get_direction) (HB_WASM_EXEC_ENV in HB_WASM_API() function 191 HB_WASM_API (script_t, buffer_get_script) (HB_WASM_EXEC_ENV in HB_WASM_API() function 199 HB_WASM_API (void, buffer_reverse) (HB_WASM_EXEC_ENV in HB_WASM_API() function 207 HB_WASM_API (void, buffer_reverse_clusters) (HB_WASM_EXEC_ENV in HB_WASM_API() function
|
H A D | hb-wasm-api-face.hh | 34 HB_WASM_API (ptr_t(face_t), face_create) (HB_WASM_EXEC_ENV in HB_WASM_API() function 52 HB_WASM_API (bool_t, face_copy_table) (HB_WASM_EXEC_ENV in HB_WASM_API() function 98 HB_WASM_API (unsigned, face_get_upem) (HB_WASM_EXEC_ENV in HB_WASM_API() function
|
H A D | hb-wasm-api-common.hh | 34 HB_WASM_API (direction_t, script_get_horizontal_direction) (HB_WASM_EXEC_ENV in HB_WASM_API() function
|
H A D | hb-wasm-api-blob.hh | 34 HB_WASM_API (void, blob_free) (HB_WASM_EXEC_ENV in HB_WASM_API() function
|
H A D | hb-wasm-api.hh | 35 #define HB_WASM_API(ret_t, name) HB_INTERNAL ret_t name macro
|