Searched refs:HB_UNTAG (Results 1 – 14 of 14) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-subset.cc | 226 HB_UNTAG (tag)); in _repack() 257 HB_UNTAG (c->table_tag), buf_size); in _try_subset() 263 HB_UNTAG (c->table_tag), buf_size); in _try_subset() 282 "OT::%c%c%c%c::subset sanitize failed on source table.", HB_UNTAG (tag)); in _subset() 295 "OT::%c%c%c%c initial estimated table size: %u bytes.", HB_UNTAG (tag), buf_size); in _subset() 298 …DEBUG_MSG (SUBSET, nullptr, "OT::%c%c%c%c failed to allocate %u bytes.", HB_UNTAG (tag), buf_size); in _subset() 313 DEBUG_MSG (SUBSET, nullptr, "OT::%c%c%c%c::subset FAILED!", HB_UNTAG (tag)); in _subset() 319 DEBUG_MSG (SUBSET, nullptr, "OT::%c%c%c%c::subset table subsetted to empty.", HB_UNTAG (tag)); in _subset() 329 HB_UNTAG (tag), dest_blob->length); in _subset() 335 HB_UNTAG (tag), result ? "success" : "FAILED!"); in _subset() [all …]
|
D | test-ot-meta.cc | 58 HB_UNTAG (tags[i]), hb_blob_get_length (entry), in main()
|
D | hb-subset-plan.hh | 326 HB_UNTAG(tag), in add_table()
|
D | hb-common.h | 180 #define HB_UNTAG(tag) (uint8_t)(((tag)>>24)&0xFF), (uint8_t)(((tag)>>16)&0xFF), (uint8_t)(((tag)>… macro
|
D | hb-ot-layout.cc | 1916 …if (!buffer->message (font, "start lookup %d feature '%c%c%c%c'", lookup_index, HB_UNTAG (lookup.f… in apply() 1936 …d lookup %d feature '%c%c%c%c' because no glyph matches", lookup_index, HB_UNTAG (lookup.feature_t… in apply() 1938 …(void) buffer->message (font, "end lookup %d feature '%c%c%c%c'", lookup_index, HB_UNTAG (lookup.f… in apply()
|
D | main.cc | 466 HB_UNTAG (g.get_feature_tag (n_feature))); in print_layout_info_using_private_api()
|
D | hb-uniscribe.cc | 822 HB_UNTAG (hb_uint32_swap (script_tags[i]))); in _hb_uniscribe_shape()
|
D | hb-coretext.cc | 598 char tag[5] = {HB_UNTAG (active_features[j].rec.feature)}; in _hb_coretext_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()
|
D | hb-subset-test.h | 102 …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/util/ |
D | hb-subset.cc | 689 "Value not specified for axis: %c%c%c%c", HB_UNTAG (axis_tag)); in parse_instance() 698 "Cannot pin axis: '%c%c%c%c', not present in fvar", HB_UNTAG (axis_tag)); in parse_instance() 717 "Cannot pin axis: '%c%c%c%c', not present in fvar", HB_UNTAG (axis_tag)); in parse_instance()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 128 HB_UNTAG
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 445 return SkSetFourByteTag(HB_UNTAG(fCurrentScript)); in currentScript()
|
/external/harfbuzz_ng/ |
D | NEWS | 2839 HB_UNTAG()
|