/reactos/base/applications/mstsc/ |
H A D | bsops.c | 332 int * srcx, int * srcy) in bs_warp_coords() argument 373 if (srcx != 0) in bs_warp_coords() 375 *srcx = *srcx + dx; in bs_warp_coords() 470 int srcx, int srcy) in bs_screenblt() argument 486 src = get_bs_ptr(srcx, srcy + i); in bs_screenblt() 498 src = get_bs_ptr(srcx, srcy + i); in bs_screenblt() 510 src = get_bs_ptr(srcx, srcy + i); in bs_screenblt() 527 p = bs_get_pixel(srcx + j, srcy + i); in bs_screenblt() 538 p = bs_get_pixel(srcx + j, srcy + i); in bs_screenblt() 549 p = bs_get_pixel(srcx + j, srcy + i); in bs_screenblt() [all …]
|
H A D | bsops.h | 36 int * srcx, int * srcy); 39 int srcx, int srcy); 42 int srcx, int srcy);
|
H A D | uimain.c | 113 mi_screen_copy(int x, int y, int cx, int cy, int srcx, int srcy); 540 void * src, int srcx, int srcy, in ui_triblt() argument 549 void * src, int srcx, int srcy) in ui_memblt() argument 555 srcx, srcy); in ui_memblt() 582 int srcx, int srcy) in ui_screenblt() argument 584 bs_screenblt(opcode, x, y, cx, cy, srcx, srcy); in ui_screenblt() 587 mi_screen_copy(x, y, cx, cy, srcx, srcy); in ui_screenblt()
|
H A D | orders.h | 90 sint16 srcx; member 142 sint16 srcx; member 162 sint16 srcx; member
|
H A D | proto.h | 290 void ui_screenblt(uint8 opcode, int x, int y, int cx, int cy, int srcx, int srcy); 291 void ui_memblt(uint8 opcode, int x, int y, int cx, int cy, RD_HBITMAP src, int srcx, int srcy); 292 void ui_triblt(uint8 opcode, int x, int y, int cx, int cy, RD_HBITMAP src, int srcx, int srcy, 301 void ui_draw_glyph(int mixmode, int x, int y, int cx, int cy, RD_HGLYPH glyph, int srcx, int srcy,
|
H A D | orders.c | 282 rdp_in_coord(s, &os->srcx, delta); in process_screenblt() 288 os->opcode, os->x, os->y, os->cx, os->cy, os->srcx, os->srcy)); in process_screenblt() 290 ui_screenblt(ROP2_S(os->opcode), os->x, os->y, os->cx, os->cy, os->srcx, os->srcy); in process_screenblt() 436 rdp_in_coord(s, &os->srcx, delta); in process_memblt() 451 ui_memblt(ROP2_S(os->opcode), os->x, os->y, os->cx, os->cy, bitmap, os->srcx, os->srcy); in process_memblt() 483 rdp_in_coord(s, &os->srcx, delta); in process_triblt() 513 bitmap, os->srcx, os->srcy, &brush, os->bgcolour, os->fgcolour); in process_triblt()
|
H A D | win32.c | 1283 mi_screen_copy(int x, int y, int cx, int cy, int srcx, int srcy) in mi_screen_copy() argument 1304 rect.left = srcx - g_xscroll; in mi_screen_copy() 1315 ScrollWindowEx(g_Wnd, x - srcx, y - srcy, &rect, &draw_rect, in mi_screen_copy()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/ |
H A D | vnc.c | 685 srcx += x - ox; in ui_screenblt() 703 srcx += x - ox; in ui_memblt() 804 for (xx = srcx; xx < srcx + cx; xx++) in ui_draw_glyph() 816 srcx += x - ox; in ui_draw_glyph() 825 srcx += x - ox; in ui_draw_glyph() 949 int ox, oy, srcx, srcy; in ui_desktop_restore() local 951 srcx = srcy = 0; in ui_desktop_restore() 965 srcx += x - ox; in ui_desktop_restore() 1098 int xsrc = srcx + xx - x; in vncTransBlitFrom() 1127 int xsrc = srcx + xx - x; in vncXorBlitFrom() [all …]
|
H A D | vnc.h | 46 extern void vncCopyBlit(rfbScreenInfoPtr s, int x, int y, int w, int h, int srcx, int srcy); 48 vncBuffer * b, int srcx, int srcy); 50 vncBuffer * b, int srcx, int srcy, int bg); 52 vncBuffer * b, int srcx, int srcy); 54 vncBuffer * b, int srcx, int srcy);
|
/reactos/dll/opengl/mesa/ |
H A D | copypix.c | 69 GLint srcx, GLint srcy, GLint width, GLint height, in copy_rgb_pixels() argument 133 gl_read_color_span( ctx, width, srcx, sy, red, green, blue, alpha ); in copy_rgb_pixels() 200 GLint srcx, GLint srcy, GLint width, GLint height, in copy_ci_pixels() argument 246 gl_read_index_span( ctx, width, srcx, sy, indx ); in copy_ci_pixels() 291 static void copy_depth_pixels( GLcontext* ctx, GLint srcx, GLint srcy, in copy_depth_pixels() argument 350 (*ctx->Driver.ReadDepthSpanFloat)( ctx, width, srcx, sy, depth ); in copy_depth_pixels() 382 static void copy_stencil_pixels( GLcontext* ctx, GLint srcx, GLint srcy, in copy_stencil_pixels() argument 419 gl_read_stencil_span( ctx, width, srcx, sy, stencil ); in copy_stencil_pixels() 482 copy_rgb_pixels( ctx, srcx, srcy, width, height, destx, desty ); in gl_CopyPixels() 485 copy_ci_pixels( ctx, srcx, srcy, width, height, destx, desty ); in gl_CopyPixels() [all …]
|
H A D | copypix.h | 40 GLint srcx, GLint srcy,
|
/reactos/sdk/lib/3rdparty/cardlib/ |
H A D | cardrgnmouse.cpp | 405 BOOL ClippedBitBlt(HDC hdcDest, int x, int y, int width, int height, HDC hdcSrc, int srcx, int srcy… in ClippedBitBlt() argument 407 if(srcx < 0) in ClippedBitBlt() 409 x = 0 - srcx; in ClippedBitBlt() 410 width = width + srcx; in ClippedBitBlt() 411 srcx = 0; in ClippedBitBlt() 421 return BitBlt(hdcDest, x, y, width, height, hdcSrc, srcx, srcy, dwROP); in ClippedBitBlt() 447 int destx, desty, srcx, srcy; in MoveDragCardTo() local 451 destx = 0; srcx = nDragCardWidth - interwidth; in MoveDragCardTo() 455 destx = nDragCardWidth - interwidth; srcx = 0; in MoveDragCardTo() 469 BitBlt(hdcBackGnd, destx,desty, interwidth, interheight, hdcBackGnd, srcx, srcy, SRCCOPY); in MoveDragCardTo()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/ |
H A D | svgawin.c | 343 if (srcx != NULL) in warp_coords() 344 *srcx = *srcx + dx; in warp_coords() 499 else if (srcy > y || srcx > x) // copy up or left in accel_screen_copy() 524 vga_accel(ACCEL_SCREENCOPY, srcx, srcy, x, y, cx, cy); in accel_screen_copy() 1380 HBITMAP src, int srcx, int srcy, in ui_triblt() argument 1388 HBITMAP src, int srcx, int srcy) in ui_memblt() argument 1395 if (warp_coords(&x, &y, &cx, &cy, &srcx, &srcy)) in ui_memblt() 1460 int srcx, int srcy) in ui_screenblt() argument 1466 if (x == srcx && y == srcy) in ui_screenblt() 1468 if (warp_coords(&x, &y, &cx, &cy, &srcx, &srcy)) in ui_screenblt() [all …]
|
H A D | qtewin.cpp | 1115 if (srcx != NULL) in WarpCoords() 1116 *srcx = *srcx + dx; in WarpCoords() 1677 int srcx, int srcy) in ui_screenblt() argument 1686 if (WarpCoords(&x, &y, &cx, &cy, &srcx, &srcy)) in ui_screenblt() 1693 pixel = GETPIXEL8(g_BS, srcx + j, srcy + i, g_width); in ui_screenblt() 1708 pixel = GETPIXEL16(g_BS, srcx + j, srcy + i, g_width); in ui_screenblt() 1742 temp[i * cx + j] = get_pixel(srcx + j, srcy + i); in ui_screenblt() 1752 pixel = get_pixel(srcx + j, srcy + i); in ui_screenblt() 1778 HBITMAP src, int srcx, int srcy) in ui_memblt() argument 1789 if (WarpCoords(&x, &y, &cx, &cy, &srcx, &srcy)) in ui_memblt() [all …]
|
H A D | xxxwin.c | 128 HBITMAP src, int srcx, int srcy, in ui_triblt() argument 135 HBITMAP src, int srcx, int srcy) in ui_memblt() argument 156 int srcx, int srcy) in ui_screenblt() argument
|
H A D | nanoxwin.c | 174 int * srcx, int * srcy) in warp_coords() argument 215 if (srcx != 0) in warp_coords() 217 *srcx = *srcx + dx; in warp_coords() 548 void * src, int srcx, int srcy, in ui_triblt() argument 556 void * src, int srcx, int srcy) in ui_memblt() argument 567 GrCopyArea(g_wnd, g_gc, x, y, cx, cy, (GR_DRAW_ID)src, srcx, srcy, in ui_memblt() 586 s = get_pixel32(source, j + srcx, i + srcy, wi.width, wi.height); in ui_memblt() 627 int srcx, int srcy) in ui_screenblt() argument 631 if (warp_coords(&x, &y, &cx, &cy, &srcx, &srcy)) in ui_screenblt() 633 GrCopyArea(g_wnd, g_gc_clean, x, y, cx, cy, g_wnd, srcx, srcy, in ui_screenblt()
|
H A D | qtwin.cpp | 818 int WarpCoords(int * x, int * y, int * cx, int * cy, int * srcx, int * srcy) in WarpCoords() argument 835 *srcx = *srcx + dx; in WarpCoords() 1023 HBITMAP src, int srcx, int srcy, in ui_triblt() argument 1030 HBITMAP src, int srcx, int srcy) in ui_memblt() argument 1037 g_P1->drawPixmap(x, y, *Pixmap, srcx, srcy, cx, cy); in ui_memblt() 1038 g_P2->drawPixmap(x, y, *Pixmap, srcx, srcy, cx, cy); in ui_memblt() 1115 int srcx, int srcy) in ui_screenblt() argument 1118 bitBltClip(g_MW, g_BS, x, y, NULL, srcx, srcy, cx, cy, Qt::CopyROP, true); in ui_screenblt()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | orders.h | 94 sint16 srcx; member 146 sint16 srcx; member 166 sint16 srcx; member
|
H A D | orders.c | 257 rdp_in_coord(s, &os->srcx, delta); in process_screenblt() 263 os->opcode, os->x, os->y, os->cx, os->cy, os->srcx, os->srcy)); in process_screenblt() 266 ui_screenblt(This, ROP2_S(os->opcode), os->x, os->y, os->cx, os->cy, os->srcx, os->srcy); in process_screenblt() 268 ui_screenblt(This, os->opcode, os->x, os->y, os->cx, os->cy, os->srcx, os->srcy); in process_screenblt() 419 rdp_in_coord(s, &os->srcx, delta); in process_memblt() 435 ui_memblt(This, ROP2_S(os->opcode), os->x, os->y, os->cx, os->cy, bitmap, os->srcx, os->srcy); in process_memblt() 437 ui_memblt(This, os->opcode, os->x, os->y, os->cx, os->cy, bitmap, os->srcx, os->srcy); in process_memblt() 469 rdp_in_coord(s, &os->srcx, delta); in process_triblt() 497 bitmap, os->srcx, os->srcy, &os->brush, os->bgcolour, os->fgcolour); in process_triblt()
|
H A D | proto.h | 265 void ui_screenblt(RDPCLIENT * This, uint8 opcode, int x, int y, int cx, int cy, int srcx, int srcy); 266 void ui_memblt(RDPCLIENT * This, uint8 opcode, int x, int y, int cx, int cy, HBITMAP src, int srcx,… 267 void ui_triblt(RDPCLIENT * This, uint8 opcode, int x, int y, int cx, int cy, HBITMAP src, int srcx,… 276 …lyph(RDPCLIENT * This, int mixmode, int x, int y, int cx, int cy, HGLYPH glyph, int srcx, int srcy,
|
H A D | xwin.c | 2635 /* src */ int srcx, int srcy) in ui_screenblt() argument 2641 This->wnd, This->xwin.gc, srcx, srcy, cx, cy, x, y); in ui_screenblt() 2646 XCopyArea(This->display, This->wnd, This->wnd, This->xwin.gc, srcx, srcy, cx, cy, x, y); in ui_screenblt() 2659 /* src */ HBITMAP src, int srcx, int srcy) in ui_memblt() argument 2665 srcx, srcy, cx, cy, x - sw->xoffset, y - sw->yoffset)); in ui_memblt() 2674 /* src */ HBITMAP src, int srcx, int srcy, in ui_triblt() argument 2683 ui_memblt(This, ROP2_XOR, x, y, cx, cy, src, srcx, srcy); in ui_triblt() 2689 ui_memblt(This, ROP2_AND, x, y, cx, cy, src, srcx, srcy); in ui_triblt() 2694 ui_memblt(This, ROP2_COPY, x, y, cx, cy, src, srcx, srcy); in ui_triblt() 2700 ui_memblt(This, ROP2_COPY, x, y, cx, cy, src, srcx, srcy); in ui_triblt() [all …]
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusgraphics.h | 328 …DrawImage(Image *image, REAL x, REAL y, REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight, Unit … in DrawImage() argument 331 … nativeGraphics, image ? getNat(image) : NULL, x, y, srcx, srcy, srcwidth, srcheight, srcUnit)); in DrawImage() 352 REAL srcx, in DrawImage() argument 362 …nativeGraphics, image ? getNat(image) : NULL, destPoints, count, srcx, srcy, srcwidth, srcheight, … in DrawImage() 370 INT srcx, 380 …phics, image ? getNat(image) : NULL, destRect.X, destRect.Y, destRect.Width, destRect.Height, srcx, 390 INT srcx, 400 …nativeGraphics, image ? getNat(image) : NULL, destPoints, count, srcx, srcy, srcwidth, srcheight, … 418 …DrawImage(Image *image, INT x, INT y, INT srcx, INT srcy, INT srcwidth, INT srcheight, Unit srcUni… in DrawImage() argument 421 … nativeGraphics, image ? getNat(image) : NULL, x, y, srcx, srcy, srcwidth, srcheight, srcUnit)); in DrawImage() [all …]
|
/reactos/dll/win32/gdiplus/ |
H A D | graphics.c | 883 left = (INT)(floorf(srcx)); in get_bitmap_sample_size() 885 right = (INT)(ceilf(srcx+srcwidth)); in get_bitmap_sample_size() 890 left = gdip_round(srcx); in get_bitmap_sample_size() 892 right = gdip_round(srcx+srcwidth); in get_bitmap_sample_size() 3106 srcx = srcx + srcwidth; in GdipDrawImagePointsRect() 3135 srcx = units_to_pixels(srcx, srcUnit, image->xres); in GdipDrawImagePointsRect() 3155 srcx < 0 || srcy < 0 || in GdipDrawImagePointsRect() 3206 mdx = ptf[0].X - m11 * srcx - m21 * srcy; in GdipDrawImagePointsRect() 3209 mdy = ptf[0].Y - m12 * srcx - m22 * srcy; in GdipDrawImagePointsRect() 3308 …if (src_pointf.X >= srcx && src_pointf.X < srcx + srcwidth && src_pointf.Y >= srcy && src_pointf.Y… in GdipDrawImagePointsRect() [all …]
|
H A D | gdiplus_private.h | 100 GDIPCONST GpPointF *points, INT count, REAL srcx, REAL srcy, REAL srcwidth,
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | activex.cpp | 740 void Display_ScreenBlt(uint8 opcode, int x, int y, int cx, int cy, int srcx, int srcy) in Display_ScreenBlt() argument 742 BitBlt(m_displayBuffer, x, y, cx, cy, m_displayBuffer, srcx, srcy, MAKELONG(0, opcode)); in Display_ScreenBlt() 746 void Display_MemBlt(uint8 opcode, int x, int y, int cx, int cy, HBITMAP src, int srcx, int srcy) in Display_MemBlt() argument 751 BitBlt(m_displayBuffer, x, y, cx, cy, hdcSrc, srcx, srcy, MAKELONG(0, opcode)); in Display_MemBlt() 767 BitBlt(m_displayBuffer, x, y, cx, cy, hdcSrc, srcx, srcy, MAKELONG(0, opcode)); in Display_TriBlt() 913 BitBlt(m_displayBuffer, x, y, cx, cy, hdcGlyph, srcx, srcy, MAKELONG(0, 0xe2)); in Display_DrawGlyph() 924 BitBlt(m_displayBuffer, x, y, cx, cy, hdcGlyph, srcx, srcy, SRCCOPY); in Display_DrawGlyph() 5648 void ui_memblt(RDPCLIENT * This, uint8 opcode, int x, int y, int cx, int cy, HBITMAP src, int srcx,… in ui_memblt() argument 5650 RdpClient::InnerToOuter(This)->GetUI()->Display_MemBlt(opcode, x, y, cx, cy, src, srcx, srcy); in ui_memblt() 5658 void ui_screenblt(RDPCLIENT * This, uint8 opcode, int x, int y, int cx, int cy, int srcx, int srcy) in ui_screenblt() argument [all …]
|