Home
last modified time | relevance | path

Searched refs:HexFmtBlockWrite (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/fontsubset/ !
H A Dsft.cxx468 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 68 milliseconds