Home
last modified time | relevance | path

Searched refs:Ligature (Results 1 – 22 of 22) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ligaturesubst/
DLigatureSet.java7 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()
DLigature.java9 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/
DLigatureSet.java7 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()
DLigature.java9 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/
Dhb-ot-layout-gsub-table.hh661 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()
Dhb-aat-layout-morx-table.hh881 Ligature = 2, enumerator
894 case Ligature: return_trace (c->dispatch (u.ligature, hb_forward<Ts> (ds)...)); in dispatch()
/third_party/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh776 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()
Dhb-aat-layout-morx-table.hh881 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/
Dhb-ot-layout-gsub-table.hh783 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()
Dhb-aat-layout-morx-table.hh898 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/
DOtTableTagger.java43 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/
DOtTableTagger.java43 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/
DRuleExtractor.java31 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/
DRuleExtractor.java31 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/
Dotvgsub.c259 OTV_NEST3( LigatureSubstFormat1, LigatureSet, Ligature ); in otv_LigatureSubst_validate()
/third_party/skia/third_party/externals/freetype/src/otvalid/
Dotvgsub.c259 OTV_NEST3( LigatureSubstFormat1, LigatureSet, Ligature ); in otv_LigatureSubst_validate()
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/
Dotvgsub.c259 OTV_NEST3( LigatureSubstFormat1, LigatureSet, Ligature ); in otv_LigatureSubst_validate()
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt6238 Ligature
/third_party/harfbuzz/perf/texts/
Den-words.txt6238 Ligature
/third_party/icu/icu4c/source/data/unidata/
Dppucd.txt23845 # Ligature
23962 # Ligature
/third_party/skia/third_party/externals/icu/source/data/unidata/
Dppucd.txt23845 # Ligature
23962 # Ligature
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
Dppucd.txt23670 # Ligature