/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 1799 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 …]
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 1930 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()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 989 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()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svptext.cxx | 253 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 D | svppspgraphics.cxx | 853 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 D | svpgdi.hxx | 90 virtual sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs );
|
H A D | svppspgraphics.hxx | 109 virtual sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs );
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 303 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()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 944 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 D | salgdi3.cxx | 1215 X11SalGraphics::GetKernPairs( sal_uLong nPairs, ImplKernPairData *pKernPairs ) in GetKernPairs() argument 1223 for( unsigned int i = 0; i < nPairs && i < nGotPairs; ++i ) in GetKernPairs()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | ximpcustomshape.cxx | 1032 sal_Int32 i, nPairs = GetEnhancedParameterPairSequence( maPath, rValue, EAS_GluePoints ); in StartElement() local 1033 GetImport().GetShapeImport()->moveGluePointMapping( mrxShape, nPairs ); in StartElement() 1034 for ( i = 0; i < nPairs; i++ ) in StartElement()
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 513 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()
|
/aoo41x/main/vcl/inc/os2/ |
H A D | salgdi.h | 268 virtual ULONG GetKernPairs( ULONG nPairs, ImplKernPairData* pKernPairs );
|
/aoo41x/main/vcl/inc/win/ |
H A D | salgdi.h | 298 virtual sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs );
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | salgdi.h | 336 virtual sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs );
|