Home
last modified time | relevance | path

Searched refs:nYStep (Results 1 – 19 of 19) sorted by relevance

/dports/net/spiritvnc/spiritvnc-fltk-0.4.6/src/
H A Dapp.cxx2611 int nYStep = 31; in svShowAppOptions() local
2662 Fl_Box * lblSep01 = new Fl_Box(nXPos, nYPos += nYStep + 14, in svShowAppOptions()
2682 SVInput * inListFont = new SVInput(nXPos, nYPos += nYStep, 210, 28, in svShowAppOptions()
2738 nYPos += nYStep; in svShowAppOptions()
2825 int nYStep = 40; in svShowF8Window() local
2946 int nYStep = 28; in svShowItemOptions() local
3024 SVInput * inVNCCompressLevel = new SVInput(nXPos, nYPos += nYStep, in svShowItemOptions()
3034 SVInput * inVNCQualityLevel = new SVInput(nXPos, nYPos += nYStep, in svShowItemOptions()
3121 Fl_Box * bxSSHSection = new Fl_Box(nXPos, nYPos += nYStep, in svShowItemOptions()
3150 SVInput * inSSHPubKey = new SVInput(nXPos, nYPos += nYStep, in svShowItemOptions()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei_abr/src/
H A Dfei_utils.cpp291 mfxI32 nYStep; in DrawLine() local
293 nYStep = 1; in DrawLine()
295 nYStep = -1; in DrawLine()
307 y0 += nYStep; in DrawLine()
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dllrasterize.cpp313 const int nYStep = ( iY > iY1 ) ? -1 : 1; in GDALdllImageLine() local
336 iY += nYStep; in GDALdllImageLine()
360 iY += nYStep; in GDALdllImageLine()
H A Dgdalgrid.cpp1279 GUInt32 nYStep; member
1350 const GUInt32 nYStep = psJob->nYStep; in GDALGridJobProcess() local
1385 for ( nYPoint = nYStart; nYPoint < nYSize; nYPoint += nYStep ) in GDALGridJobProcess()
1715 sJob.nYStep = 1; in GDALGridCreate()
1763 sJob.nYStep = nThreads; in GDALGridCreate()
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dllrasterize.cpp276 const int nYStep = ( iY > iY1 ) ? -1 : 1; in GDALdllImageLine() local
310 iY += nYStep; in GDALdllImageLine()
347 iY += nYStep; in GDALdllImageLine()
H A Dgdalgrid.cpp1523 GUInt32 nYStep; member
1609 const GUInt32 nYStep = psJob->nYStep; in GDALGridJobProcess() local
1631 for( GUInt32 nYPoint = nYStart; nYPoint < nYSize; nYPoint += nYStep ) in GDALGridJobProcess()
2273 sJob.nYStep = 1; in GDALGridContextProcess()
2312 sJob.nYStep = nThreads; in GDALGridContextProcess()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dllrasterize.cpp276 const int nYStep = ( iY > iY1 ) ? -1 : 1; in GDALdllImageLine() local
310 iY += nYStep; in GDALdllImageLine()
347 iY += nYStep; in GDALdllImageLine()
H A Dgdalgrid.cpp1523 GUInt32 nYStep; member
1609 const GUInt32 nYStep = psJob->nYStep; in GDALGridJobProcess() local
1631 for( GUInt32 nYPoint = nYStart; nYPoint < nYSize; nYPoint += nYStep ) in GDALGridJobProcess()
2273 sJob.nYStep = 1; in GDALGridContextProcess()
2312 sJob.nYStep = nThreads; in GDALGridContextProcess()
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dllrasterize.cpp276 const int nYStep = ( iY > iY1 ) ? -1 : 1; in GDALdllImageLine() local
310 iY += nYStep; in GDALdllImageLine()
347 iY += nYStep; in GDALdllImageLine()
H A Dgdalgrid.cpp1523 GUInt32 nYStep; member
1609 const GUInt32 nYStep = psJob->nYStep; in GDALGridJobProcess() local
1631 for( GUInt32 nYPoint = nYStart; nYPoint < nYSize; nYPoint += nYStep ) in GDALGridJobProcess()
2273 sJob.nYStep = 1; in GDALGridContextProcess()
2312 sJob.nYStep = nThreads; in GDALGridContextProcess()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdetc.cxx295 const sal_uInt32 nYStep((nHeight > nMaxSteps) ? nHeight / nMaxSteps : 1); in GetDraftFillColor() local
298 for(sal_uInt32 nY(0); nY < nHeight; nY += nYStep) in GetDraftFillColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdetc.cxx306 const sal_uInt32 nYStep((nHeight > nMaxSteps) ? nHeight / nMaxSteps : 1); in GetDraftFillColor() local
309 for(sal_uInt32 nY(0); nY < nHeight; nY += nYStep) in GetDraftFillColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/misc/
H A Doutline.cxx903 const long nYStep = (aSize.Height() - 6)/ MAXLEVEL; in Paint() local
910 const long nFontHeight = nYStep * ( bPosition ? 15 : 6 ) / 10; in Paint()
1031 for (sal_uInt8 nLevel = 0; nLevel < MAXLEVEL; ++nLevel, nYStart = nYStart + nYStep) in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/misc/
H A Doutline.cxx902 const tools::Long nYStep = (aSize.Height() - 6)/ MAXLEVEL; in Paint() local
909 const tools::Long nFontHeight = nYStep * ( bPosition ? 15 : 6 ) / 10; in Paint()
1030 for (sal_uInt8 nLevel = 0; nLevel < MAXLEVEL; ++nLevel, nYStart = nYStart + nYStep) in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dnumpages.cxx2224 … long nYStep = (aSize.Height() - 6)/ (pActNum->GetLevelCount() > 1 ? pActNum->GetLevelCount() : 5); in Paint() local
2230 long nFontHeight = nYStep * 6 / 10; in Paint()
2232 nFontHeight = nYStep * 15 / 10; in Paint()
2379 …or (sal_uInt16 nLevel = 0; nLevel < pActNum->GetLevelCount(); ++nLevel, nYStart = nYStart + nYStep) in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dnumpages.cxx2217 …tools::Long nYStep = (aSize.Height() - 6)/ (pActNum->GetLevelCount() > 1 ? pActNum->GetLevelCount(… in Paint() local
2223 tools::Long nFontHeight = nYStep * 6 / 10; in Paint()
2225 nFontHeight = nYStep * 15 / 10; in Paint()
2372 …or (sal_uInt16 nLevel = 0; nLevel < pActNum->GetLevelCount(); ++nLevel, nYStart = nYStart + nYStep) in Paint()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DScene.cpp1675 int nYStep = (height / (I->Height + 1)) + 1; in SceneMakeSizedImage() local
1693 int total_steps = nXStep * nYStep; in SceneMakeSizedImage()
1699 for(y = 0; y < nYStep; y++) { in SceneMakeSizedImage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog308149 No apparent reason to limit nYStep to sal_uInt16 instead of long
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog570198 No apparent reason to limit nYStep to sal_uInt16 instead of long