Lines Matching refs:nGlyphs
3846 int nGlyphs ) in createToUnicodeCMap() argument
3849 for( n = 0; n < nGlyphs; n++ ) in createToUnicodeCMap()
3876 for( n = 0; n < nGlyphs; n++ ) in createToUnicodeCMap()
4061 int nGlyphs = 1; in emitFonts() local
4084 if( nGlyphs < 256 ) in emitFonts()
4085 nGlyphs++; in emitFonts()
4092 …ics->CreateFontSubset( aTmpName, it->first, aGlyphIds, pEncoding, pWidths, nGlyphs, aSubsetInfo ) ) in emitFonts()
4210 … = createToUnicodeCMap( pEncoding, &aUnicodes[0], pUnicodesPerGlyph, pEncToUnicodeIndex, nGlyphs ); in emitFonts()
4225 aLine.append( (sal_Int32)(nGlyphs-1) ); in emitFonts()
4228 for( int i = 0; i < nGlyphs; i++ ) in emitFonts()
6880 void PDFWriterImpl::registerGlyphs( int nGlyphs, in registerGlyphs() argument
6891 for( int i = 0; i < nGlyphs; pCurUnicode += pUnicodesPerGlyph[i] , i++ ) in registerGlyphs()
7338 int nGlyphs; in drawLayout() local
7464 …while( (nGlyphs = rLayout.GetNextGlyphs( nTmpMaxGlyphs, pGlyphs, aGNGlyphPos, nIndex, nAdvanceWidt… in drawLayout()
7467 for( int i = 0; i < nGlyphs; i++ ) in drawLayout()
7483 if( i < nGlyphs-1 ) in drawLayout()
7517 …registerGlyphs( nGlyphs, pGlyphs, pGlyphWidths, &aUnicodes[0], pUnicodesPerGlyph, pMappedGlyphs, p… in drawLayout()
7519 for( int i = 0; i < nGlyphs; i++ ) in drawLayout()