Home
last modified time | relevance | path

Searched refs:dststride (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/windowscodecs/
H A Dmain.c60 const WICRect *rc, UINT dststride, UINT dstbuffersize, BYTE *dstbuffer) in copy_pixels() argument
82 if (dststride < bytesperrow) in copy_pixels()
85 if ((dststride * (rc->Height-1)) + bytesperrow > dstbuffersize) in copy_pixels()
90 srcstride == dststride && srcstride == bytesperrow) in copy_pixels()
111 dst += dststride; in copy_pixels()
H A Dwincodecs_private.h174 const WICRect *rc, UINT dststride, UINT dstbuffersize, BYTE *dstbuffer) DECLSPEC_HIDDEN;
H A Dgifformat.c752 UINT dststride, UINT dstbuffersize, BYTE *dstbuffer) in copy_interlaced_pixels() argument
774 if (dststride < rc->Width) in copy_interlaced_pixels()
777 if ((dststride * rc->Height) > dstbuffersize) in copy_interlaced_pixels()
795 dst += dststride; in copy_interlaced_pixels()