Home
last modified time | relevance | path

Searched refs:HB_WASM_INTERFACE (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-wasm-api.h57 #ifndef HB_WASM_INTERFACE
58 #define HB_WASM_INTERFACE(ret_t, name) ret_t name macro
309 HB_WASM_INTERFACE (ptr_t(void), shape_plan_create) (ptr_d(face_t, face));
311 HB_WASM_INTERFACE (bool_t, shape) (ptr_d(void, shape_plan),
317 HB_WASM_INTERFACE (void, shape_plan_destroy) (ptr_d(void, shape_plan));
Dhb-wasm-api-shape.hh36 HB_WASM_INTERFACE (bool_t, shape_with) (HB_WASM_EXEC_ENV in HB_WASM_INTERFACE() function
/external/harfbuzz_ng/src/wasm/sample/c/
Dshape-ot.cc1 #define HB_WASM_INTERFACE(ret_t, name) __attribute__((export_name(#name))) ret_t name macro
Dshape-fallback.cc1 #define HB_WASM_INTERFACE(ret_t, name) __attribute__((export_name(#name))) ret_t name macro
/external/harfbuzz_ng/src/wasm/graphite/
Dshape.cc1 #define HB_WASM_INTERFACE(ret_t, name) __attribute__((export_name(#name))) ret_t name macro