Searched refs:HB_UNTAG (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/test/api/
H A Dtest-ot-tag.c42 g_test_message ("Testing script %c%c%c%c: tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s);
59 g_test_message ("Testing script %c%c%c%c: new tag %s, old tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s1, s2);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h94 #define HB_UNTAG(tag) ((uint8_t)((tag)>>24)), ((uint8_t)((tag)>>16)), ((uint8_t)((tag)>>8)), ((uint8_t)(tag)) macro
H A Dhb-uniscribe.cc955 HB_UNTAG (hb_uint32_swap (script_tags[i])));
/external/harfbuzz_ng/src/
H A Dhb-common.h94 #define HB_UNTAG(tag) ((uint8_t)((tag)>>24)), ((uint8_t)((tag)>>16)), ((uint8_t)((tag)>>8)), ((uint8_t)(tag)) macro

Completed in 114 milliseconds