Home
last modified time | relevance | path

Searched refs:nDeltaY (Results 1 – 25 of 67) sorted by relevance

123

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/
H A Dscrwin.cxx273 void ScrollableWindow::Scroll( long nDeltaX, long nDeltaY, ScrollFlags ) in Scroll() argument
276 Size aDeltaPix( LogicToPixel( Size(nDeltaX, nDeltaY) ) ); in Scroll()
292 if ( nDeltaY != 0 ) in Scroll()
306 nDeltaY = aDelta.Height(); in Scroll()
310 if ( nDeltaX != 0 || nDeltaY != 0 ) in Scroll()
322 Window::Scroll(-nDeltaX, -nDeltaY, in Scroll()
339 if ( nDeltaY ) in Scroll()
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dllrasterize.cpp272 int nDeltaY = std::abs(iY1 - iY); in GDALdllImageLine() local
279 if( nDeltaX >= nDeltaY ) in GDALdllImageLine()
281 const int nXError = nDeltaY << 1; in GDALdllImageLine()
322 const int nYError = nXError - (nDeltaY << 1); in GDALdllImageLine()
323 int nError = nXError - nDeltaY; in GDALdllImageLine()
328 nDeltaY == 0 in GDALdllImageLine()
330 : (dfVariant1 - dfVariant) / nDeltaY; in GDALdllImageLine()
337 nDeltaY --; in GDALdllImageLine()
340 while( nDeltaY-- >= 0 ) in GDALdllImageLine()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dllrasterize.cpp272 int nDeltaY = std::abs(iY1 - iY); in GDALdllImageLine() local
279 if( nDeltaX >= nDeltaY ) in GDALdllImageLine()
281 const int nXError = nDeltaY << 1; in GDALdllImageLine()
322 const int nYError = nXError - (nDeltaY << 1); in GDALdllImageLine()
323 int nError = nXError - nDeltaY; in GDALdllImageLine()
328 nDeltaY == 0 in GDALdllImageLine()
330 : (dfVariant1 - dfVariant) / nDeltaY; in GDALdllImageLine()
337 nDeltaY --; in GDALdllImageLine()
340 while( nDeltaY-- >= 0 ) in GDALdllImageLine()
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dllrasterize.cpp272 int nDeltaY = std::abs(iY1 - iY); in GDALdllImageLine() local
279 if( nDeltaX >= nDeltaY ) in GDALdllImageLine()
281 const int nXError = nDeltaY << 1; in GDALdllImageLine()
322 const int nYError = nXError - (nDeltaY << 1); in GDALdllImageLine()
323 int nError = nXError - nDeltaY; in GDALdllImageLine()
328 nDeltaY == 0 in GDALdllImageLine()
330 : (dfVariant1 - dfVariant) / nDeltaY; in GDALdllImageLine()
337 nDeltaY --; in GDALdllImageLine()
340 while( nDeltaY-- >= 0 ) in GDALdllImageLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dbmpacc.cxx263 sal_Int16 nDeltaY((fY - (nY + 0.5)) * 255.0); // [-255 .. 255] in GetInterpolatedColorWithFallback() local
277 if(nDeltaY > 0) in GetInterpolatedColorWithFallback()
284 nDeltaY = -nDeltaY; in GetInterpolatedColorWithFallback()
298 if(nDeltaY && nIndY >= 0 && nIndY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback()
306 …if(nDeltaX && nDeltaY && nIndX >=0 && nIndY >= 0 && nIndX < mpBuffer->mnWidth && nIndY < mpBuffer-… in GetInterpolatedColorWithFallback()
326 aRetval.Merge(aYCol, 255 - nDeltaY); in GetInterpolatedColorWithFallback()
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dllrasterize.cpp309 int nDeltaY = ABS( iY1 - iY ); in GDALdllImageLine() local
316 if ( nDeltaX >= nDeltaY ) in GDALdllImageLine()
318 const int nXError = nDeltaY << 1; in GDALdllImageLine()
346 const int nYError = nXError - (nDeltaY << 1); in GDALdllImageLine()
347 int nError = nXError - nDeltaY; in GDALdllImageLine()
350 double dfDeltaVariant = (nDeltaY == 0) ? 0 : (dfVariant1 - dfVariant) / in GDALdllImageLine()
351 (double)nDeltaY; in GDALdllImageLine()
353 while ( nDeltaY-- >= 0 ) in GDALdllImageLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/dlged/
H A Ddlgedfunc.cxx51 tools::Long nDeltaY = pVScroll->GetLineSize(); in ForceScroll() local
61 nDeltaY = -nDeltaY; in ForceScroll()
63 nDeltaY = 0; in ForceScroll()
67 if( nDeltaY ) in ForceScroll()
68 pVScroll->SetThumbPos( pVScroll->GetThumbPos() + nDeltaY ); in ForceScroll()
72 if( nDeltaY ) in ForceScroll()
H A Ddlgedview.cxx78 sal_Int32 nDeltaY = rDlgEditor.GetVScroll()->GetLineSize(); in MakeVisible() local
87 nScrollY += nDeltaY; in MakeVisible()
90 nScrollY -= nDeltaY; in MakeVisible()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/dlged/
H A Ddlgedfunc.cxx51 long nDeltaY = pVScroll->GetLineSize(); in ForceScroll() local
61 nDeltaY = -nDeltaY; in ForceScroll()
63 nDeltaY = 0; in ForceScroll()
67 if( nDeltaY ) in ForceScroll()
68 pVScroll->SetThumbPos( pVScroll->GetThumbPos() + nDeltaY ); in ForceScroll()
72 if( nDeltaY ) in ForceScroll()
H A Ddlgedview.cxx80 sal_Int32 nDeltaY = rDlgEditor.GetVScroll()->GetLineSize(); in MakeVisible() local
89 nScrollY += nDeltaY; in MakeVisible()
92 nScrollY -= nDeltaY; in MakeVisible()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/input/sdl/
H A Dinp_sdl.cpp389 int nDeltaX, nDeltaY; in SDLinpFind() local
399 nDeltaY = SDLinpMouseAxis(0, 1); in SDLinpFind()
400 if (abs(nDeltaX) < abs(nDeltaY)) { in SDLinpFind()
401 if (nDeltaY != 0) { in SDLinpFind()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/input/sdl/
H A Dinp_sdl.cpp389 int nDeltaX, nDeltaY; in SDLinpFind() local
399 nDeltaY = SDLinpMouseAxis(0, 1); in SDLinpFind()
400 if (abs(nDeltaX) < abs(nDeltaY)) { in SDLinpFind()
401 if (nDeltaY != 0) { in SDLinpFind()
H A Dinp_sdl2.cpp687 int nDeltaX, nDeltaY; in SDLinpFind() local
697 nDeltaY = SDLinpMouseAxis(0, 1); in SDLinpFind()
698 if (abs(nDeltaX) < abs(nDeltaY)) { in SDLinpFind()
699 if (nDeltaY != 0) { in SDLinpFind()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A DBitmapReadAccess.cxx156 sal_Int16 nDeltaY((fY - (nY + 0.5)) * 255.0); // [-255 .. 255] in GetInterpolatedColorWithFallback() local
170 if (nDeltaY > 0) in GetInterpolatedColorWithFallback()
177 nDeltaY = -nDeltaY; in GetInterpolatedColorWithFallback()
191 if (nDeltaY && nIndY >= 0 && nIndY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback()
199 if (nDeltaX && nDeltaY && nIndX >= 0 && nIndY >= 0 && nIndX < mpBuffer->mnWidth in GetInterpolatedColorWithFallback()
220 aRetval.Merge(aYCol, 255 - nDeltaY); in GetInterpolatedColorWithFallback()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dcommandevent.cxx83 CommandScrollData::CommandScrollData( long nDeltaX, long nDeltaY ) in CommandScrollData() argument
86 mnDeltaY = nDeltaY; in CommandScrollData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dcommandevent.cxx83 CommandScrollData::CommandScrollData( tools::Long nDeltaX, tools::Long nDeltaY ) in CommandScrollData() argument
86 mnDeltaY = nDeltaY; in CommandScrollData()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DResizeDlg.cpp417 const int nDeltaY = cy - pdd->m_sizeClient.cy; in UpdateWindowSize() local
438 rc.top += nDeltaY; in UpdateWindowSize()
439 rc.bottom += nDeltaY; in UpdateWindowSize()
451 rc.bottom += nDeltaY; in UpdateWindowSize()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/win32/
H A DResizeDlg.cpp417 const int nDeltaY = cy - pdd->m_sizeClient.cy; in UpdateWindowSize() local
438 rc.top += nDeltaY; in UpdateWindowSize()
439 rc.bottom += nDeltaY; in UpdateWindowSize()
451 rc.bottom += nDeltaY; in UpdateWindowSize()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dsound_logic.cpp349 int32 nDeltaX, nDeltaY, nDeltaZ; in CalculateEffectiveVolume() local
383 nDeltaY = abs(nMegaY - nSoundY); in CalculateEffectiveVolume()
387 nMaxDelta = MAX(nDeltaX, MAX(nDeltaY, nDeltaZ)); in CalculateEffectiveVolume()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dscrwin.hxx62 …virtual void Scroll( long nDeltaX, long nDeltaY, ScrollFlags nFlags = ScrollFlags::NONE ) overr…
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei_abr/src/
H A Dfei_utils.cpp289 mfxI32 nDeltaY = abs(y1 - y0); in DrawLine() local
304 nError -= nDeltaY; in DrawLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dframe.cxx574 tools::Long nDeltaY = rBorder.Top() + rBorder.Bottom(); in SetToolSpaceBorderPixel_Impl() local
575 if ( aSize.Height() > nDeltaY ) in SetToolSpaceBorderPixel_Impl()
576 aSize.AdjustHeight( -nDeltaY ); in SetToolSpaceBorderPixel_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dframe.cxx597 long nDeltaY = rBorder.Top() + rBorder.Bottom(); in SetToolSpaceBorderPixel_Impl() local
598 if ( aSize.Height() > nDeltaY ) in SetToolSpaceBorderPixel_Impl()
599 aSize.AdjustHeight( -nDeltaY ); in SetToolSpaceBorderPixel_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabview3.cxx950 SCROW nDeltaY = aViewData.GetPosY(eAlignY); in AlignToCursor() local
992 nCurY < nDeltaY || nCurY >= nDeltaY+nSizeY ) in AlignToCursor()
1020 SCROW nDiff = nWPosY - nDeltaY; in AlignToCursor()
1038 SCROW nNewDeltaY = nDeltaY; in AlignToCursor()
1051 if ( nCurY < nDeltaY || nCurY >= nDeltaY+nSizeY || bForceNew ) in AlignToCursor()
1073 if ( nCurY < nDeltaY || nCurY >= nDeltaY+nSizeY ) in AlignToCursor()
1075 nNewDeltaY = nDeltaY + nCurY - aViewData.GetCurY(); in AlignToCursor()
1140 if ( nNewDeltaY != nDeltaY ) in AlignToCursor()
1149 if ( nNewDeltaY != nDeltaY ) in AlignToCursor()
1150 ScrollY( nNewDeltaY - nDeltaY, eAlignY ); in AlignToCursor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabview3.cxx927 SCROW nDeltaY = aViewData.GetPosY(eAlignY); in AlignToCursor() local
969 nCurY < nDeltaY || nCurY >= nDeltaY+nSizeY ) in AlignToCursor()
997 SCROW nDiff = nWPosY - nDeltaY; in AlignToCursor()
1015 SCROW nNewDeltaY = nDeltaY; in AlignToCursor()
1028 if ( nCurY < nDeltaY || nCurY >= nDeltaY+nSizeY || bForceNew ) in AlignToCursor()
1050 if ( nCurY < nDeltaY || nCurY >= nDeltaY+nSizeY ) in AlignToCursor()
1052 nNewDeltaY = nDeltaY + nCurY - aViewData.GetCurY(); in AlignToCursor()
1117 if ( nNewDeltaY != nDeltaY ) in AlignToCursor()
1126 if ( nNewDeltaY != nDeltaY ) in AlignToCursor()
1127 ScrollY( nNewDeltaY - nDeltaY, eAlignY ); in AlignToCursor()

123