/reactos/dll/win32/windowscodecs/ |
H A D | scaler.c | 197 UINT src_x, src_y; in NearestNeighbor_CopyScanline() local 203 src_x = (dst_x + i) * This->src_width / This->width - src_data_x; in NearestNeighbor_CopyScanline() 204 … memcpy(pbBuffer + bytesperpixel * i, src_data[src_y] + bytesperpixel * src_x, bytesperpixel); in NearestNeighbor_CopyScanline()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/ |
H A D | vnc.h | 58 extern void vncQueueCopyRect(rfbScreenInfoPtr s, int x, int y, int w, int h, int src_x, int src_y);
|
/reactos/dll/win32/comctl32/ |
H A D | imagelist.c | 1291 int src_x, int src_y, int cx, int cy, BLENDFUNCTION func, in alpha_blend_image() argument 1322 if (!BitBlt(hdc, 0, 0, cx, cy, srce_dc, src_x, src_y, SRCCOPY)) in alpha_blend_image() 1328 BitBlt( hdc, 0, 0, cx, cy, himl->hdcImage, src_x, src_y, SRCCOPY ); in alpha_blend_image() 1392 if (!BitBlt( hdc, 0, 0, cx, cy, srce_dcMask, src_x, src_y, SRCCOPY)) in alpha_blend_image() 1421 int src_x, int src_y, int cx, int cy, COLORREF rgbFg, in saturate_image() argument 1457 if (!BitBlt(hdc, 0, 0, cx, cy, himl->hdcImage, src_x, src_y, SRCCOPY)) in saturate_image() 1484 if (!BitBlt(hdcMask, 0, 0, cx, cy, himl->hdcMask, src_x, src_y, SRCCOPY)) in saturate_image()
|
H A D | comctl32_ros.diff | 628 int src_x, int src_y, int cx, int cy, BLENDFUNCTION func, 642 + BitBlt( hdc, 0, 0, cx, cy, srce_dc, src_x, src_y, SRCCOPY ); 644 BitBlt( hdc, 0, 0, cx, cy, himl->hdcImage, src_x, src_y, SRCCOPY ); 655 + int src_x, int src_y, int cx, int cy, COLORREF rgbFg) 686 + BitBlt(hdc, 0, 0, cx, cy, himl->hdcImage, src_x, src_y, SRCCOPY);
|
/reactos/dll/win32/gdiplus/ |
H A D | graphics.c | 327 HDC hdc, INT src_x, INT src_y, INT src_width, INT src_height) in gdi_alpha_blend() argument 335 hdc, src_x, src_y, src_width, src_height, SRCCOPY); in gdi_alpha_blend() 347 hdc, src_x, src_y, src_width, src_height, bf); in gdi_alpha_blend()
|