Home
last modified time | relevance | path

Searched refs:hb_resolve_overflows (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-serialize.cc56 return hb_resolve_overflows (packed, table_tag, 20, true); in hb_subset_serialize_or_fail()
Dtest-repacker.cc1748 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()
Dhb-repacker.hh445 hb_resolve_overflows (const T& packed, in hb_resolve_overflows() function
Dhb-subset.cc260 hb_blob_t* result = hb_resolve_overflows (c.object_graph (), tag); in _repack()
/external/harfbuzz_ng/docs/
Drepacker.md83 The actual code for this processing loop can be found in the function hb_resolve_overflows () of