Home
last modified time | relevance | path

Searched defs:yMod (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dquicktime.cpp347 uint32 yMod = _fd->readUint32BE(); in readMVHD() local
413 uint32 yMod = _fd->readUint32BE(); in readTKHD() local
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dquicktime.cpp348 uint32 yMod = _fd->readUint32BE(); in readMVHD() local
414 uint32 yMod = _fd->readUint32BE(); in readTKHD() local
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dquicktime.cpp347 uint32 yMod = _fd->readUint32BE(); in readMVHD() local
412 uint32 yMod = _fd->readUint32BE(); in readTKHD() local
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DOrderedDitherOpImage.java621 int yMod = (y0 + h)%maskHeight; in computeRectByte() local
659 int dwidth, int xMod, int yMod) { in computeLineByteLUT3()
716 int dwidth, int xMod, int yMod) { in computeLineByteLUTN()
775 int yMod = (y0 + h)%maskHeight; in computeRectByteGeneral() local
/dports/comms/fldigi/fldigi-4.1.20/src/logbook/
H A Dtable.cxx963 int yMod = iY - vScroll->value(); in where() local
1570 int yMod = iY - vScroll->value(); in draw() local
/dports/comms/fllog/fllog-1.2.6/src/widgets/
H A Dtable.cxx953 int yMod = iY - vScroll->value(); in where() local
1561 int yMod = iY - vScroll->value(); in draw() local
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/comafx/
H A DCDIB.cpp397 int xMod,yMod; in StretchBlt() local
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/graphics/
H A Dscreen_eob.cpp1216 int16 *yMod = (int16 *)&_dsTempPage[900]; in drawVortex() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/graphics/
H A Dscreen_eob.cpp1131 int16 *yMod = (int16 *)&_dsTempPage[900]; in drawVortex() local
/dports/graphics/opencv/opencv-4.5.3/modules/objdetect/src/
H A Dhog.cpp415 int yMod = y%3; in computeGradient() local