HomeSort by relevance Sort by last modified time
    Searched defs:offsetTable (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/bytecode/
JumpTable.h 49 StringOffsetTable offsetTable;
56 StringOffsetTable::const_iterator end = offsetTable.end();
57 StringOffsetTable::const_iterator loc = offsetTable.find(value);
66 StringOffsetTable::const_iterator end = offsetTable.end();
67 StringOffsetTable::const_iterator loc = offsetTable.find(value);
  /external/icu4c/layout/
LigatureSubstProc.cpp 79 const le_int16 *offsetTable = (const le_int16 *)((char *) &ligatureSubstitutionHeader->stHeader + 2 * SignExtend(offset, lafComponentOffsetMask));
81 i += SWAPW(offsetTable[LE_GET_GLYPH(glyphStorage[componentGlyph])]);
  /dalvik/vm/analysis/
RegisterMap.cpp 707 u4* offsetTable;
715 offsetTable = (u4*) ptr;
745 offsetTable[idx] = ptr - basePtr;
747 idx, offsetTable[idx], ptr, basePtr);
758 (ptr - basePtr) - offsetTable[idx]);
761 assert(offsetTable[idx] == 0);
    [all...]
  /external/svox/pico/lib/
picoktab.c 198 picoos_uint8 * offsetTable;
217 ktabgraphs->offsetTable = &(this->base[KTAB_START_GRAPHS_OFFSET_TABLE]);
387 graphsOffset = g->offsetTable[g->sizeOffset*m];
390 graphsOffset = g->offsetTable[g->sizeOffset*m ] +
391 256*g->offsetTable[g->sizeOffset*m + 1];
392 /* PICODBG_DEBUG(("picoktab_graphOffset: %i %i %i %i", m, g->offsetTable[g->sizeOffset*m], g->offsetTable[g->sizeOffset*m + 1], graphsOffset));
587 graphsOffset = g->offsetTable[graphIndex];
589 graphsOffset = g->offsetTable[2 * graphIndex]
590 + (g->offsetTable[2 * graphIndex + 1] << 8)
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp     [all...]

Completed in 658 milliseconds