Home
last modified time | relevance | path

Searched refs:HB_PASTE (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-string-array.hh37 #define HB_STRING_ARRAY_TYPE_NAME HB_PASTE(HB_STRING_ARRAY_NAME, _msgstr_t)
38 #define HB_STRING_ARRAY_POOL_NAME HB_PASTE(HB_STRING_ARRAY_NAME, _msgstr)
39 #define HB_STRING_ARRAY_OFFS_NAME HB_PASTE(HB_STRING_ARRAY_NAME, _msgidx)
47 #define _S(s) char HB_PASTE (str, __LINE__)[sizeof (s)];
63 #define _S(s) offsetof (union HB_STRING_ARRAY_TYPE_NAME, st.HB_PASTE(str, __LINE__)),
Dhb-ot-face.hh54 HB_PASTE (ORDER_, HB_PASTE (Namespace, HB_PASTE (_, Type)))
Dhb-shaper.hh57 HB_PASTE (HB_SHAPER_ORDER_, Shaper)
Dhb.hh198 #define HB_PASTE(a,b) HB_PASTE1(a,b) macro