Home
last modified time | relevance | path

Searched refs:subtable (Results 1 – 25 of 1257) sorted by relevance

12345678910>>...51

/dports/print/py-fonttools/fonttools-4.28.2/Tests/ttLib/tables/
H A D_c_m_a_p_test.py23 subtable.platformID, subtable.platEncID, subtable.language = (platformID, platEncID, langID)
24 return subtable
27 subtable = self.makeSubtable(4, 0, 2, 7)
57 data = subtable.compile(font)
70 data = subtable.compile(font)
81 data = subtable.compile(font)
85 subtable.cmap = {}
88 data = subtable.compile(font)
140 subtable.cmap = {} # dummy
141 subtable.uvsDict = {
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/ttLib/tables/
H A D_c_m_a_p_test.py25 subtable.platformID, subtable.platEncID, subtable.language = (platformID, platEncID, langID)
26 return subtable
29 subtable = self.makeSubtable(4, 0, 2, 7)
59 data = subtable.compile(font)
72 data = subtable.compile(font)
83 data = subtable.compile(font)
87 subtable.cmap = {}
90 data = subtable.compile(font)
142 subtable.cmap = {} # dummy
143 subtable.uvsDict = {
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DGlyphPosnLookupProc.cpp107 LEReferenceTo<SinglePositioningSubtable> subtable(lookupSubtable, success); in applySubtable() local
109 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
115 LEReferenceTo<PairPositioningSubtable> subtable(lookupSubtable, success); in applySubtable() local
117 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
125 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
133 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
141 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
149 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
157 delta = subtable->process(subtable, this , glyphIterator, fontInstance, success); in applySubtable()
165 delta = subtable->process(subtable, this, glyphIterator, fontInstance, success); in applySubtable()
[all …]
H A DGlyphSubstLookupProc.cpp92 const LEReferenceTo<SingleSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
94 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
100 const LEReferenceTo<MultipleSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
102 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
110 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
116 const LEReferenceTo<LigatureSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
118 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
126 delta = subtable->process(subtable, this, glyphIterator, fontInstance, success); in applySubtable()
134 delta = subtable->process(subtable, this, glyphIterator, fontInstance, success); in applySubtable()
140 const LEReferenceTo<ExtensionSubtable> subtable(lookupSubtable, success); in applySubtable() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DGlyphPosnLookupProc.cpp107 LEReferenceTo<SinglePositioningSubtable> subtable(lookupSubtable, success); in applySubtable() local
109 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
115 LEReferenceTo<PairPositioningSubtable> subtable(lookupSubtable, success); in applySubtable() local
117 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
125 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
133 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
141 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
149 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable()
157 delta = subtable->process(subtable, this , glyphIterator, fontInstance, success); in applySubtable()
165 delta = subtable->process(subtable, this, glyphIterator, fontInstance, success); in applySubtable()
[all …]
H A DGlyphSubstLookupProc.cpp92 const LEReferenceTo<SingleSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
94 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
100 const LEReferenceTo<MultipleSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
102 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
110 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
116 const LEReferenceTo<LigatureSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
118 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
126 delta = subtable->process(subtable, this, glyphIterator, fontInstance, success); in applySubtable()
134 delta = subtable->process(subtable, this, glyphIterator, fontInstance, success); in applySubtable()
140 const LEReferenceTo<ExtensionSubtable> subtable(lookupSubtable, success); in applySubtable() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/ots/src/
H A Dlayout.cc253 if (!subtable.Skip(2)) { in ParseClassDefFormat1()
292 if (!subtable.Skip(2)) { in ParseClassDefFormat2()
310 !subtable.ReadU16(&end) || in ParseClassDefFormat2()
336 if (!subtable.Skip(2)) { in ParseCoverageFormat1()
371 if (!subtable.Skip(2)) { in ParseCoverageFormat2()
511 if (!subtable.Skip(2) || in ParseContextFormat1()
622 if (!subtable.Skip(2) || in ParseContextFormat2()
679 if (!subtable.Skip(2) || in ParseContextFormat3()
830 if (!subtable.Skip(2) || in ParseChainContextFormat1()
969 if (!subtable.Skip(2) || in ParseChainContextFormat2()
[all …]
H A Dmath.cc56 if (!subtable->Skip(2)) { in ParseMathValueRecord()
62 if (!subtable->ReadU16(&offset)) { in ParseMathValueRecord()
79 ots::Buffer subtable(data, length); in ParseMathConstantsTable() local
86 if (!subtable.Skip(4 * 2)) { in ParseMathConstantsTable()
155 if (!subtable.Skip(2)) { in ParseMathConstantsTable()
203 ots::Buffer subtable(data, length); in ParseMathItalicsCorrectionInfoTable() local
211 ots::Buffer subtable(data, length); in ParseMathTopAccentAttachmentTable() local
217 ots::Buffer subtable(data, length); in ParseMathKernTable() local
376 if (!subtable.ReadU16(&glyph) || in ParseGlyphAssemblyTable()
377 !subtable.Skip(2 * 3) || in ParseGlyphAssemblyTable()
[all …]
H A Dvariations.cc17 ots::Buffer subtable(data, length); in ParseVariationRegionList() local
21 if (!subtable.ReadU16(&axisCount) || in ParseVariationRegionList()
22 !subtable.ReadU16(regionCount)) { in ParseVariationRegionList()
67 ots::Buffer subtable(data, length); in ParseVariationDataSubtable() local
72 if (!subtable.ReadU16(&itemCount) || in ParseVariationDataSubtable()
100 Buffer subtable(data, length); in ParseItemVariationStore() local
106 if (!subtable.ReadU16(&format) || in ParseItemVariationStore()
131 if (!subtable.ReadU32(&offset)) { in ParseItemVariationStore()
152 Buffer subtable(data, length); in ParseDeltaSetIndexMap() local
158 !subtable.ReadU16(&mapCount)) { in ParseDeltaSetIndexMap()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ots/src/
H A Dlayout.cc253 if (!subtable.Skip(2)) { in ParseClassDefFormat1()
292 if (!subtable.Skip(2)) { in ParseClassDefFormat2()
310 !subtable.ReadU16(&end) || in ParseClassDefFormat2()
336 if (!subtable.Skip(2)) { in ParseCoverageFormat1()
371 if (!subtable.Skip(2)) { in ParseCoverageFormat2()
511 if (!subtable.Skip(2) || in ParseContextFormat1()
622 if (!subtable.Skip(2) || in ParseContextFormat2()
679 if (!subtable.Skip(2) || in ParseContextFormat3()
830 if (!subtable.Skip(2) || in ParseChainContextFormat1()
969 if (!subtable.Skip(2) || in ParseChainContextFormat2()
[all …]
H A Dmath.cc56 if (!subtable->Skip(2)) { in ParseMathValueRecord()
62 if (!subtable->ReadU16(&offset)) { in ParseMathValueRecord()
79 ots::Buffer subtable(data, length); in ParseMathConstantsTable() local
86 if (!subtable.Skip(4 * 2)) { in ParseMathConstantsTable()
155 if (!subtable.Skip(2)) { in ParseMathConstantsTable()
203 ots::Buffer subtable(data, length); in ParseMathItalicsCorrectionInfoTable() local
211 ots::Buffer subtable(data, length); in ParseMathTopAccentAttachmentTable() local
217 ots::Buffer subtable(data, length); in ParseMathKernTable() local
376 if (!subtable.ReadU16(&glyph) || in ParseGlyphAssemblyTable()
377 !subtable.Skip(2 * 3) || in ParseGlyphAssemblyTable()
[all …]
/dports/www/firefox/firefox-99.0/gfx/ots/src/
H A Dlayout.cc253 if (!subtable.Skip(2)) { in ParseClassDefFormat1()
292 if (!subtable.Skip(2)) { in ParseClassDefFormat2()
310 !subtable.ReadU16(&end) || in ParseClassDefFormat2()
336 if (!subtable.Skip(2)) { in ParseCoverageFormat1()
371 if (!subtable.Skip(2)) { in ParseCoverageFormat2()
511 if (!subtable.Skip(2) || in ParseContextFormat1()
622 if (!subtable.Skip(2) || in ParseContextFormat2()
679 if (!subtable.Skip(2) || in ParseContextFormat3()
830 if (!subtable.Skip(2) || in ParseChainContextFormat1()
969 if (!subtable.Skip(2) || in ParseChainContextFormat2()
[all …]
H A Dmath.cc56 if (!subtable->Skip(2)) { in ParseMathValueRecord()
62 if (!subtable->ReadU16(&offset)) { in ParseMathValueRecord()
79 ots::Buffer subtable(data, length); in ParseMathConstantsTable() local
86 if (!subtable.Skip(4 * 2)) { in ParseMathConstantsTable()
155 if (!subtable.Skip(2)) { in ParseMathConstantsTable()
203 ots::Buffer subtable(data, length); in ParseMathItalicsCorrectionInfoTable() local
211 ots::Buffer subtable(data, length); in ParseMathTopAccentAttachmentTable() local
217 ots::Buffer subtable(data, length); in ParseMathKernTable() local
376 if (!subtable.ReadU16(&glyph) || in ParseGlyphAssemblyTable()
377 !subtable.Skip(2 * 3) || in ParseGlyphAssemblyTable()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ots/src/
H A Dlayout.cc253 if (!subtable.Skip(2)) { in ParseClassDefFormat1()
292 if (!subtable.Skip(2)) { in ParseClassDefFormat2()
310 !subtable.ReadU16(&end) || in ParseClassDefFormat2()
336 if (!subtable.Skip(2)) { in ParseCoverageFormat1()
371 if (!subtable.Skip(2)) { in ParseCoverageFormat2()
511 if (!subtable.Skip(2) || in ParseContextFormat1()
622 if (!subtable.Skip(2) || in ParseContextFormat2()
679 if (!subtable.Skip(2) || in ParseContextFormat3()
830 if (!subtable.Skip(2) || in ParseChainContextFormat1()
969 if (!subtable.Skip(2) || in ParseChainContextFormat2()
[all …]
H A Dmath.cc56 if (!subtable->Skip(2)) { in ParseMathValueRecord()
62 if (!subtable->ReadU16(&offset)) { in ParseMathValueRecord()
79 ots::Buffer subtable(data, length); in ParseMathConstantsTable() local
86 if (!subtable.Skip(4 * 2)) { in ParseMathConstantsTable()
155 if (!subtable.Skip(2)) { in ParseMathConstantsTable()
203 ots::Buffer subtable(data, length); in ParseMathItalicsCorrectionInfoTable() local
211 ots::Buffer subtable(data, length); in ParseMathTopAccentAttachmentTable() local
217 ots::Buffer subtable(data, length); in ParseMathKernTable() local
376 if (!subtable.ReadU16(&glyph) || in ParseGlyphAssemblyTable()
377 !subtable.Skip(2 * 3) || in ParseGlyphAssemblyTable()
[all …]
/dports/x11-fonts/ots/ots-8.1.4/src/
H A Dlayout.cc253 if (!subtable.Skip(2)) { in ParseClassDefFormat1()
292 if (!subtable.Skip(2)) { in ParseClassDefFormat2()
310 !subtable.ReadU16(&end) || in ParseClassDefFormat2()
336 if (!subtable.Skip(2)) { in ParseCoverageFormat1()
371 if (!subtable.Skip(2)) { in ParseCoverageFormat2()
511 if (!subtable.Skip(2) || in ParseContextFormat1()
622 if (!subtable.Skip(2) || in ParseContextFormat2()
679 if (!subtable.Skip(2) || in ParseContextFormat3()
830 if (!subtable.Skip(2) || in ParseChainContextFormat1()
969 if (!subtable.Skip(2) || in ParseChainContextFormat2()
[all …]
H A Dmath.cc56 if (!subtable->Skip(2)) { in ParseMathValueRecord()
62 if (!subtable->ReadU16(&offset)) { in ParseMathValueRecord()
79 ots::Buffer subtable(data, length); in ParseMathConstantsTable() local
86 if (!subtable.Skip(4 * 2)) { in ParseMathConstantsTable()
155 if (!subtable.Skip(2)) { in ParseMathConstantsTable()
203 ots::Buffer subtable(data, length); in ParseMathItalicsCorrectionInfoTable() local
211 ots::Buffer subtable(data, length); in ParseMathTopAccentAttachmentTable() local
217 ots::Buffer subtable(data, length); in ParseMathKernTable() local
376 if (!subtable.ReadU16(&glyph) || in ParseGlyphAssemblyTable()
377 !subtable.Skip(2 * 3) || in ParseGlyphAssemblyTable()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ots/src/
H A Dlayout.cc274 if (!subtable.Skip(2)) { in ParseClassDefFormat1()
313 if (!subtable.Skip(2)) { in ParseClassDefFormat2()
357 if (!subtable.Skip(2)) { in ParseCoverageFormat1()
392 if (!subtable.Skip(2)) { in ParseCoverageFormat2()
532 if (!subtable.Skip(2) || in ParseContextFormat1()
643 if (!subtable.Skip(2) || in ParseContextFormat2()
700 if (!subtable.Skip(2) || in ParseContextFormat3()
851 if (!subtable.Skip(2) || in ParseChainContextFormat1()
990 if (!subtable.Skip(2) || in ParseChainContextFormat2()
1077 if (!subtable.Skip(2) || in ParseChainContextFormat3()
[all …]
H A Dmath.cc56 if (!subtable->Skip(2)) { in ParseMathValueRecord()
62 if (!subtable->ReadU16(&offset)) { in ParseMathValueRecord()
79 ots::Buffer subtable(data, length); in ParseMathConstantsTable() local
86 if (!subtable.Skip(4 * 2)) { in ParseMathConstantsTable()
155 if (!subtable.Skip(2)) { in ParseMathConstantsTable()
203 ots::Buffer subtable(data, length); in ParseMathItalicsCorrectionInfoTable() local
211 ots::Buffer subtable(data, length); in ParseMathTopAccentAttachmentTable() local
217 ots::Buffer subtable(data, length); in ParseMathKernTable() local
376 if (!subtable.ReadU16(&glyph) || in ParseGlyphAssemblyTable()
377 !subtable.Skip(2 * 3) || in ParseGlyphAssemblyTable()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/ots/src/
H A Dlayout.cc274 if (!subtable.Skip(2)) { in ParseClassDefFormat1()
313 if (!subtable.Skip(2)) { in ParseClassDefFormat2()
354 if (!subtable.Skip(2)) { in ParseCoverageFormat1()
389 if (!subtable.Skip(2)) { in ParseCoverageFormat2()
529 if (!subtable.Skip(2) || in ParseContextFormat1()
640 if (!subtable.Skip(2) || in ParseContextFormat2()
697 if (!subtable.Skip(2) || in ParseContextFormat3()
848 if (!subtable.Skip(2) || in ParseChainContextFormat1()
987 if (!subtable.Skip(2) || in ParseChainContextFormat2()
1074 if (!subtable.Skip(2) || in ParseChainContextFormat3()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ots/src/
H A Dlayout.cc274 if (!subtable.Skip(2)) { in ParseClassDefFormat1()
313 if (!subtable.Skip(2)) { in ParseClassDefFormat2()
357 if (!subtable.Skip(2)) { in ParseCoverageFormat1()
392 if (!subtable.Skip(2)) { in ParseCoverageFormat2()
532 if (!subtable.Skip(2) || in ParseContextFormat1()
643 if (!subtable.Skip(2) || in ParseContextFormat2()
700 if (!subtable.Skip(2) || in ParseContextFormat3()
851 if (!subtable.Skip(2) || in ParseChainContextFormat1()
990 if (!subtable.Skip(2) || in ParseChainContextFormat2()
1077 if (!subtable.Skip(2) || in ParseChainContextFormat3()
[all …]
H A Dmath.cc56 if (!subtable->Skip(2)) { in ParseMathValueRecord()
62 if (!subtable->ReadU16(&offset)) { in ParseMathValueRecord()
79 ots::Buffer subtable(data, length); in ParseMathConstantsTable() local
86 if (!subtable.Skip(4 * 2)) { in ParseMathConstantsTable()
155 if (!subtable.Skip(2)) { in ParseMathConstantsTable()
203 ots::Buffer subtable(data, length); in ParseMathItalicsCorrectionInfoTable() local
211 ots::Buffer subtable(data, length); in ParseMathTopAccentAttachmentTable() local
217 ots::Buffer subtable(data, length); in ParseMathKernTable() local
376 if (!subtable.ReadU16(&glyph) || in ParseGlyphAssemblyTable()
377 !subtable.Skip(2 * 3) || in ParseGlyphAssemblyTable()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/ots/src/
H A Dlayout.cc251 if (!subtable.Skip(2)) { in ParseClassDefFormat1()
290 if (!subtable.Skip(2)) { in ParseClassDefFormat2()
308 !subtable.ReadU16(&end) || in ParseClassDefFormat2()
334 if (!subtable.Skip(2)) { in ParseCoverageFormat1()
369 if (!subtable.Skip(2)) { in ParseCoverageFormat2()
509 if (!subtable.Skip(2) || in ParseContextFormat1()
620 if (!subtable.Skip(2) || in ParseContextFormat2()
677 if (!subtable.Skip(2) || in ParseContextFormat3()
828 if (!subtable.Skip(2) || in ParseChainContextFormat1()
967 if (!subtable.Skip(2) || in ParseChainContextFormat2()
[all …]
H A Dmath.cc56 if (!subtable->Skip(2)) { in ParseMathValueRecord()
62 if (!subtable->ReadU16(&offset)) { in ParseMathValueRecord()
79 ots::Buffer subtable(data, length); in ParseMathConstantsTable() local
86 if (!subtable.Skip(4 * 2)) { in ParseMathConstantsTable()
155 if (!subtable.Skip(2)) { in ParseMathConstantsTable()
203 ots::Buffer subtable(data, length); in ParseMathItalicsCorrectionInfoTable() local
211 ots::Buffer subtable(data, length); in ParseMathTopAccentAttachmentTable() local
217 ots::Buffer subtable(data, length); in ParseMathKernTable() local
376 if (!subtable.ReadU16(&glyph) || in ParseGlyphAssemblyTable()
377 !subtable.Skip(2 * 3) || in ParseGlyphAssemblyTable()
[all …]
/dports/print/libotf/libotf-0.9.16/example/
H A Dotfdump.c741 if (subtable->Format == 1) in dump_lookup_subtable_gsub()
758 if (subtable->Format == 1) in dump_lookup_subtable_gsub()
770 if (subtable->Format == 1) in dump_lookup_subtable_gsub()
781 if (subtable->Format == 1) in dump_lookup_subtable_gsub()
794 if (subtable->Format == 1) in dump_lookup_subtable_gsub()
821 if (subtable->Format == 1) in dump_lookup_subtable_gsub()
916 if (subtable->Format == 1) in dump_lookup_subtable_gpos()
940 if (subtable->Format == 1) in dump_lookup_subtable_gpos()
975 if (subtable->Format == 1) in dump_lookup_subtable_gpos()
986 if (subtable->Format == 1) in dump_lookup_subtable_gpos()
[all …]

12345678910>>...51