Home
last modified time | relevance | path

Searched refs:HB_UNTAG (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset.cc81 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c initial estimated table size: %u bytes.", HB_UNTAG (tag),… in _subset2()
84 … DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c failed to allocate %u bytes.", HB_UNTAG (tag), buf_size); in _subset2()
96 …SET, nullptr, "OT::%c%c%c%c ran out of room; reallocating to %u bytes.", HB_UNTAG (tag), buf_size); in _subset2()
99 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c failed to reallocate %u bytes.", HB_UNTAG (tag), buf_size… in _subset2()
114 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c final subset table size: %u bytes.", HB_UNTAG (tag), dest… in _subset2()
120 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset table subsetted to empty.", HB_UNTAG (tag)); in _subset2()
125 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset sanitize failed on source table.", HB_UNTAG (tag)… in _subset2()
128 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset %s", HB_UNTAG (tag), result ? "success" : "FAILED… in _subset2()
144 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset sanitize failed on source table.", HB_UNTAG (tag)… in _subset()
147 …DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset %s", HB_UNTAG (tag), result ? "success" : "FAILED… in _subset()
[all …]
Dtest-ot-meta.cc60 HB_UNTAG (tags[i]), hb_blob_get_length (entry), in main()
Dhb-subset-plan.hh148 HB_UNTAG(tag), in add_table()
Dmain.cc164 HB_UNTAG(g.get_feature_tag(n_feature))); in main()
Dhb-common.h113 #define HB_UNTAG(tag) (uint8_t)(((tag)>>24)&0xFF), (uint8_t)(((tag)>>16)&0xFF), (uint8_t)(((tag)>… macro
Dhb-aat-layout-kerx-table.hh894 …if (!c->buffer->message (c->font, "start %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lo… in apply()
926 …(void) c->buffer->message (c->font, "end %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lo… in apply()
Dhb-uniscribe.cc961 HB_UNTAG (hb_uint32_swap (script_tags[i]))); in _hb_uniscribe_shape()
/external/harfbuzz_ng/test/api/
Dtest-ot-tag.c43 …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()
Dhb-subset-test.h96 …fprintf(stderr, "comparing %c%c%c%c, expected %d bytes, actual %d bytes\n", HB_UNTAG(table), hb_bl… in hb_subset_test_check()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt149 HB_UNTAG
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp427 return SkSetFourByteTag(HB_UNTAG(fCurrentScript)); in currentScript()
/external/harfbuzz_ng/
DNEWS2089 HB_UNTAG()