Searched refs:HB_UNTAG (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-subset.cc | 76 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c initial estimated table size: %u bytes.", HB_UNTAG (tag),… in _subset2() 79 … DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c failed to allocate %u bytes.", HB_UNTAG (tag), buf_size); in _subset2() 89 …SET, nullptr, "OT::%c%c%c%c ran out of room; reallocating to %u bytes.", HB_UNTAG (tag), buf_size); in _subset2() 92 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c failed to reallocate %u bytes.", HB_UNTAG (tag), buf_size… in _subset2() 100 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c final subset table size: %u bytes.", HB_UNTAG (tag), dest… in _subset2() 106 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset table subsetted to empty.", HB_UNTAG (tag)); in _subset2() 111 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset sanitize failed on source table.", HB_UNTAG (tag)… in _subset2() 114 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset %s", HB_UNTAG (tag), result ? "success" : "FAILED… in _subset2() 130 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset sanitize failed on source table.", HB_UNTAG (tag)… in _subset() 133 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset %s", HB_UNTAG (tag), result ? "success" : "FAILED… in _subset() [all …]
|
D | hb-ot-hmtx-table.hh | 113 …DEBUG_MSG(SUBSET, nullptr, "%c%c%c%c in src has %d advances, %d lsbs", HB_UNTAG(T::tableTag), _mtx… in subset() 114 …DEBUG_MSG(SUBSET, nullptr, "%c%c%c%c in dest has %d advances, %d lsbs, %u bytes", HB_UNTAG(T::tabl… in subset()
|
D | hb-subset-plan.hh | 85 HB_UNTAG(tag), in add_table()
|
D | main.cc | 152 HB_UNTAG(g.get_feature_tag(n_feature))); in main()
|
D | hb-common.h | 111 #define HB_UNTAG(tag) (((tag)>>24)&0xFF), (((tag)>>16)&0xFF), (((tag)>>8)&0xFF), ((tag)&0xFF) macro
|
D | hb-aat-layout-kerx-table.hh | 903 …if (!c->buffer->message (c->font, "start %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lo… in apply() 935 …(void) c->buffer->message (c->font, "end %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lo… in apply()
|
D | hb-uniscribe.cc | 953 HB_UNTAG (hb_uint32_swap (script_tags[i]))); in _hb_uniscribe_shape()
|
/external/harfbuzz_ng/test/api/ |
D | test-ot-tag.c | 43 …g_test_message ("Testing script %c%c%c%c: tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), … in test_simple_tags() 65 …g_test_message ("Testing script %c%c%c%c: script tag %s, language tag %s", HB_UNTAG (hb_script_to_… in test_script_tags_from_language() 84 …g_test_message ("Testing script %c%c%c%c: USE tag %s, new tag %s, old tag %s", HB_UNTAG (hb_script… in test_indic_tags()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 142 HB_UNTAG
|
/external/harfbuzz_ng/ |
D | NEWS | 1972 HB_UNTAG()
|