Searched refs:dststride (Results 1 – 3 of 3) sorted by relevance
60 const WICRect *rc, UINT dststride, UINT dstbuffersize, BYTE *dstbuffer) in copy_pixels() argument82 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()
174 const WICRect *rc, UINT dststride, UINT dstbuffersize, BYTE *dstbuffer) DECLSPEC_HIDDEN;
752 UINT dststride, UINT dstbuffersize, BYTE *dstbuffer) in copy_interlaced_pixels() argument774 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()