Home
last modified time | relevance | path

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

/third_party/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh197 struct IndexSubtable struct
199 bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const in sanitize()
212 finish_subtable (hb_serialize_context_t *c, in finish_subtable()
238 fill_missing_glyphs (hb_serialize_context_t *c, in fill_missing_glyphs()
275 copy_glyph_at_idx (hb_serialize_context_t *c, unsigned int idx, in copy_glyph_at_idx()
295 add_offset (hb_serialize_context_t *c, unsigned int local_offset, in add_offset()
310 bool get_extents (hb_glyph_extents_t *extents HB_UNUSED) const in get_extents()
321 get_image_data (unsigned int idx, unsigned int *offset, in get_image_data()
333 const IndexSubtableHeader* get_header () const { return &u.header; } in get_header()
335 void populate_header (unsigned index_format, in populate_header()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh197 struct IndexSubtable struct
199 bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const in sanitize()
212 finish_subtable (hb_serialize_context_t *c, in finish_subtable()
238 fill_missing_glyphs (hb_serialize_context_t *c, in fill_missing_glyphs()
275 copy_glyph_at_idx (hb_serialize_context_t *c, unsigned int idx, in copy_glyph_at_idx()
295 add_offset (hb_serialize_context_t *c, unsigned int local_offset, in add_offset()
310 bool get_extents (hb_glyph_extents_t *extents HB_UNUSED) const in get_extents()
321 get_image_data (unsigned int idx, unsigned int *offset, in get_image_data()
333 const IndexSubtableHeader* get_header () const { return &u.header; } in get_header()
335 void populate_header (unsigned index_format, in populate_header()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh156 struct IndexSubtable struct
158 bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const in sanitize()
169 bool get_extents (hb_glyph_extents_t *extents HB_UNUSED) const in get_extents()
178 bool get_image_data (unsigned int idx, in get_image_data()
192 union {
197 } u;