Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/fontsubset/
H A Dsft.cxx434 static HexFmt *HexFmtNew(FILE *outf) in HexFmtNew() argument
438 res->o = outf; in HexFmtNew()
1992 int CreateT3FromTTGlyphs(TrueTypeFont *ttf, FILE *outf, const char *fname, /*FOLD00*/ in CreateT3FromTTGlyphs() argument
2055 …fprintf(outf, h01, GetInt16(table, 0, 1), GetUInt16(table, 2, 1), GetInt16(table, 4, 1), GetUInt16… in CreateT3FromTTGlyphs()
2056 fprintf(outf, h02, modname, modver, modextra); in CreateT3FromTTGlyphs()
2057 fprintf(outf, h09, ttf->psname); in CreateT3FromTTGlyphs()
2059 fprintf(outf, h10); in CreateT3FromTTGlyphs()
2060 fprintf(outf, h11, fname); in CreateT3FromTTGlyphs()
2073 …fprintf(outf, h17, rtl_crc32(0, ttf->ptr, ttf->fsize), nGlyphs, rtl_crc32(0, glyphArray, nGlyphs *… in CreateT3FromTTGlyphs()
2074 fprintf(outf, h13); in CreateT3FromTTGlyphs()
[all …]
/AOO41X/main/solenv/bin/
H A Dimage-sort.pl152 my $outf = shift @ARGV;
153 open ($output, ">$outf") || die "Can't open $outf: $!";
/AOO41X/main/vcl/inc/
H A Dsft.hxx395 …int CreateT3FromTTGlyphs(TrueTypeFont *ttf, FILE *outf, const char *fname, sal_uInt16 *glyphArray…
451 FILE *outf,