HomeSort by relevance Sort by last modified time
    Searched refs:HB_UNTAG (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/test/api/
test-ot-tag.c 42 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/harfbuzz_ng/src/
main.cc 155 HB_UNTAG(g.get_feature_tag(n_feature)));
hb-common.h 94 #define HB_UNTAG(tag) ((uint8_t)((tag)>>24)), ((uint8_t)((tag)>>16)), ((uint8_t)((tag)>>8)), ((uint8_t)(tag))
hb-uniscribe.cc 971 HB_UNTAG (hb_uint32_swap (script_tags[i])));

Completed in 521 milliseconds