Lines Matching refs:fname
1130 if ( t->fname ) in GetNames()
1132 char* pReverse = t->fname + strlen(t->fname); in GetNames()
1134 while(pReverse != t->fname && *pReverse != '/') pReverse--; in GetNames()
1483 … printf("%s: %d is not a recognized cmap format.\n", ttf->fname, GetUInt16(ttf->cmap, 0, 1)); in FindCmap()
1622 int CountTTCFonts(const char* fname) in CountTTCFonts() argument
1626 FILE* fd = fopen(fname, "rb"); in CountTTCFonts()
1643 (*ttf)->fname = 0; in allocTrueTypeFont()
1655 int OpenTTFontFile( const char* fname, sal_uInt32 facenum, TrueTypeFont** ttf ) in OpenTTFontFile() argument
1660 if (!fname || !*fname) return SF_BADFILE; in OpenTTFontFile()
1666 (*ttf)->fname = strdup(fname); in OpenTTFontFile()
1667 if( ! (*ttf)->fname ) in OpenTTFontFile()
1673 fd = open(fname, O_RDONLY); in OpenTTFontFile()
1707 free((*ttf)->fname); in OpenTTFontFile()
1720 (*ttf)->fname = NULL; in OpenTTFontBuffer()
1843 …fprintf( stderr, "font file %s has bad table offset %d (tagnum=%d)\n", t->fname, (sal_uInt8*)t->ta… in doOpenTTFont()
1855 fprintf( stderr, "font file %s has too big table (tagnum=%d)\n", t->fname, i ); in doOpenTTFont()
1923 if( ttf->fname ) in CloseTTFont()
1926 free(ttf->fname); in CloseTTFont()
1992 int CreateT3FromTTGlyphs(TrueTypeFont *ttf, FILE *outf, const char *fname, /*FOLD00*/ in CreateT3FromTTGlyphs() argument
2053 if (!fname) fname = ttf->psname; in CreateT3FromTTGlyphs()
2060 fprintf(outf, h11, fname); in CreateT3FromTTGlyphs()
2140 fprintf(outf, h41, fname); in CreateT3FromTTGlyphs()
2148 const char *fname, in CreateTTFromTTGlyphs() argument
2280 if ((res = StreamToFile(ttcr, fname)) != SF_OK) { in CreateTTFromTTGlyphs()
2458 fprintf(outf, "%%- Font subset generated from a source font file: '%s'\n", ttf->fname); in CreateT42FromTTGlyphs()
2865 i, rec[i].nameID, ttf->fname ); in GetTTNameRecords()