Home
last modified time | relevance | path

Searched refs:nDstX (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapresample.c104 for( nDstX = 0; nDstX < nDstXSize; nDstX++ ) { in msNearestRasterResampler()
105 x[nDstX] = nDstX + 0.5; in msNearestRasterResampler()
111 for( nDstX = 0; nDstX < nDstXSize; nDstX++ ) { in msNearestRasterResampler()
132 if( x[nDstX] < 0.0 || y[nDstX] < 0.0 in msNearestRasterResampler()
330 for( nDstX = 0; nDstX < nDstXSize; nDstX++ ) { in msBilinearRasterResampler()
331 x[nDstX] = nDstX + 0.5; in msBilinearRasterResampler()
337 for( nDstX = 0; nDstX < nDstXSize; nDstX++ ) { in msBilinearRasterResampler()
551 for( nDstX = 0; nDstX <= nDstXSize; nDstX++ ) { in msAverageRasterResampler()
552 x1[nDstX] = nDstX; in msAverageRasterResampler()
554 x2[nDstX] = nDstX; in msAverageRasterResampler()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/bitmap/
H A Dbitmap.cxx550 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel() local
560 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel() local
569 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel() local
599 const long nDstX = aRectDst.Left(); in CopyPixel() local
601 const long nDstEndX1 = nDstX + nWidth - 1; in CopyPixel()
604 if( ( nDstX <= nSrcX ) && ( nDstY <= nSrcY ) ) in CopyPixel()
614 else if( ( nDstX <= nSrcX ) && ( nDstY >= nSrcY ) ) in CopyPixel()
696 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel_AlphaOptimized() local
726 const long nDstX = aRectDst.Left(); in CopyPixel_AlphaOptimized() local
728 const long nDstEndX1 = nDstX + nWidth - 1; in CopyPixel_AlphaOptimized()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A Dbitmap.cxx620 …for( tools::Long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDst… in CopyPixel() local
630 …for( tools::Long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDst… in CopyPixel() local
639 …for( tools::Long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDst… in CopyPixel() local
669 const tools::Long nDstX = aRectDst.Left(); in CopyPixel() local
671 const tools::Long nDstEndX1 = nDstX + nWidth - 1; in CopyPixel()
674 if( ( nDstX <= nSrcX ) && ( nDstY <= nSrcY ) ) in CopyPixel()
684 else if( ( nDstX <= nSrcX ) && ( nDstY >= nSrcY ) ) in CopyPixel()
766 …for( tools::Long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDst… in CopyPixel_AlphaOptimized() local
796 const tools::Long nDstX = aRectDst.Left(); in CopyPixel_AlphaOptimized() local
798 const tools::Long nDstEndX1 = nDstX + nWidth - 1; in CopyPixel_AlphaOptimized()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dsalmacos.cxx139 void AquaGraphicsBackend::copyArea(tools::Long nDstX, tools::Long nDstY,tools::Long nSrcX, tools::L… in copyArea() argument
148 copyScaledArea(nDstX, nDstY, nSrcX, nSrcY, nSrcWidth, nSrcHeight, &mrShared); in copyArea()
151 void AquaGraphicsBackend::copyScaledArea(tools::Long nDstX, tools::Long nDstY,tools::Long nSrcX, to… in copyScaledArea() argument
165 CGFloat nScaledTargetX = nDstX * fScale; in copyScaledArea()
211 mrShared.refreshRect(nDstX, nDstY, nSrcWidth, nSrcHeight); in copyScaledArea()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/x11/
H A Dxrender_peer.hxx106 int nSrcX, int nSrcY, int nDstX, int nDstY, in CompositePicture() argument
110 nSrcX, nSrcY, 0/*nMaskX*/, 0/*nMaskY*/, nDstX, nDstY, nWidth, nHeight ); in CompositePicture()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/x11/
H A Dxrender_peer.hxx106 int nSrcX, int nSrcY, int nDstX, int nDstY, in CompositePicture() argument
110 nSrcX, nSrcY, 0/*nMaskX*/, 0/*nMaskY*/, nDstX, nDstY, nWidth, nHeight ); in CompositePicture()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/ios/
H A Dsalios.cxx197 void AquaGraphicsBackend::copyArea(tools::Long nDstX, tools::Long nDstY,tools::Long nSrcX, tools::L… in copyArea() argument
211 tools::Long nScaledTargetX = nDstX * fScale; in copyArea()
272 mrShared.refreshRect(nDstX, nDstY, nSrcWidth, nSrcHeight); in copyArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dsalgdicommon.cxx465 void AquaSalGraphics::copyArea( long nDstX, long nDstY,long nSrcX, long nSrcY, in copyArea() argument
480 long nScaledTargetX = nDstX * fScale; in copyArea()
537 RefreshRect( nDstX, nDstY, nSrcWidth, nSrcHeight ); in copyArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dgdiimpl.cxx677 int nDstX = static_cast<int>(aPosAry.mnDestX); in drawBitmap() local
696 BitBlt( hMemDC.get(), 0, 0, nDstWidth, nDstHeight, hDC, nDstX, nDstY, SRCCOPY ); in drawBitmap()
730 BitBlt( hDC, nDstX, nDstY, nDstWidth, nDstHeight, hMemDC.get(), 0, 0, SRCCOPY ); in drawBitmap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dgdiimpl.cxx687 int nDstX = static_cast<int>(aPosAry.mnDestX); in drawBitmap() local
706 BitBlt( hMemDC.get(), 0, 0, nDstWidth, nDstHeight, hDC, nDstX, nDstY, SRCCOPY ); in drawBitmap()
740 BitBlt( hDC, nDstX, nDstY, nDstWidth, nDstHeight, hMemDC.get(), 0, 0, SRCCOPY ); in drawBitmap()
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdalwarpkernel_opencl.cpp895 int nDstX = get_global_id(0);
897 float2 fDst = (float2)((0.5f * (float)iCoordMult + nDstX) /
903 if (nDstX >= iDstWidth || nDstY >= iDstHeight)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdalwarpkernel_opencl.cpp895 int nDstX = get_global_id(0);
897 float2 fDst = (float2)((0.5f * (float)iCoordMult + nDstX) /
903 if (nDstX >= iDstWidth || nDstY >= iDstHeight)
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalwarpkernel_opencl.cpp895 int nDstX = get_global_id(0);
897 float2 fDst = (float2)((0.5f * (float)iCoordMult + nDstX) /
903 if (nDstX >= iDstWidth || nDstY >= iDstHeight)