/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 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() 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 D | ctlayout.cxx | 421 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()
|
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 797 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()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1501 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()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 677 …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 D | svptext.cxx | 344 int nGlyphCount, in CreateFontSubset() argument 362 nGlyphCount ); in CreateFontSubset()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 762 …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 D | salgdi3.cxx | 1330 int nGlyphCount, in CreateFontSubset() argument 1348 nGlyphCount ); in CreateFontSubset()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 1472 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 D | salgdi3.cxx | 2705 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()
|
/aoo4110/main/vcl/source/fontsubset/ |
H A D | cff.cxx | 394 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()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | gcach_layout.cxx | 417 for( int nGlyphCount = 0;; ) in operator ()() local 638 nGlyphCount += nFilteredRunGlyphCount; in operator ()()
|