Searched refs:hb_resolve_overflows (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-subset-serialize.cc | 56 return hb_resolve_overflows (packed, table_tag, 20, true); in hb_subset_serialize_or_fail()
|
D | test-repacker.cc | 1748 hb_blob_t* out = hb_resolve_overflows (c.object_graph (), HB_TAG_NONE); in test_resolve_overflows_via_sort() 1765 hb_blob_t* out = hb_resolve_overflows (c.object_graph (), HB_TAG_NONE); in test_resolve_overflows_via_duplication() 1782 hb_blob_t* out = hb_resolve_overflows (c.object_graph (), HB_TAG_NONE, 5); in test_resolve_overflows_via_multiple_duplications() 1817 hb_blob_t* out = hb_resolve_overflows (c.object_graph (), HB_TAG ('G', 'S', 'U', 'B'), 0); in test_resolve_overflows_via_isolation() 1892 hb_blob_t* out = hb_resolve_overflows (c.object_graph (), HB_TAG ('G', 'S', 'U', 'B'), 0); in test_resolve_overflows_via_isolation_spaces() 1913 hb_blob_t* out = hb_resolve_overflows (c.object_graph (), HB_TAG ('G', 'S', 'U', 'B'), 0); in test_resolve_mixed_overflows_via_isolation_spaces() 2183 hb_blob_t* out = hb_resolve_overflows (c.object_graph (), HB_TAG_NONE); in test_virtual_link()
|
D | hb-repacker.hh | 445 hb_resolve_overflows (const T& packed, in hb_resolve_overflows() function
|
D | hb-subset.cc | 260 hb_blob_t* result = hb_resolve_overflows (c.object_graph (), tag); in _repack()
|
/external/harfbuzz_ng/docs/ |
D | repacker.md | 83 The actual code for this processing loop can be found in the function hb_resolve_overflows () of
|