Searched defs:IndexSubtableArray (Results 1 – 2 of 2) sorted by relevance
533 struct IndexSubtableArray struct537 bool sanitize (hb_sanitize_context_t *c, unsigned int count) const in sanitize()544 build_lookup (hb_subset_context_t *c, cblc_bitmap_size_subset_context_t *bitmap_size_context, in build_lookup()576 subset (hb_subset_context_t *c, in subset()615 const IndexSubtableRecord* find_table (hb_codepoint_t glyph, unsigned int numTables) const in find_table()628 UnsizedArrayOf<IndexSubtableRecord> indexSubtablesZ;
786 impl<'a> FontRead<'a> for IndexSubtableArray<'a> { implementation797 pub type IndexSubtableArray<'a> = TableRef<'a, IndexSubtableArrayMarker>; typedef799 impl<'a> IndexSubtableArray<'a> { impl820 impl<'a> SomeTable<'a> for IndexSubtableArray<'a> { implementation838 impl<'a> std::fmt::Debug for IndexSubtableArray<'a> { implementation