HomeSort by relevance Sort by last modified time
    Searched full:subtables (Results 1 - 25 of 44) sorted by null

1 2

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
Lookup.java 18 private LookupSubtable[] subtables; field in class:Lookup
53 subtables = new LookupSubtable[10];
59 if (subtableCount >= subtables.length) {
60 LookupSubtable[] newSubtables = new LookupSubtable[subtables.length + 5];
62 System.arraycopy(subtables, 0, newSubtables, 0, subtables.length);
63 subtables = newSubtables;
66 subtables[subtableCount] = subtable;
86 subtables[i].writeLookupSubtable(writer);
  /external/sfntly/cpp/src/sfntly/table/
subtable.h 24 // An abstract base class for subtables. Subtables are smaller tables nested
26 // of these are the CMap subtables within CMap table (cmap) or a glyph within
  /external/icu/icu4c/source/layout/
GlyphPosnLookupProc.cpp 29 // Aside from the names, the contextual positioning subtables are
30 // the same as the contextual substitution subtables.
KernTable.cpp 64 * multiple subtables, only the first will be used. If this turns out to
74 * TODO: support multiple subtables
MorphTables2.cpp 51 // Feature subtables
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_common_tables.c 37 1, /* total subtables */
58 2, /* total subtables */
138 2, /* total subtables */
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 987 const hb_get_subtables_context_t::array_t &subtables)
998 for (unsigned int i = 0; i < subtables.len; i++)
999 if (subtables[i].apply (c))
1017 const hb_get_subtables_context_t::array_t &subtables)
1027 for (unsigned int i = 0; i < subtables.len; i++)
1028 if (subtables[i].apply (c))
1055 hb_get_subtables_context_t::array_t subtables; local
1056 hb_get_subtables_context_t c_get_subtables (subtables);
1067 ret = apply_forward (c, accel, subtables);
1083 apply_backward (c, accel, subtables);
    [all...]
hb-ot-head-table.hh 110 * the glyphs encoded in the cmap subtables are simply
114 * encoded in the cmap subtables represent proper
hb-ot-font.cc 233 /* 32-bit subtables. */
237 /* 16-bit subtables. */
hb-ot-layout-common-private.hh 656 /* Real sanitize of the subtables is done by GSUB/GPOS/... */
670 subTable; /* Array of SubTables */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvmorx.c 63 GXV_NAME_ENTER( "subtables in a chain" );
gxvmort.c 172 GXV_NAME_ENTER( "subtables in a chain" );
README 251 warn and continue. Similar problems are found in format 3 subtables
255 5 fonts include too-short kern format 0 subtables.
369 The `kern' table consists of a table header and several subtables.
389 - In the `kern' table header, the number of subtables follows
420 header, and parses the table as if all subtables are in format 0.
gxvkern.c 259 * passed table & limit are of whole StateTable, not including subtables
339 /* ================ Data for Class-Based Subtables 2, 3 ================ */
gxvcommn.c     [all...]
  /external/skia/src/sfnt/
SkOTTable_EBLC.h 47 SK_OT_ULONG indexTablesSize; //number of bytes in corresponding index subtables and array
  /external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py 212 """Assemble all data, including all subtables."""
241 """Return the length of this table in bytes, without subtables."""
254 """Assemble the data for this writer/table, without subtables."""
324 # as offsets may exceed 64K even between Extension LookupTable subtables.
399 assert extTables is not None, "Program or XML editing error. Extension subtables cannot contain extensions subtables"
417 subwriter.parent = self # because some subtables have idential values, we discard
  /external/fonttools/Doc/
changes.txt 78 considering to output certain subtables in a more human-friendly
80 - Fixed 'kern' table to correctly accept subtables it doesn't know about,
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_size_table.h 25 // Binary search would be faster but many fonts have index subtables that
bitmap_size_table.cc 133 // sorted subtables
407 // sorted subtables
  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 77 // In this test font, all strikes and all subtables have same glyphs.
  /external/freetype/src/truetype/
ttobjs.h 133 /* EXECUTION SUBTABLES */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttobjs.h 122 /* EXECUTION SUBTABLES */
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 122 /* EXECUTION SUBTABLES */
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 189 // Note on the language field in 'cmap' subtables: The language field must
190 // be set to zero for all cmap subtables whose platform IDs are other than
191 // Macintosh (platform ID 1). For cmap subtables whose platform IDs are

Completed in 254 milliseconds

1 2