Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/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)
40 #define HB_STRING_ARRAY_LENG_NAME HB_PASTE(HB_STRING_ARRAY_NAME, _length)
48 #define _S(s) char HB_PASTE (str, __LINE__)[sizeof (s)];
64 #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.hh212 #define HB_PASTE(a,b) HB_PASTE1(a,b) macro