/device/google/contexthub/firmware/src/ |
syscall.c | 50 tabP = &(*tabP)->entry[idx].subtable; 73 tab = tab->entry[idx].subtable;
|
osApi.c | 563 [SYSCALL_OS_MAIN_EVENTQ] = { .subtable = (struct SyscallTable*)&osMainEvtqTable, }, 564 [SYSCALL_OS_MAIN_LOGGING] = { .subtable = (struct SyscallTable*)&osMainLogTable, }, 565 [SYSCALL_OS_MAIN_SENSOR] = { .subtable = (struct SyscallTable*)&osMainSensorsTable, }, 566 [SYSCALL_OS_MAIN_TIME] = { .subtable = (struct SyscallTable*)&osMainTimerTable, }, 567 [SYSCALL_OS_MAIN_HEAP] = { .subtable = (struct SyscallTable*)&osMainHeapTable, }, 568 [SYSCALL_OS_MAIN_SLAB] = { .subtable = (struct SyscallTable*)&osMainSlabTable, }, 569 [SYSCALL_OS_MAIN_HOST] = { .subtable = (struct SyscallTable*)&osMainHostTable, }, 570 [SYSCALL_OS_MAIN_RTC] = { .subtable = (struct SyscallTable*)&osMainRtcTable, }, 610 [SYSCALL_OS_DRV_GPIO] = { .subtable = (struct SyscallTable*)&osDrvGpioTable, }, 611 [SYSCALL_OS_DRV_I2C_MASTER] = { .subtable = (struct SyscallTable*)&osGrvI2cMstTable, } [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/ |
gxvmorx0.c | 6 /* body for type0 (Indic Script Rearrangement) subtable. */ 95 "morx chain subtable type0 (Indic-Script Rearrangement)" );
|
gxvmort.c | 129 GXV_TRACE(( " this subtable is for vertical text only\n" )); 131 GXV_TRACE(( " this subtable is for horizontal text only\n" )); 134 GXV_TRACE(( " this subtable is applied to glyph array " 137 GXV_TRACE(( " this subtable is applied to glyph array " 141 GXV_TRACE(( " this subtable is forcibly applied to " 196 GXV_TRACE(( "validating chain subtable %d/%d (%d bytes)\n",
|
gxvmort5.c | 6 /* body for type5 (Contextual Glyph Insertion) subtable. */ 43 * mort subtable type5 (Contextual Glyph Insertion) 213 GXV_NAME_ENTER( "mort chain subtable type5 (Glyph Insertion)" );
|
gxvmort2.c | 6 /* body for type2 (Ligature Substitution) subtable. */ 100 GXV_NAME_ENTER( "subtable boundaries setup" ); 256 GXV_NAME_ENTER( "mort chain subtable type2 - substitutionTable" ); 286 GXV_NAME_ENTER( "mort chain subtable type2 (Ligature Substitution)" );
|
gxvmorx1.c | 6 /* body for type1 (Contextual Substitution) subtable. */ 167 GXV_TRACE(( "morx subtable type1 subst.: %d -> %d\n", glyph, value_p->u )); 236 * subtable for Contextual glyph substitution is a modified StateTable. 250 GXV_NAME_ENTER( "morx chain subtable type1 (Contextual Glyph Subst)" );
|
gxvmorx2.c | 6 /* body for type2 (Ligature Substitution) subtable. */ 102 GXV_NAME_ENTER( "subtable boundaries setup" ); 274 GXV_NAME_ENTER( "morx chain subtable type2 - substitutionTable" ); 305 GXV_NAME_ENTER( "morx chain subtable type2 (Ligature Substitution)" );
|
README | 256 1 font includes too-short kern format 3 subtable. 396 undocumented difference. In the new version, the subtable header 400 The new version can store all subtable formats (0, 1, 2, and 3), 401 but the Apple TrueType specification does not mention the subtable 404 5-2-2. Available subtable formats in classic version 410 subtable formats in the classic version. 412 According to the Microsoft TrueType specification, the subtable 413 format assured for Windows and OS/2 support is only subtable 415 subtable format 2, but does not mention which platforms support 417 for future use. Therefore, the classic version can store subtable [all...] |
gxvmort0.c | 6 /* body for type0 (Indic Script Rearrangement) subtable. */ 135 "mort chain subtable type0 (Indic-Script Rearrangement)" );
|
gxvmort4.c | 6 /* body for type4 (Non-Contextual Glyph Substitution) subtable. */ 113 GXV_NAME_ENTER( "mort chain subtable type4 "
|
/external/icu/icu4c/source/layout/ |
PairPositioningSubtables.cpp | 28 const LEReferenceTo<PairPositioningFormat1Subtable> subtable(base, success, (const PairPositioningFormat1Subtable *) this); 31 return subtable->process(subtable, glyphIterator, fontInstance, success); 38 const LEReferenceTo<PairPositioningFormat2Subtable> subtable(base, success, (const PairPositioningFormat2Subtable *) this); 41 return subtable->process(subtable, glyphIterator, fontInstance, success);
|
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/icu/icu4c/source/common/ |
locresdata.cpp | 50 UResourceBundle *rb=NULL, table, subTable; 75 ures_initStackObject(&subTable); 80 ures_getByKeyWithFallback(&table,subTableKey, &subTable, &errorCode); 81 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode); 148 ures_close(&subTable);
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
eblc_table.cc | 108 // offset to the start of the whole index subtable block 111 // walking offset in the index subtable 112 // points to the start of the current subtable block 127 // walking offset within the current subTable array 129 // walking offset within the subTable entries 134 fprintf(stderr, "size %d: sizeTable=%x, current subTable Block=%x, ",
|
index_sub_table.h | 23 #include "sfntly/table/subtable.h" 28 class IndexSubTable : public SubTable { 40 class Builder : public SubTable::Builder { 69 // subtable.
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
Lookup.java | 57 public void addSubtable(LookupSubtable subtable) 66 subtables[subtableCount] = subtable;
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otData.py | 87 ('Offset', 'SubTable', 'SubTableCount', 0, 'Array of offsets to SubTables-from beginning of Lookup table'), 149 ('Offset', 'Coverage', None, None, 'Offset to Coverage table-from beginning of SinglePos subtable'), 156 ('Offset', 'Coverage', None, None, 'Offset to Coverage table-from beginning of SinglePos subtable'), 164 ('Offset', 'Coverage', None, None, 'Offset to Coverage table-from beginning of PairPos subtable-only the first glyph in each pair'), 168 ('Offset', 'PairSet', 'PairSetCount', 0, 'Array of offsets to PairSet tables-from beginning of PairPos subtable-ordered by Coverage Index'), 184 ('Offset', 'Coverage', None, None, 'Offset to Coverage table-from beginning of PairPos subtable-for the first glyph of the pair'), 187 ('Offset', 'ClassDef1', None, None, 'Offset to ClassDef table-from beginning of PairPos subtable-for the first glyph of the pair'), 188 ('Offset', 'ClassDef2', None, None, 'Offset to ClassDef table-from beginning of PairPos subtable-for the second glyph of the pair'), 205 ('Offset', 'Coverage', None, None, 'Offset to Coverage table-from beginning of CursivePos subtable'), 211 ('Offset', 'EntryAnchor', None, None, 'Offset to EntryAnchor table-from beginning of CursivePos subtable-may be NULL') [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
SubroutineScanner.java | 37 Map subTable = new HashMap(); 46 subTable.clear(); 105 Subroutine s = (Subroutine) subTable.get(new Integer(target)); 108 subTable.put(new Integer(target), s);
|
/frameworks/minikin/tests/ |
FontCollectionTest.cpp | 84 // Both text/color font have cmap format 14 subtable entry for VS15/VS16 respectively. 88 // The text font has cmap format 14 subtable entry for VS15 but the color font doesn't have for 93 // The color font has cmap format 14 subtable entry for VS16 but the text font doesn't have for 98 // Neither text/color font have cmap format 14 subtable entry for VS15/VS16.
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
ttgsubtable.h | 276 struct TSubTableBase** SubTable; 278 : LookupType(0), LookupFlag(0), SubTableCount(0), SubTable(NULL) {} 280 if (SubTable) { 282 delete SubTable[i]; 283 delete[] SubTable;
|
ttgsubtable.cpp | 137 switch (Lookup->SubTable[i]->SubstFormat) { 139 TSingleSubstFormat1* tbl1 = (TSingleSubstFormat1*)Lookup->SubTable[i]; 147 TSingleSubstFormat2* tbl2 = (TSingleSubstFormat2*)Lookup->SubTable[i]; 291 rec->SubTable = new struct TSubTableBase*[rec->SubTableCount]; 293 rec->SubTable[i] = NULL; 300 ParseSingleSubst(&raw[offset], &rec->SubTable[i]);
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 425 /* If this subtable doesn't have an anchor for this base and this class, 494 * beginning of subtable */ 546 * beginning of subtable */ 736 * beginning of subtable */ 827 * beginning of subtable */ 836 * beginning of PairPos subtable--for 840 * beginning of PairPos subtable--for 890 * subtable--may be NULL */ 894 * subtable--may be NULL */ 1025 * beginning of subtable */ [all...] |