Lines Matching refs:nGlyphs

124     sal_uInt32 nGlyphs;           /* number of glyphs in the font + 1 */  member
1993 sal_uInt16 *glyphArray, sal_uInt8 *encoding, int nGlyphs, in CreateT3FromTTGlyphs() argument
2051 if (!((nGlyphs > 0) && (nGlyphs <= 256))) return SF_GLYPHNUM; in CreateT3FromTTGlyphs()
2073 … rtl_crc32(0, ttf->ptr, ttf->fsize), nGlyphs, rtl_crc32(0, glyphArray, nGlyphs * 2), rtl_crc32(0, … in CreateT3FromTTGlyphs()
2078 for (i = 0; i < nGlyphs; i++) { in CreateT3FromTTGlyphs()
2082 fprintf(outf, h30, nGlyphs+1); in CreateT3FromTTGlyphs()
2086 for (i = 0; i < nGlyphs; i++) { in CreateT3FromTTGlyphs()
2151 int nGlyphs, in CreateTTFromTTGlyphs() argument
2230 sal_uInt32* gID = (sal_uInt32*)scalloc(nGlyphs, sizeof(sal_uInt32)); in CreateTTFromTTGlyphs()
2232 for (i = 0; i < nGlyphs; i++) { in CreateTTFromTTGlyphs()
2239 for (i=0; i < nGlyphs; i++) { in CreateTTFromTTGlyphs()
2316 res->nGlyphs = locaLen / ((indexToLocFormat == 1) ? 4 : 2); in GlyphOffsetsNew()
2317 assert(res->nGlyphs != 0); in GlyphOffsetsNew()
2318 res->offs = (sal_uInt32*)scalloc(res->nGlyphs, sizeof(sal_uInt32)); in GlyphOffsetsNew()
2320 for (i = 0; i < res->nGlyphs; i++) { in GlyphOffsetsNew()
2365 for (j = 0; j < go->nGlyphs - 1; j++) { in DumpSfnts()
2386 int nGlyphs) in CreateT42FromTTGlyphs() argument
2399 if (nGlyphs >= 256) return SF_GLYPHNUM; in CreateT42FromTTGlyphs()
2441 sal_uInt16* gID = (sal_uInt16*)scalloc(nGlyphs, sizeof(sal_uInt32)); in CreateT42FromTTGlyphs()
2443 for (i = 0; i < nGlyphs; i++) { in CreateT42FromTTGlyphs()
2471 for (i = 1; i<nGlyphs; i++) { in CreateT42FromTTGlyphs()
2474 …>fsize), (unsigned int)nGlyphs, (unsigned int)rtl_crc32(0, glyphArray, nGlyphs * 2), (unsigned int… in CreateT42FromTTGlyphs()
2479 fprintf(outf, "/CharStrings %d dict dup begin\n", nGlyphs); in CreateT42FromTTGlyphs()
2595 …hMetrics *GetTTSimpleGlyphMetrics(TrueTypeFont *ttf, sal_uInt16 *glyphArray, int nGlyphs, int mode) in GetTTSimpleGlyphMetrics() argument
2611 if (!nGlyphs || !glyphArray) return 0; /* invalid parameters */ in GetTTSimpleGlyphMetrics()
2614 … TTSimpleGlyphMetrics* res = (TTSimpleGlyphMetrics*)calloc(nGlyphs, sizeof(TTSimpleGlyphMetrics)); in GetTTSimpleGlyphMetrics()
2618 for( int i = 0; i < nGlyphs; ++i) { in GetTTSimpleGlyphMetrics()