Searched refs:nXDst (Results 1 – 4 of 4) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 1393 long nX, nY, nXDst, nYDst;; in ImplScaleSuper() local 1463 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper() 1571 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper() 1604 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper() 1715 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper() 1754 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper() 1861 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper() 1898 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper() 2005 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper() 2038 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper() [all …]
|
/trunk/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1034 long nXDst, nYDst; in ImplCreateScaled() local 1060 for( nX = nStartX, nXDst = 0L; nX <= nEndX; nX++ ) in ImplCreateScaled() 1080 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled() 1090 for( nX = nStartX, nXDst = 0L; nX <= nEndX; nX++ ) in ImplCreateScaled() 1109 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled() 1127 for( nX = nStartX, nXDst = 0L; nX <= nEndX; nX++ ) in ImplCreateScaled() 1145 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled() 1178 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled() 1207 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled() 1253 for( nX = nStartX, nXDst = 0L; nX <= nEndX; nX++, nXDst++ ) in ImplCreateScaled() [all …]
|
/trunk/main/svx/source/xoutdev/ |
H A D | _xoutbmp.cxx | 418 for( long nX = 0L, nXDst = 1L, nXTmp; nX < nWidth2; nX++, nXDst++ ) in DetectEdges() local 437 pWriteAcc->SetPixelIndex( nY1, nXDst, nWhitePalIdx ); in DetectEdges() 439 pWriteAcc->SetPixelIndex( nY1, nXDst, nBlackPalIdx ); in DetectEdges()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | xrender_peer.hxx | 70 int nXDst, int nYDst, unsigned nWidth, unsigned nHeight ) const;
|
Completed in 57 milliseconds