Searched refs:desty (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | copypix.c | 90 if (srcy<desty) { in copy_rgb_pixels() 93 dy = desty + height - 1; in copy_rgb_pixels() 99 dy = desty; in copy_rgb_pixels() 217 if (srcy<desty) { in copy_ci_pixels() 220 dy = desty + height - 1; in copy_ci_pixels() 226 dy = desty; in copy_ci_pixels() 317 if (srcy<desty) { in copy_depth_pixels() 326 dy = desty; in copy_depth_pixels() 404 if (srcy<desty) { in copy_stencil_pixels() 413 dy = desty; in copy_stencil_pixels() [all …]
|
H A D | drawpix.c | 102 GLint x, y, desty; in draw_index_pixels() local 112 desty = y; in draw_index_pixels() 247 GLint x, y, desty; in draw_stencil_pixels() local 256 desty = y; in draw_stencil_pixels() 361 GLint x, y, desty; in draw_depth_pixels() local 373 desty = y; in draw_depth_pixels() 528 GLint x, y, desty; in draw_color_pixels() local 538 desty = y; in draw_color_pixels() 606 red, green, blue, alpha, desty); in draw_color_pixels() 666 lum, lum, lum, alpha, desty); in draw_color_pixels() [all …]
|
/reactos/sdk/lib/3rdparty/cardlib/ |
H A D | cardrgnmouse.cpp | 447 int destx, desty, srcx, srcy; in MoveDragCardTo() local 460 desty = 0; srcy = nDragCardHeight - interheight; in MoveDragCardTo() 464 desty = nDragCardHeight - interheight; srcy = 0; in MoveDragCardTo() 469 BitBlt(hdcBackGnd, destx,desty, interwidth, interheight, hdcBackGnd, srcx, srcy, SRCCOPY); in MoveDragCardTo() 471 ExcludeClipRect(hdcBackGnd, destx, desty, destx+interwidth, desty+interheight); in MoveDragCardTo()
|