HomeSort by relevance Sort by last modified time
    Searched refs:subtable (Results 26 - 46 of 46) sorted by null

12

  /external/icu/icu4c/source/layout/
MorphTables2.cpp 44 le_uint32 subtable; local
163 for (subtable = 0; LE_SUCCESS(success) && subtable < nSubtables; subtable++) {
164 if(subtable>0) {
ContextualSubstSubtables.cpp 167 const ContextualSubstitutionFormat1Subtable *subtable = (const ContextualSubstitutionFormat1Subtable *) this; local
168 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
173 const ContextualSubstitutionFormat2Subtable *subtable = (const ContextualSubstitutionFormat2Subtable *) this; local
174 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
179 const ContextualSubstitutionFormat3Subtable *subtable = (const ContextualSubstitutionFormat3Subtable *) this; local
180 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
343 const ChainingContextualSubstitutionFormat1Subtable *subtable = (const ChainingContextualSubstitutionFormat1Subtable *) this; local
344 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
349 const ChainingContextualSubstitutionFormat2Subtable *subtable = (const ChainingContextualSubstitutionFormat2Subtable *) this; local
350 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success)
355 const ChainingContextualSubstitutionFormat3Subtable *subtable = (const ChainingContextualSubstitutionFormat3Subtable *) this; local
    [all...]
LookupProcessor.cpp 34 for (le_uint16 subtable = 0; subtable < subtableCount; subtable += 1) {
35 LEReferenceTo<LookupSubtable> lookupSubtable = lookupTable->getLookupSubtable(lookupTable, subtable, success);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-cmap-table.hh 61 USHORT lengthZ; /* Byte length of this subtable. */
138 * the subtable at the end of the blob. */
152 * subtable. */
195 * subtable format. */
219 UINT formatReserved; /* Subtable format and (maybe) padding. */
220 UINT lengthZ; /* Byte length of this subtable. */
251 USHORT format; /* Subtable format; set to 12. */
253 ULONG lengthZ; /* Byte length of this subtable. */
384 ULONG lengthZ; /* Byte length of this subtable. */
394 /* Note: We intentionally do NOT implement subtable formats 2 and 8. *
473 subtable; \/* Byte offset from beginning of table to the subtable for this encoding. *\/ member in struct:OT::EncodingRecord
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 61 USHORT lengthZ; /* Byte length of this subtable. */
138 * the subtable at the end of the blob. */
152 * subtable. */
195 * subtable format. */
219 UINT formatReserved; /* Subtable format and (maybe) padding. */
220 UINT lengthZ; /* Byte length of this subtable. */
251 USHORT format; /* Subtable format; set to 12. */
253 ULONG lengthZ; /* Byte length of this subtable. */
384 ULONG lengthZ; /* Byte length of this subtable. */
394 /* Note: We intentionally do NOT implement subtable formats 2 and 8. *
473 subtable; \/* Byte offset from beginning of table to the subtable for this encoding. *\/ member in struct:OT::EncodingRecord
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 371 # I don't need to calculate the change in the subtable offset due to the change in the coverage table size.
372 # Allows packing more rules in subtable.
440 # Allows packing more rules in subtable.
475 # For each subtable format there is a class. However, we don't really distinguish
515 an offset from a lookup to a subtable overflowed.
522 SubTable offset list
523 SubTable[0] and contents
525 SubTable[n] and contents
528 SubTable offset list
529 SubTable[0] and content
    [all...]
_c_m_a_p.py 16 for subtable in self.tables:
17 if (subtable.platformID == platformID and
18 subtable.platEncID == platEncID):
19 return subtable
38 print("Error: cmap subtable is reported as having zero length: platformID %s, platEncID %s, format %s offset %s. Skipping table." % (platformID, platEncID,format, offset))
46 # Note that by default we decompile only the subtable header info;
48 # subtable is referenced.
118 # called with an attribute that the cmap subtable doesn't have.
178 # we usually get here indirectly from the subtable __getattr__ function, in which case both args must be None.
179 # If not, someone is calling the subtable decompile() directly, and must provide both args
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 480 subtable = otTables.SingleSubst()
481 subtable.mapping = dups
486 synthLookup.SubTable = [subtable]
582 for st in self.SubTable:
  /external/chromium_org/third_party/sfntly/
sfntly.target.darwin-arm64.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
sfntly.target.darwin-mips.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
sfntly.target.darwin-mips64.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
sfntly.target.darwin-x86.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
sfntly.target.darwin-x86_64.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
sfntly.target.linux-arm64.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
sfntly.target.linux-mips.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
sfntly.target.linux-mips64.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
sfntly.target.linux-x86.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
sfntly.target.linux-x86_64.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
sfntly.target.darwin-arm.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
sfntly.target.linux-arm.mk 70 third_party/sfntly/cpp/src/sfntly/table/subtable.cc \
  /external/sfntly/
Android.mk 62 cpp/src/sfntly/table/subtable.cc \

Completed in 290 milliseconds

12