Searched refs:HB_UNICODE_FUNC_IMPLEMENT (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-unicode.hh | 44 HB_UNICODE_FUNC_IMPLEMENT (combining_class) \ 45 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (eastasian_width)) \ 46 HB_UNICODE_FUNC_IMPLEMENT (general_category) \ 47 HB_UNICODE_FUNC_IMPLEMENT (mirroring) \ 48 HB_UNICODE_FUNC_IMPLEMENT (script) \ 49 HB_UNICODE_FUNC_IMPLEMENT (compose) \ 50 HB_UNICODE_FUNC_IMPLEMENT (decompose) \ 51 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility)) \ 56 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_combining_class_t, combining_class) \ 57 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (unsigned int, eastasian_width)) \ [all …]
|
D | hb-unicode.cc | 195 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil, macro 197 #undef HB_UNICODE_FUNC_IMPLEMENT 245 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ in hb_unicode_funcs_destroy() macro 248 #undef HB_UNICODE_FUNC_IMPLEMENT in hb_unicode_funcs_destroy() 348 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ macro 374 #undef HB_UNICODE_FUNC_IMPLEMENT 377 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro 386 #undef HB_UNICODE_FUNC_IMPLEMENT
|
/third_party/harfbuzz/src/ |
D | hb-unicode.hh | 44 HB_UNICODE_FUNC_IMPLEMENT (combining_class) \ 45 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (eastasian_width)) \ 46 HB_UNICODE_FUNC_IMPLEMENT (general_category) \ 47 HB_UNICODE_FUNC_IMPLEMENT (mirroring) \ 48 HB_UNICODE_FUNC_IMPLEMENT (script) \ 49 HB_UNICODE_FUNC_IMPLEMENT (compose) \ 50 HB_UNICODE_FUNC_IMPLEMENT (decompose) \ 51 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility)) \ 56 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_combining_class_t, combining_class) \ 57 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (unsigned int, eastasian_width)) \ [all …]
|
D | hb-unicode.cc | 212 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil, macro 214 #undef HB_UNICODE_FUNC_IMPLEMENT 264 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ in hb_unicode_funcs_destroy() macro 267 #undef HB_UNICODE_FUNC_IMPLEMENT in hb_unicode_funcs_destroy() 371 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ macro 397 #undef HB_UNICODE_FUNC_IMPLEMENT 400 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro 409 #undef HB_UNICODE_FUNC_IMPLEMENT
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-unicode.hh | 44 HB_UNICODE_FUNC_IMPLEMENT (combining_class) \ 45 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (eastasian_width)) \ 46 HB_UNICODE_FUNC_IMPLEMENT (general_category) \ 47 HB_UNICODE_FUNC_IMPLEMENT (mirroring) \ 48 HB_UNICODE_FUNC_IMPLEMENT (script) \ 49 HB_UNICODE_FUNC_IMPLEMENT (compose) \ 50 HB_UNICODE_FUNC_IMPLEMENT (decompose) \ 51 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility)) \ 56 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_combining_class_t, combining_class) \ 57 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (unsigned int, eastasian_width)) \ [all …]
|
D | hb-unicode.cc | 212 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil, macro 214 #undef HB_UNICODE_FUNC_IMPLEMENT 264 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ in hb_unicode_funcs_destroy() macro 267 #undef HB_UNICODE_FUNC_IMPLEMENT in hb_unicode_funcs_destroy() 371 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ macro 397 #undef HB_UNICODE_FUNC_IMPLEMENT 400 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro 409 #undef HB_UNICODE_FUNC_IMPLEMENT
|