Searched refs:HexFmtBlockWrite (Results 1 – 1 of 1) sorted by relevance
/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 468 static void HexFmtBlockWrite(HexFmt *_this, const void *ptr, sal_uInt32 size) in HexFmtBlockWrite() function 2352 HexFmtBlockWrite(h, sfntP, 12); /* stream out the Offset Table */ in DumpSfnts() 2353 HexFmtBlockWrite(h, sfntP+12, 16 * numTables); /* stream out the Table Directory */ in DumpSfnts() 2361 HexFmtBlockWrite(h, sfntP + off, len); in DumpSfnts() 2368 HexFmtBlockWrite(h, glyf + o, l); in DumpSfnts() 2371 HexFmtBlockWrite(h, pad, (4 - (len & 3)) & 3); in DumpSfnts()
|
Completed in 27 milliseconds