Home
last modified time | relevance | path

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

/AOO41X/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()
2304 sal_uInt32 tag = GetUInt32(sfntP + 12, 16 * i, 1); in GlyphOffsetsNew()
2305 sal_uInt32 off = GetUInt32(sfntP + 12, 16 * i + 8, 1); in GlyphOffsetsNew()
2306 sal_uInt32 len = GetUInt32(sfntP + 12, 16 * i + 12, 1); in GlyphOffsetsNew()
2309 loca = sfntP + off; in GlyphOffsetsNew()
2312 indexToLocFormat = GetInt16(sfntP + off, 50, 1); 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()
[all …]