Home
last modified time | relevance | path

Searched defs:IndexSubtableArray (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/CBDT/
H A DCBDT.hh533 struct IndexSubtableArray struct
537 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;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_bitmap.rs786 impl<'a> FontRead<'a> for IndexSubtableArray<'a> { implementation
797 pub type IndexSubtableArray<'a> = TableRef<'a, IndexSubtableArrayMarker>; typedef
799 impl<'a> IndexSubtableArray<'a> { impl
820 impl<'a> SomeTable<'a> for IndexSubtableArray<'a> { implementation
838 impl<'a> std::fmt::Debug for IndexSubtableArray<'a> { implementation