Searched refs:numTables (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 310 sal_uInt16 numTables, searchRange=1, entrySelector=0, rangeShift; in StreamToMemory() local 323 numTables = (sal_uInt16) n; in StreamToMemory() 339 } while (searchRange <= numTables); in StreamToMemory() 343 rangeShift = numTables * 16 - searchRange; in StreamToMemory() 356 PutUInt16(numTables, ttf, 4, 1); in StreamToMemory()
|
H A D | sft.cxx | 2299 sal_uInt16 i, numTables = GetUInt16(sfntP, 4, 1); in GlyphOffsetsNew() local 2303 for (i = 0; i < numTables; i++) { in GlyphOffsetsNew() 2341 sal_uInt16 i, numTables = GetUInt16(sfntP, 4, 1); in DumpSfnts() local 2345 assert(numTables <= 9); /* Type42 has 9 required tables */ in DumpSfnts() 2347 sal_uInt32* offs = (sal_uInt32*)scalloc(numTables, sizeof(sal_uInt32)); in DumpSfnts() 2353 HexFmtBlockWrite(h, sfntP+12, 16 * numTables); /* stream out the Table Directory */ in DumpSfnts() 2355 for (i=0; i<numTables; i++) { in DumpSfnts()
|
Completed in 39 milliseconds