Searched refs:offsetTable (Results 1 – 4 of 4) sorted by relevance
98 int [] offsetTable = new int [ BLOCKSIZE + 1 ]; in printOffsetTable() local104 offsetTable[i] = i * 0x80; in printOffsetTable()108 offsetTable[i] = (i * 0x80) + 0xAC00; in printOffsetTable()112 offsetTable[ LATININDEX ] = 0x00C0; in printOffsetTable()113 offsetTable[ IPAEXTENSIONINDEX ] = 0x0250; in printOffsetTable()114 offsetTable[ GREEKINDEX ] = 0x0370; in printOffsetTable()115 offsetTable[ ARMENIANINDEX ] = 0x0530; in printOffsetTable()116 offsetTable[ HIRAGANAINDEX ] = 0x3040; in printOffsetTable()117 offsetTable[ KATAKANAINDEX ] = 0x30A0; in printOffsetTable()118 offsetTable[ HALFWIDTHKATAKANAINDEX ] = 0xFF60; in printOffsetTable()[all …]
198 picoos_uint8 * offsetTable; member217 ktabgraphs->offsetTable = &(this->base[KTAB_START_GRAPHS_OFFSET_TABLE]); in ktabGraphsInitialize()387 graphsOffset = g->offsetTable[g->sizeOffset*m]; in picoktab_graphOffset()390 graphsOffset = g->offsetTable[g->sizeOffset*m ] + in picoktab_graphOffset()391 256*g->offsetTable[g->sizeOffset*m + 1]; in picoktab_graphOffset()587 graphsOffset = g->offsetTable[graphIndex]; in picoktab_graphsGetGraphInfo()589 graphsOffset = g->offsetTable[2 * graphIndex] in picoktab_graphsGetGraphInfo()590 + (g->offsetTable[2 * graphIndex + 1] << 8); in picoktab_graphsGetGraphInfo()
450 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS], /* out */ in getChannelMode()465 FDK_ASSERT(offsetTable != NULL); in getChannelMode()470 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelMode()544 offsetTable[CENTER_FRONT_CHANNEL] = chIdx[CH_GROUP_FRONT][0]; in getChannelMode()575 offsetTable[chMapPos] = chIdx[grpIdx][ch]; in getChannelMode()607 if (offsetTable[chMapPos] == 255) { in getChannelMode()632 offsetTable[chMapPos++] = hardToPlace[ch]; in getChannelMode()677 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] /* out */ in getChannelDescription()687 FDK_ASSERT(offsetTable != NULL); in getChannelDescription()692 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelDescription()[all …]
39 offsetTable = struct.unpack(">%dL" % self.numFonts, self.file.read(self.numFonts * 4))42 self.file.seek(offsetTable[fontNumber])