Home
last modified time | relevance | path

Searched refs:subtables (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLookup.java18 private LookupSubtable[] subtables; field in Lookup
53 subtables = new LookupSubtable[10]; in Lookup()
59 if (subtableCount >= subtables.length) { in addSubtable()
60 LookupSubtable[] newSubtables = new LookupSubtable[subtables.length + 5]; in addSubtable()
62 System.arraycopy(subtables, 0, newSubtables, 0, subtables.length); in addSubtable()
63 subtables = newSubtables; in addSubtable()
66 subtables[subtableCount] = subtable; in addSubtable()
86 subtables[i].writeLookupSubtable(writer); in writeLookup()
/external/harfbuzz_ng/src/
Dhb-ot-layout.cc987 const hb_get_subtables_context_t::array_t &subtables) in apply_forward() argument
998 for (unsigned int i = 0; i < subtables.len; i++) in apply_forward()
999 if (subtables[i].apply (c)) in apply_forward()
1017 const hb_get_subtables_context_t::array_t &subtables) in apply_backward() argument
1027 for (unsigned int i = 0; i < subtables.len; i++) in apply_backward()
1028 if (subtables[i].apply (c)) in apply_backward()
1055 hb_get_subtables_context_t::array_t subtables; in apply_string() local
1056 hb_get_subtables_context_t c_get_subtables (subtables); in apply_string()
1067 ret = apply_forward (c, accel, subtables); in apply_string()
1083 apply_backward (c, accel, subtables); in apply_string()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
DREADME251 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.
/external/fonttools/Doc/
Dchanges.txt78 considering to output certain subtables in a more human-friendly
80 - Fixed 'kern' table to correctly accept subtables it doesn't know about,
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.242672 the number of the subtables in the state tables; classTable,
3919 GID ranges, for the comparison of GID ranges in different subtables.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
DCHANGES937 of Type42-persistent subtables (`cvt ', `fpgm', and `prep') when