Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx2295 static GlyphOffsets *GlyphOffsetsNew(sal_uInt8 *sfntP) in GlyphOffsetsNew() argument
2299 sal_uInt16 i, numTables = GetUInt16(sfntP, 4, 1); in GlyphOffsetsNew()
2309 loca = sfntP + off; in GlyphOffsetsNew()
2338 static void DumpSfnts(FILE *outf, sal_uInt8 *sfntP) in DumpSfnts() argument
2341 sal_uInt16 i, numTables = GetUInt16(sfntP, 4, 1); in DumpSfnts()
2342 GlyphOffsets *go = GlyphOffsetsNew(sfntP); in DumpSfnts()
2361 HexFmtBlockWrite(h, sfntP + off, len); in DumpSfnts()
2363 sal_uInt8 *glyf = sfntP + off; in DumpSfnts()
2395 sal_uInt8 *sfntP; in CreateT42FromTTGlyphs() local
2476 DumpSfnts(outf, sfntP); in CreateT42FromTTGlyphs()
[all …]

Completed in 47 milliseconds