Lines Matching refs:nGlyphCount
2046 sal_Int32* pGlyphWidths, int nGlyphCount, FontSubsetInfo& rInfo ) in CreateFontSubset() argument
2075 pGlyphIds, pEncoding, nGlyphCount, pGlyphWidths ); in CreateFontSubset()
2113 int nOrigCount = nGlyphCount; in CreateFontSubset()
2118 for( int i = 0; i < nGlyphCount; ++i ) in CreateFontSubset()
2144 nNotDef = nGlyphCount++; in CreateFontSubset()
2152 DBG_ASSERT( nGlyphCount < 257, "too many glyphs for subsetting" ); in CreateFontSubset()
2160 ::GetTTSimpleGlyphMetrics( pSftFont, aShortIDs, nGlyphCount, bVertical ); in CreateFontSubset()
2172 aTempEncs, nGlyphCount, 0, NULL, 0 ); in CreateFontSubset()
2201 const int nGlyphCount = ::GetTTGlyphCount( pSftFont ); in GetGlyphWidths() local
2202 if( nGlyphCount > 0 ) in GetGlyphWidths()
2205 rGlyphWidths.resize(nGlyphCount); in GetGlyphWidths()
2206 std::vector<sal_uInt16> aGlyphIds(nGlyphCount); in GetGlyphWidths()
2207 for( int i = 0; i < nGlyphCount; i++ ) in GetGlyphWidths()
2210 pSftFont, &aGlyphIds[0], nGlyphCount, bVertical ); in GetGlyphWidths()
2213 for( int i = 0; i < nGlyphCount; ++i ) in GetGlyphWidths()