Searched defs:Ligature (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ligaturesubst/ |
D | Ligature.java | 9 public class Ligature extends RecordsTable<NumRecord> { class 15 Ligature(ReadableFontData data, int base, boolean dataIsCanonical) { in Ligature() method in Ligature
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ligaturesubst/ |
D | Ligature.java | 9 public class Ligature extends RecordsTable<NumRecord> { class 15 Ligature(ReadableFontData data, int base, boolean dataIsCanonical) { in Ligature() method in Ligature
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 661 struct Ligature struct 663 bool intersects (const hb_set_t *glyphs) const in intersects() 672 void closure (hb_closure_context_t *c) const in closure() 678 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 684 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 696 bool apply (hb_ot_apply_context_t *c) const in apply() 737 bool serialize (hb_serialize_context_t *c, in serialize() 749 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 756 GlyphID ligGlyph; /* GlyphID of ligature to substitute */ 758 component; /* Array of component GlyphIDs--start [all …]
|
D | hb-aat-layout-morx-table.hh | 881 Ligature = 2, enumerator
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 783 struct Ligature struct 785 bool intersects (const hb_set_t *glyphs) const in intersects() 788 void closure (hb_closure_context_t *c) const in closure() 794 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 800 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 812 bool apply (hb_ot_apply_context_t *c) const in apply() 853 bool serialize (hb_serialize_context_t *c, in serialize() 864 bool subset (hb_subset_context_t *c, unsigned coverage_idx) const in subset() 886 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 893 HBGlyphID16 ligGlyph; /* GlyphID of ligature to substitute */ [all …]
|
D | hb-aat-layout-morx-table.hh | 898 Ligature = 2, enumerator
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 776 struct Ligature struct 778 bool intersects (const hb_set_t *glyphs) const in intersects() 781 void closure (hb_closure_context_t *c) const in closure() 787 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 793 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 805 bool apply (hb_ot_apply_context_t *c) const in apply() 846 bool serialize (hb_serialize_context_t *c, in serialize() 857 bool subset (hb_subset_context_t *c) const in subset() 877 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 884 HBGlyphID ligGlyph; /* GlyphID of ligature to substitute */ [all …]
|
D | hb-aat-layout-morx-table.hh | 881 Ligature = 2, enumerator
|