Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Layout/GPOS/
DSinglePosFormat1.hh11 struct SinglePosFormat1 : ValueBase struct
14 HBUINT16 format; /* Format identifier--format = 1 */
16 coverage; /* Offset to Coverage table--from
18 ValueFormat valueFormat; /* Defines the types of data in the
20 ValueRecord values; /* Defines positioning
26 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
43 bool intersects (const hb_set_t *glyphs) const in intersects()
46 void closure_lookups (hb_closure_lookups_context_t *c) const {} in closure_lookups()
47 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()
58 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh760 struct SinglePosFormat1 struct
762 bool intersects (const hb_set_t *glyphs) const in intersects()
765 void closure_lookups (hb_closure_lookups_context_t *c) const {} in closure_lookups()
766 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()
779 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()
782 const Coverage &get_coverage () const { return this+coverage; } in get_coverage()
784 ValueFormat get_value_format () const { return valueFormat; } in get_value_format()
786 bool apply (hb_ot_apply_context_t *c) const in apply()
802 void serialize (hb_serialize_context_t *c, in serialize()
829 bool subset (hb_subset_context_t *c) const in subset()
[all …]