Home
last modified time | relevance | path

Searched refs:cyDest (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/editors/calligra/calligra-3.2.1/libs/vectorimage/libemf/
H A DEmfRecords.h81 qint32 cyDest() const { return m_cyDest; }; in cyDest() function
90 QRect destinationRectangle() const { return QRect( xDest(), yDest(), cxDest(), cyDest() ); }; in destinationRectangle()
182 qint32 cyDest() const { return m_cyDest; }; in cyDest() function
187 QRect destinationRectangle() const { return QRect( xDest(), yDest(), cxDest(), cyDest() ); }; in destinationRectangle()
H A DEmfOutputPainterStrategy.cpp1256 << bitBltRecord.cxDest() << bitBltRecord.cyDest() in bitBlt()
1262 bitBltRecord.cxDest(), bitBltRecord.cyDest() ); in bitBlt()
1307 << record.xDest() << record.yDest() << record.cxDest() << record.cyDest(); in stretchDiBits()
1316 QSize targetSize( record.cxDest(), record.cyDest() ); in stretchDiBits()
/dports/games/gnubg/gnubg-1.06.002/
H A Drender.h126 int xDest, int yDest, int cxDest, int cyDest,
133 int xDest, int yDest, int cxDest, int cyDest,
142 int xDest, int yDest, int cxDest, int cyDest,
148 int xDest, int yDest, int cxDest, int cyDest,
H A Drender.c250 int xDest, int yDest, int cxDest, int cyDest, in CopyAreaClip() argument
280 if (yDest + cy > cyDest) in CopyAreaClip()
281 cy = cyDest - yDest; in CopyAreaClip()
344 if (yDest + cy > cyDest) in CopyAreaRotateClip()
345 cy = cyDest - yDest; in CopyAreaRotateClip()
447 if (yDest + cy > cyDest) in AlphaBlendClip()
448 cy = cyDest - yDest; in AlphaBlendClip()
524 if (yDest + cy > cyDest) in AlphaBlendClip2()
525 cy = cyDest - yDest; in AlphaBlendClip2()
598 if (yDest + cy > cyDest) in RefractBlendClip()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/emfio/source/reader/
H A Demfreader.cxx1251 sal_Int32 xDest(0), yDest(0), cxDest(0), cyDest(0); in ReadEnhWMF() local
1262 … mpInputStream->ReadInt32( xDest ).ReadInt32( yDest ).ReadInt32( cxDest ).ReadInt32( cyDest ); in ReadEnhWMF()
1270 cxDest == SAL_MAX_INT32 || cyDest == SAL_MAX_INT32 ) in ReadEnhWMF()
1276 … tools::Rectangle aRect(Point(xDest, yDest), Size(cxDest + 1, cyDest + 1)); in ReadEnhWMF()
1395 sal_Int32 xDest, yDest, cxDest, cyDest, xSrc, ySrc, cxSrc, cySrc; in ReadEnhWMF() local
1402 …am->ReadInt32( xDest ).ReadInt32( yDest ).ReadInt32( cxDest ).ReadInt32( cyDest ).ReadUInt32( dwRo… in ReadEnhWMF()
1413 tools::Rectangle aRect( Point( xDest, yDest ), Size( cxDest, cyDest ) ); in ReadEnhWMF()
1458 sal_Int32 xDest, yDest, xSrc, ySrc, cxSrc, cySrc, cxDest, cyDest; in ReadEnhWMF() local
1476 .ReadInt32( cyDest ); in ReadEnhWMF()
1488 aRect.SaturatingSetSize(Size(cxDest, cyDest)); in ReadEnhWMF()
/dports/editors/libreoffice/libreoffice-7.2.6.2/emfio/source/reader/
H A Demfreader.cxx1483 sal_Int32 xDest(0), yDest(0), cxDest(0), cyDest(0); in ReadEnhWMF() local
1494 … mpInputStream->ReadInt32( xDest ).ReadInt32( yDest ).ReadInt32( cxDest ).ReadInt32( cyDest ); in ReadEnhWMF()
1502 cxDest == SAL_MAX_INT32 || cyDest == SAL_MAX_INT32 ) in ReadEnhWMF()
1508 … tools::Rectangle aRect(Point(xDest, yDest), Size(cxDest + 1, cyDest + 1)); in ReadEnhWMF()
1627 sal_Int32 xDest, yDest, cxDest, cyDest, xSrc, ySrc, cxSrc, cySrc; in ReadEnhWMF() local
1634 …am->ReadInt32( xDest ).ReadInt32( yDest ).ReadInt32( cxDest ).ReadInt32( cyDest ).ReadUInt32( dwRo… in ReadEnhWMF()
1645 tools::Rectangle aRect( Point( xDest, yDest ), Size( cxDest, cyDest ) ); in ReadEnhWMF()
1690 sal_Int32 xDest, yDest, xSrc, ySrc, cxSrc, cySrc, cxDest, cyDest; in ReadEnhWMF() local
1708 .ReadInt32( cyDest ); in ReadEnhWMF()
1720 aRect.SaturatingSetSize(Size(cxDest, cyDest)); in ReadEnhWMF()
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dgenemf.h1103 EMFlong cyDest; member
1124 EMFlong cyDest; member
1147 EMFlong cyDest; member
1230 EMFlong cyDest; member
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dgenemf.h1106 EMFlong cyDest; member
1127 EMFlong cyDest; member
1150 EMFlong cyDest; member
1233 EMFlong cyDest; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/printing/
H A Demf_win.cc277 sdib_record->cxDest, sdib_record->cyDest, in SafePlayback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/printing/
H A Demf_win.cc279 sdib_record->cxDest, sdib_record->cyDest, in SafePlayback()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2452 LONG cyDest;
2637 LONG cyDest;
2669 LONG cyDest;
2910 LONG cyDest;
3198 LONG cyDest;
3230 LONG cyDest;
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2452 LONG cyDest;
2637 LONG cyDest;
2669 LONG cyDest;
2910 LONG cyDest;
3198 LONG cyDest;
3230 LONG cyDest;
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2451 LONG cyDest;
2636 LONG cyDest;
2668 LONG cyDest;
2909 LONG cyDest;
3197 LONG cyDest;
3229 LONG cyDest;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2452 LONG cyDest;
2637 LONG cyDest;
2669 LONG cyDest;
2910 LONG cyDest;
3198 LONG cyDest;
3230 LONG cyDest;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2451 LONG cyDest;
2636 LONG cyDest;
2668 LONG cyDest;
2909 LONG cyDest;
3197 LONG cyDest;
3229 LONG cyDest;
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2451 LONG cyDest;
2636 LONG cyDest;
2668 LONG cyDest;
2909 LONG cyDest;
3197 LONG cyDest;
3229 LONG cyDest;
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2451 LONG cyDest;
2636 LONG cyDest;
2668 LONG cyDest;
2909 LONG cyDest;
3197 LONG cyDest;
3229 LONG cyDest;
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2451 LONG cyDest;
2636 LONG cyDest;
2668 LONG cyDest;
2909 LONG cyDest;
3197 LONG cyDest;
3229 LONG cyDest;
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2451 LONG cyDest;
2636 LONG cyDest;
2668 LONG cyDest;
2909 LONG cyDest;
3197 LONG cyDest;
3229 LONG cyDest;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2452 LONG cyDest;
2637 LONG cyDest;
2669 LONG cyDest;
2910 LONG cyDest;
3198 LONG cyDest;
3230 LONG cyDest;
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynGdiPlus.pas2168 Ref.DrawBitmap(xSrc,ySrc,cxDest,cyDest, xDest,yDest,cxDest,cyDest,
2179 Ref.DrawBitmap(xSrc,ySrc,cxSrc,cySrc, xDest,yDest,cxDest,cyDest,
2190 Ref.DrawBitmap(xSrc,ySrc,cxSrc,cySrc, xDest,yDest,cxDest,cyDest,
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/document/
H A Demf_export.py173 epix.cyDest = int(r.height()*scale)
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwingdi.h1411 LONG cyDest; member
1687 LONG cyDest; member
1889 LONG cyDest; member
1919 LONG cyDest; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwingdi.h3960 LONG cyDest; member
3979 LONG cyDest; member
4000 LONG cyDest; member
4078 LONG cyDest; member
4232 LONG cyDest; member
4262 LONG cyDest; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwingdi.h3960 LONG cyDest; member
3979 LONG cyDest; member
4000 LONG cyDest; member
4078 LONG cyDest; member
4232 LONG cyDest; member
4262 LONG cyDest; member

12345678