/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ligaturesubst/ |
D | LigatureSet.java | 7 public class LigatureSet extends OffsetRecordTable<Ligature> { 12 static class Builder extends OffsetRecordTable.Builder<LigatureSet, Ligature> { 31 protected VisibleSubTable.Builder<Ligature> createSubTableBuilder() { in createSubTableBuilder() 32 return new Ligature.Builder(); in createSubTableBuilder() 36 protected VisibleSubTable.Builder<Ligature> createSubTableBuilder( in createSubTableBuilder() 38 return new Ligature.Builder(data, dataIsCanonical); in createSubTableBuilder() 42 protected VisibleSubTable.Builder<Ligature> createSubTableBuilder(Ligature subTable) { in createSubTableBuilder() 43 return new Ligature.Builder(subTable); in createSubTableBuilder() 57 protected Ligature readSubTable(ReadableFontData data, boolean dataIsCanonical) { in readSubTable() 58 return new Ligature(data, base, dataIsCanonical); in readSubTable()
|
D | Ligature.java | 9 public class Ligature extends RecordsTable<NumRecord> { class 15 Ligature(ReadableFontData data, int base, boolean dataIsCanonical) { in Ligature() method in Ligature 19 static class Builder extends RecordsTable.Builder<Ligature, NumRecord> { 28 Builder(Ligature table) { in Builder() 33 protected Ligature readTable(ReadableFontData data, int base, boolean dataIsCanonical) { in readTable() 34 return new Ligature(data, base, dataIsCanonical); in readTable()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ligaturesubst/ |
D | LigatureSet.java | 7 public class LigatureSet extends OffsetRecordTable<Ligature> { 12 static class Builder extends OffsetRecordTable.Builder<LigatureSet, Ligature> { 31 protected VisibleSubTable.Builder<Ligature> createSubTableBuilder() { in createSubTableBuilder() 32 return new Ligature.Builder(); in createSubTableBuilder() 36 protected VisibleSubTable.Builder<Ligature> createSubTableBuilder( in createSubTableBuilder() 38 return new Ligature.Builder(data, dataIsCanonical); in createSubTableBuilder() 42 protected VisibleSubTable.Builder<Ligature> createSubTableBuilder(Ligature subTable) { in createSubTableBuilder() 43 return new Ligature.Builder(subTable); in createSubTableBuilder() 57 protected Ligature readSubTable(ReadableFontData data, boolean dataIsCanonical) { in readSubTable() 58 return new Ligature(data, base, dataIsCanonical); in readSubTable()
|
D | Ligature.java | 9 public class Ligature extends RecordsTable<NumRecord> { class 15 Ligature(ReadableFontData data, int base, boolean dataIsCanonical) { in Ligature() method in Ligature 19 static class Builder extends RecordsTable.Builder<Ligature, NumRecord> { 28 Builder(Ligature table) { in Builder() 33 protected Ligature readTable(ReadableFontData data, int base, boolean dataIsCanonical) { in readTable() 34 return new Ligature(data, base, dataIsCanonical); in readTable()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 661 struct Ligature struct 772 | hb_map ([glyphs] (const Ligature &_) { return _.intersects (glyphs); }) in intersects() 781 | hb_apply ([c] (const Ligature &_) { _.closure (c); }) in closure() 789 | hb_apply ([c] (const Ligature &_) { _.collect_glyphs (c); }) in collect_glyphs() 798 | hb_map ([c] (const Ligature &_) { return _.would_apply (c); }) in would_apply() 809 const Ligature &lig = this+ligature[i]; in apply() 844 OffsetArrayOf<Ligature> 1182 Ligature = 4, enumerator 1197 case Ligature: return_trace (u.ligature.dispatch (c, hb_forward<Ts> (ds)...)); in dispatch() 1343 … if (unlikely (!Lookup::serialize (c, SubTable::Ligature, lookup_props, 1))) return_trace (false); in serialize_ligature()
|
D | hb-aat-layout-morx-table.hh | 881 Ligature = 2, enumerator 894 case Ligature: return_trace (c->dispatch (u.ligature, hb_forward<Ts> (ds)...)); in dispatch()
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 776 struct Ligature struct 900 | hb_map ([glyphs] (const Ligature &_) { return _.intersects (glyphs); }) in intersects() 909 | hb_apply ([c] (const Ligature &_) { _.closure (c); }) in closure() 917 | hb_apply ([c] (const Ligature &_) { _.collect_glyphs (c); }) in collect_glyphs() 926 | hb_map ([c] (const Ligature &_) { return _.would_apply (c); }) in would_apply() 937 const Ligature &lig = this+ligature[i]; in apply() 985 Array16OfOffset16To<Ligature> 1420 Ligature = 4, enumerator 1435 case Ligature: return_trace (u.ligature.dispatch (c, hb_forward<Ts> (ds)...)); in dispatch() 1611 … if (unlikely (!Lookup::serialize (c, SubTable::Ligature, lookup_props, 1))) return_trace (false); in serialize_ligature()
|
D | hb-aat-layout-morx-table.hh | 881 Ligature = 2, enumerator 894 case Ligature: return_trace (c->dispatch (u.ligature, hb_forward<Ts> (ds)...)); in dispatch()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 783 struct Ligature struct 909 | hb_map ([glyphs] (const Ligature &_) { return _.intersects (glyphs); }) in intersects() 918 | hb_apply ([c] (const Ligature &_) { _.closure (c); }) in closure() 926 | hb_apply ([c] (const Ligature &_) { _.collect_glyphs (c); }) in collect_glyphs() 935 | hb_map ([c] (const Ligature &_) { return _.would_apply (c); }) in would_apply() 946 const Ligature &lig = this+ligature[i]; in apply() 998 Array16OfOffset16To<Ligature> 1455 Ligature = 4, enumerator 1470 case Ligature: return_trace (u.ligature.dispatch (c, std::forward<Ts> (ds)...)); in dispatch() 1660 … if (unlikely (!Lookup::serialize (c, SubTable::Ligature, lookup_props, 1))) return_trace (false); in serialize_ligature()
|
D | hb-aat-layout-morx-table.hh | 898 Ligature = 2, enumerator 911 case Ligature: return_trace (c->dispatch (u.ligature, std::forward<Ts> (ds)...)); in dispatch()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
D | OtTableTagger.java | 43 import com.google.typography.font.sfntly.table.opentype.ligaturesubst.Ligature; 282 Ligature lookup = table.subTableAt(i); in registerTagMethods() 290 register(new TagMethod(Ligature.class) { in registerTagMethods() 294 Ligature table = (Ligature) fdt; in registerTagMethods()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
D | OtTableTagger.java | 43 import com.google.typography.font.sfntly.table.opentype.ligaturesubst.Ligature; 282 Ligature lookup = table.subTableAt(i); in registerTagMethods() 290 register(new TagMethod(Ligature.class) { in registerTagMethods() 294 Ligature table = (Ligature) fdt; in registerTagMethods()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | RuleExtractor.java | 31 import com.google.typography.font.sfntly.table.opentype.ligaturesubst.Ligature; 118 private static Rule extract(Ligature table) { in extract() 120 int glyphId = table.getField(Ligature.LIG_GLYPH_INDEX); in extract()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | RuleExtractor.java | 31 import com.google.typography.font.sfntly.table.opentype.ligaturesubst.Ligature; 118 private static Rule extract(Ligature table) { in extract() 120 int glyphId = table.getField(Ligature.LIG_GLYPH_INDEX); in extract()
|
/third_party/freetype/src/otvalid/ |
D | otvgsub.c | 259 OTV_NEST3( LigatureSubstFormat1, LigatureSet, Ligature ); in otv_LigatureSubst_validate()
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvgsub.c | 259 OTV_NEST3( LigatureSubstFormat1, LigatureSet, Ligature ); in otv_LigatureSubst_validate()
|
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/ |
D | otvgsub.c | 259 OTV_NEST3( LigatureSubstFormat1, LigatureSet, Ligature ); in otv_LigatureSubst_validate()
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 6238 Ligature
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 6238 Ligature
|
/third_party/icu/icu4c/source/data/unidata/ |
D | ppucd.txt | 23845 # Ligature 23962 # Ligature
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | ppucd.txt | 23845 # Ligature 23962 # Ligature
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | ppucd.txt | 23670 # Ligature
|