Home
last modified time | relevance | path

Searched refs:nGlyphCount (Results 1 – 12 of 12) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2075 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()
2172 aTempEncs, nGlyphCount, 0, NULL, 0 ); in CreateFontSubset()
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()
[all …]
H A Dctlayout.cxx421 const CFIndex nGlyphCount = CTRunGetGlyphCount( pGlyphRun ); in FillDXArray() local
422 const CFRange aFullRange = CFRangeMake( 0, nGlyphCount ); in FillDXArray()
423 aSizeVec.resize( nGlyphCount ); in FillDXArray()
424 aIndexVec.resize( nGlyphCount ); in FillDXArray()
427 for( int i = 0; i != nGlyphCount; ++i ) { in FillDXArray()
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx797 const char* pGlyphSetName, int nGlyphCount, in CreatePSUploadableFont() argument
807 std::vector< EncEntry > aSorted( nGlyphCount, EncEntry() ); in CreatePSUploadableFont()
808 for( int i = 0; i < nGlyphCount; i++ ) in CreatePSUploadableFont()
816 std::vector< sal_uChar > aEncoding( nGlyphCount ); in CreatePSUploadableFont()
817 std::vector< sal_GlyphId> aRequestedGlyphs( nGlyphCount ); in CreatePSUploadableFont()
819 for( int i = 0; i < nGlyphCount; i++ ) in CreatePSUploadableFont()
829 &aRequestedGlyphs[0], &aEncoding[0], nGlyphCount, NULL ); in CreatePSUploadableFont()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1501 sal_Int32* pGlyphWidths, int nGlyphCount, FontSubsetInfo& rInfo ) in CreateFontSubset() argument
1540 for( int i = 0; i < nGlyphCount; ++i ) in CreateFontSubset()
1557 aRealGlyphIds, pEncoding, nGlyphCount, pGlyphWidths ); in CreateFontSubset()
1589 int nOrigCount = nGlyphCount; in CreateFontSubset()
1594 for( i = 0; i < nGlyphCount; ++i ) in CreateFontSubset()
1620 nNotDef = nGlyphCount++; in CreateFontSubset()
1628 DBG_ASSERT( nGlyphCount < 257, "too many glyphs for subsetting" ); in CreateFontSubset()
1632 ::GetTTSimpleGlyphMetrics( aSftTTF.get(), aShortIDs, nGlyphCount, aIFSD.mbVertical ); in CreateFontSubset()
1644 aTempEncs, nGlyphCount, 0, NULL, 0 ); in CreateFontSubset()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx762 …int nGlyphCount = rLayout.GetNextGlyphs( nMaxGlyphs, aGlyphAry, aPos, nStart, aWidthAry, pText ? a… in DrawPrinterLayout() local
763 if( !nGlyphCount ) in DrawPrinterLayout()
767 for( int i = 0; i < nGlyphCount; ++i ) in DrawPrinterLayout()
779 rGfx.DrawGlyphs( aPos, aGlyphAry, aUnicodes, nGlyphCount, aIdxAry ); in DrawPrinterLayout()
1040 int nGlyphCount, in CreateFontSubset() argument
1058 nGlyphCount ); in CreateFontSubset()
H A Dsalgdi3.cxx1330 int nGlyphCount, in CreateFontSubset() argument
1348 nGlyphCount ); in CreateFontSubset()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx677 …int nGlyphCount = rLayout.GetNextGlyphs( nMaxGlyphs, aGlyphAry, aPos, nStart, aWidthAry, bIsPspSer… in DrawPrinterLayout() local
678 if( !nGlyphCount ) in DrawPrinterLayout()
682 for( int i = 0; i < nGlyphCount; ++i ) in DrawPrinterLayout()
694 rGfx.DrawGlyphs( aPos, aGlyphAry, aUnicodes, nGlyphCount, aIdxAry ); in DrawPrinterLayout()
935 int nGlyphCount, in CreateFontSubset() argument
953 nGlyphCount ); in CreateFontSubset()
H A Dsvptext.cxx344 int nGlyphCount, in CreateFontSubset() argument
362 nGlyphCount ); in CreateFontSubset()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1472 int nGlyphCount = 0; local
1482 &nGlyphCount );
1507 &nGlyphCount );
1514 for( i = 0; i < nGlyphCount; ++i )
1524 for( i = 0; i < nGlyphCount; ++i )
1527 if( i < nGlyphCount )
1576 } while( ++i < nGlyphCount );
1583 nGlyphCount,
1596 nCharCount, nGlyphCount,
1603 mnGlyphCount += nGlyphCount;
H A Dsalgdi3.cxx2705 sal_Int32* pGlyphWidths, int nGlyphCount, FontSubsetInfo& rInfo ) in CreateFontSubset() argument
2748 for( int i = 0; i < nGlyphCount; ++i ) in CreateFontSubset()
2767 aRealGlyphIds, pEncoding, nGlyphCount, pGlyphWidths ); in CreateFontSubset()
2799 int nOrigCount = nGlyphCount; in CreateFontSubset()
2804 for( i = 0; i < nGlyphCount; ++i ) in CreateFontSubset()
2830 nNotDef = nGlyphCount++; in CreateFontSubset()
2838 DBG_ASSERT( nGlyphCount < 257, "too many glyphs for subsetting" ); in CreateFontSubset()
2842 ::GetTTSimpleGlyphMetrics( aSftTTF.get(), aShortIDs, nGlyphCount, aIFSD.mbVertical ); in CreateFontSubset()
2854 aTempEncs, nGlyphCount, 0, NULL, 0 ); in CreateFontSubset()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx394 GlyphWidth* pGlyphWidths, int nGlyphCount, FontSubsetInfo& );
2120 GlyphWidth* pGlyphWidths, int nGlyphCount, FontSubsetInfo& rFSInfo) in emitAsType1() argument
2200 for( int i = 1; (i < nGlyphCount) && (i < 256); ++i) { in emitAsType1()
2349 "2 index /CharStrings %d dict dup begin\n", nGlyphCount); in emitAsType1()
2351 for( int i = 0; i < nGlyphCount; ++i) { in emitAsType1()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx417 for( int nGlyphCount = 0;; ) in operator ()() local
638 nGlyphCount += nFilteredRunGlyphCount; in operator ()()

Completed in 170 milliseconds