Searched refs:dstPitch (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dpointer.c229 size_t sizeRequest, sizeRgba, sizeMask, srcPitch, dstPitch; local
249 dstPitch = (w + 7) / 8;
250 sizeMask = ((dstPitch * h) + 3) & (size_t) ~3;
265 w, h, (int) sizeMask, (int) sizeRgba, (int) dstPitch);
296 ++y, pm += srcPitch, ps += srcPitch, m += dstPitch)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxD3DIf.cpp234 uint32_t srcPitch, dstPitch; local
240 dstPitch = pLockInfo->Pitch;
246 dstPitch = pAlloc->SurfDesc.pitch;
251 uint32_t pitch = RT_MIN(srcPitch, dstPitch);
257 pvDst += dstPitch;
264 uint32_t srcPitch, dstPitch; local
274 dstPitch = pLockInfo->Pitch;
280 dstPitch = pAlloc->SurfDesc.pitch;
284 if (pRect->right - pRect->left == pAlloc->SurfDesc.width && srcPitch == dstPitch)
291 uint32_t pitch = RT_MIN(srcPitch, dstPitch);
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86xv.h259 int srcPitchuv, int dstPitch, int h, int w);
264 void *dst, int srcPitch, int dstPitch, int h, int w);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86xv.h222 int srcPitchuv, int dstPitch, int h, int w);
227 void *dst, int srcPitch, int dstPitch, int h, int w);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86xv.h258 int dstPitch,
268 int dstPitch,
H A Dxaalocal.h1611 int dstPitch, /* in dwords */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86xv.h258 int dstPitch,
268 int dstPitch,
H A Dxaalocal.h1611 int dstPitch, /* in dwords */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86xv.h258 int dstPitch,
268 int dstPitch,
H A Dxaalocal.h1600 int dstPitch, /* in dwords */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86xv.h258 int dstPitch,
268 int dstPitch,
H A Dxaalocal.h1604 int dstPitch, /* in dwords */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86xv.h261 int dstPitch,
271 int dstPitch,
H A Dxaalocal.h1604 int dstPitch, /* in dwords */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86xv.h261 int dstPitch,
271 int dstPitch,
H A Dxaalocal.h1604 int dstPitch, /* in dwords */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86xv.h261 int dstPitch,
271 int dstPitch,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86xv.h256 int dstPitch,
266 int dstPitch,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86xv.h270 int dstPitch,
280 int dstPitch,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86xv.h270 int dstPitch,
280 int dstPitch,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86xv.h270 int dstPitch,
280 int dstPitch,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86xv.h259 int srcPitchuv, int dstPitch, int h, int w);
264 void *dst, int srcPitch, int dstPitch, int h, int w);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86xv.h259 int srcPitchuv, int dstPitch, int h, int w);
264 void *dst, int srcPitch, int dstPitch, int h, int w);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86xv.h259 int srcPitchuv, int dstPitch, int h, int w);
264 void *dst, int srcPitch, int dstPitch, int h, int w);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86xv.h256 int dstPitch,
266 int dstPitch,

Completed in 140 milliseconds

12