Home
last modified time | relevance | path

Searched refs:nPairs (Results 1 – 15 of 15) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1799 sal_uLong nPairs = ::GetKerningPairsA( pData->getHDC(), 0, NULL ); in ImplAddKerningPairs() local
1800 if ( !nPairs ) in ImplAddKerningPairs()
1808 pData->mpFontKernPairs = new KERNINGPAIR[nPairs]; in ImplAddKerningPairs()
1812 pData->mpFontKernPairs = new KERNINGPAIR[nPairs+pData->mnFontKernPairCount]; in ImplAddKerningPairs()
1821 nPairs = ::GetKerningPairsA( pData->getHDC(), nPairs, pTempPair ); in ImplAddKerningPairs()
1822 for ( sal_uLong i = 0; i < nPairs; i++ ) in ImplAddKerningPairs()
1921 nCount = (nCount < nPairs) : nCount : nPairs; in GetKernPairs()
1936 if ( nPairs < mnFontKernPairCount ) in GetKernPairs()
1937 nPairs = mnFontKernPairCount; in GetKernPairs()
1939 nPairs*sizeof( ImplKernPairData ) ); in GetKernPairs()
[all …]
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1930 sal_uInt16 nPairs = GetUShort( pBuffer ); in GetKernPairs() local
1932 aKernGlyphVector.reserve( aKernGlyphVector.size() + nPairs ); in GetKernPairs()
1933 for( int i = 0; i < nPairs; ++i ) in GetKernPairs()
1961 … sal_uLong nPairs = (sal_uLong)(nLastLeft - nFirstLeft + 1) * (nLastRight - nFirstRight + 1); in GetKernPairs() local
1962 aKernGlyphVector.reserve( aKernGlyphVector.size() + nPairs ); in GetKernPairs()
2003 sal_uInt16 nPairs = NEXT_U16( pBuffer ); in GetKernPairs() local
2005 aKernGlyphVector.reserve( aKernGlyphVector.size() + nPairs ); in GetKernPairs()
2006 for( int i = 0; i < nPairs; ++i ) in GetKernPairs()
2032 … sal_uLong nPairs = (sal_uLong)(nLastLeft - nFirstLeft + 1) * (nLastRight - nFirstRight + 1); in GetKernPairs() local
2033 aKernGlyphVector.reserve( aKernGlyphVector.size() + nPairs ); in GetKernPairs()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx989 ULONG Os2SalGraphics::GetKernPairs( ULONG nPairs, ImplKernPairData* pKernPairs ) in GetKernPairs() argument
1017 nCount = (nCount < nPairs) ? nCount : nPairs; in GetKernPairs()
1033 if ( nPairs < mnFontKernPairCount ) in GetKernPairs()
1034 nPairs = mnFontKernPairCount; in GetKernPairs()
1036 nPairs*sizeof( ImplKernPairData ) ); in GetKernPairs()
1037 return nPairs; in GetKernPairs()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx253 sal_uLong SvpSalGraphics::GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs ) in GetKernPairs() argument
261 for( sal_uLong i = 0; i < nPairs && i < nGotPairs; ++i ) in GetKernPairs()
H A Dsvppspgraphics.cxx853 sal_uLong PspGraphics::GetKernPairs( sal_uLong nPairs, ImplKernPairData *pKernPairs ) in GetKernPairs() argument
857 if( pKernPairs && nPairs ) in GetKernPairs()
864 for( i = 0, it = rPairs.begin(); i < nPairs && i < nHavePairs; i++, ++it ) in GetKernPairs()
H A Dsvpgdi.hxx90 virtual sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs );
H A Dsvppspgraphics.hxx109 virtual sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs );
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx303 size_t nPairs = aValues.size() / 2; // ignore last value if size is odd in lclGetDmlLineDash() local
304 for( size_t nPairIdx = 0; nPairIdx < nPairs; ++nPairIdx ) in lclGetDmlLineDash()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx944 sal_uLong PspGraphics::GetKernPairs( sal_uLong nPairs, ImplKernPairData *pKernPairs ) in GetKernPairs() argument
948 if( pKernPairs && nPairs ) in GetKernPairs()
955 for( i = 0, it = rPairs.begin(); i < nPairs && i < nHavePairs; i++, ++it ) in GetKernPairs()
H A Dsalgdi3.cxx1215 X11SalGraphics::GetKernPairs( sal_uLong nPairs, ImplKernPairData *pKernPairs ) in GetKernPairs() argument
1223 for( unsigned int i = 0; i < nPairs && i < nGotPairs; ++i ) in GetKernPairs()
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx1075 sal_Int32 i, nPairs = GetEnhancedParameterPairSequence( maPath, rValue, EAS_GluePoints ); in StartElement() local
1076 GetImport().GetShapeImport()->moveGluePointMapping( mrxShape, nPairs ); in StartElement()
1077 for ( i = 0; i < nPairs; i++ ) in StartElement()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx513 sal_uInt16 nPairs = getUInt16BE( pTable ); in queryMetricPage() local
515 for( int n = 0; n < nPairs; n++ ) in queryMetricPage()
625 sal_uInt16 nPairs = getUInt16BE( pTable ); in queryMetricPage() local
628 for( int n = 0; n < nPairs; n++ ) in queryMetricPage()
4069 int nPairs = aKern.getLength(); in readOverrideMetrics() local
4070 for( int m = 0; m < nPairs; m++ ) in readOverrideMetrics()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h268 virtual ULONG GetKernPairs( ULONG nPairs, ImplKernPairData* pKernPairs );
/trunk/main/vcl/inc/win/
H A Dsalgdi.h298 virtual sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs );
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h336 virtual sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs );

Completed in 118 milliseconds