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

  /external/icu/icu4c/source/layout/
LigatureSubstProc.cpp 86 LEReferenceToArrayOf<le_int16> offsetTable(stHeader, success, 2 * SignExtend(offset, lafComponentOffsetMask), LE_UNBOUNDED_ARRAY);
98 i += SWAPW(offsetTable.getObject(LE_GET_GLYPH(glyphStorage[componentGlyph]), success));
  /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/aac/libPCMutils/src/
pcmutils_lib.cpp 443 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS], /* out */
458 FDK_ASSERT(offsetTable != NULL);
463 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR));
537 offsetTable[CENTER_FRONT_CHANNEL] = chIdx[CH_GROUP_FRONT][0];
568 offsetTable[chMapPos] = chIdx[grpIdx][ch];
600 if (offsetTable[chMapPos] == 255) {
625 offsetTable[chMapPos++] = hardToPlace[ch];
670 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] /* out */
680 FDK_ASSERT(offsetTable != NULL);
685 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR))
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
sfnt.py 39 offsetTable = struct.unpack(">%dL" % self.numFonts, self.file.read(self.numFonts * 4))
42 self.file.seek(offsetTable[fontNumber])
278 # OffsetTable[numFonts]: L # array with offsets from beginning of file

Completed in 136 milliseconds