Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/CBDT/
H A DCBDT.hh201 struct IndexSubtable struct
203 bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const in sanitize()
217 finish_subtable (hb_serialize_context_t *c, in finish_subtable()
243 fill_missing_glyphs (hb_serialize_context_t *c, in fill_missing_glyphs()
280 copy_glyph_at_idx (hb_serialize_context_t *c, unsigned int idx, in copy_glyph_at_idx()
300 add_offset (hb_serialize_context_t *c, unsigned int local_offset, in add_offset()
315 bool get_extents (hb_glyph_extents_t *extents HB_UNUSED, bool scale HB_UNUSED) const in get_extents()
326 get_image_data (unsigned int idx, unsigned int *offset, in get_image_data()
338 const IndexSubtableHeader* get_header () const { return &u.header; } in get_header()
340 void populate_header (unsigned index_format, in populate_header()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_bitmap.rs846 pub enum IndexSubtable<'a> { enum
854 impl<'a> IndexSubtable<'a> { impl
889 impl<'a> FontRead<'a> for IndexSubtable<'a> { implementation
904 impl<'a> IndexSubtable<'a> { implementation
917 impl<'a> std::fmt::Debug for IndexSubtable<'a> { implementation
924 impl<'a> SomeTable<'a> for IndexSubtable<'a> { implementation