/reactos/sdk/lib/3rdparty/cardlib/ |
H A D | cardrgndraw.cpp | 227 if(xoffset != 0 && yoffset != 0 && cardstack.NumCards() != 0) in Clip() 241 else if(xoffset < 0 && numtoclip > 0) in Clip() 278 int x = xoffset * counter + xpos; in Render() 293 if(yoffset != 0 && xoffset != 0) in Render() 298 if((yoffset != 0 && abs(xoffset) == 1) || (xoffset != 0 && abs(yoffset) == 1)) in Render() 312 if(xoffset > 0) in Render() 316 else if(xoffset < 0) in Render() 318 DrawVertCardStrip(hdc, x+__cardwidth+xoffset, y, cardval, xoffset, fDrawTips); in Render() 441 …xoff = xoffset * icard + calc_offset(xoffset, numcards, numtodrag, realvisible);//- xoffset * ((nu… in PrepareDragBitmaps() 489 if(xoffset >= 0) xoff = xoffset * icard; in PrepareDragBitmaps() [all …]
|
H A D | cardrgnmouse.cpp | 67 int axpos = xoffset < 0 ? xpos + (nNumApparentCards-1)*xoffset : xpos; in IsPointInStack() 82 x -= xpos + (xoffset < 0 ? (nNumApparentCards/*cardstack.NumCards()*/ - 1) * xoffset : 0); in GetNumDragCards() 113 if(xoffset > 0) in GetNumDragCards() 116 cardindex = x / xoffset; in GetNumDragCards() 120 else if(xoffset < 0) in GetNumDragCards() 248 mousexoffset = x - xpos - xoffset * (nNumApparentCards - iNumDragCards); in OnLButtonDown() 251 if(xoffset < 0) in OnLButtonDown() 252 mousexoffset += -xoffset * (iNumDragCards - 1); in OnLButtonDown() 565 int idestx = pDestStack->xpos + pDestStack->xoffset * (apparentcards); in ZoomCard() 571 if(pDestStack->xoffset < 0) in ZoomCard() [all …]
|
H A D | cardregion.cpp | 15 : id(Id), parentWnd(parent), xpos(x), ypos(y), xoffset(xOffset), yoffset(yOffset), fVisible(visible) in CardRegion() 87 if(xoffset > 0) in UpdateSize() 88 width = (nNumApparentCards - 1) * xoffset + __cardwidth; in UpdateSize() 90 width = (nNumApparentCards - 1) * -xoffset + __cardwidth; in UpdateSize() 104 CardRegion *CardWindow::CreateRegion(int id, bool fVisible, int x, int y, int xoffset, int yoffset) in CreateRegion() argument 111 cr = new CardRegion(*this, id, fVisible, x, y, xoffset, yoffset); in CreateRegion() 230 xoffset = x; in SetOffsets() 293 if(xoffset < 0) xpos += (width - __cardwidth); in AdjustPosition() 488 x = xpos + xoffset * (nNumApparentCards - nNumCards); in MoveCard() 616 if( pCompare->xoffset != xoffset || in RedrawIfNotDim()
|
H A D | cardwindow.h | 34 CardRegion *CreateRegion (int id, bool fVisible, int x, int y, int xoffset, int yoffset);
|
H A D | cardregion.h | 151 int xoffset; //direction that cards take variable
|
/reactos/dll/opengl/mesa/ |
H A D | teximage.h | 126 GLenum target, GLint level, GLint xoffset, 133 GLint xoffset, GLint yoffset, 155 GLint xoffset, GLint x, GLint y, 161 GLint xoffset, GLint yoffset,
|
H A D | teximage.c | 1271 if (xoffset < -((GLint)destTex->Border)) { in gl_TexSubImage1D() 1275 if (xoffset + width > destTex->Width + destTex->Border) { in gl_TexSubImage1D() 1313 xoffset,0,width,1, in gl_TexSubImage1D() 1358 GLint xoffset, GLint yoffset, in gl_TexSubImage2D() argument 1380 if (xoffset < -((GLint)destTex->Border)) { in gl_TexSubImage2D() 1388 if (xoffset + width > destTex->Width + destTex->Border) { in gl_TexSubImage2D() 1441 xoffset, yoffset, width, height, in gl_TexSubImage2D() 1809 if (xoffset < -((GLint)teximage->Border)) { in gl_CopyTexSubImage1D() 1832 GLint xoffset, GLint yoffset, in gl_CopyTexSubImage2D() argument 1861 if (xoffset < -((GLint)teximage->Border)) { in gl_CopyTexSubImage2D() [all …]
|
H A D | dlist.h | 190 GLint xoffset, GLint x, GLint y, 195 GLint xoffset, GLint yoffset, 402 GLint xoffset, GLsizei width, 409 GLint xoffset, GLint yoffset,
|
H A D | dlist.c | 1135 GLint xoffset, GLint x, GLint y, in gl_save_CopyTexSubImage1D() argument 1142 n[3].i = xoffset; in gl_save_CopyTexSubImage1D() 1155 GLint xoffset, GLint yoffset, in gl_save_CopyTexSubImage2D() argument 1163 n[3].i = xoffset; in gl_save_CopyTexSubImage2D() 1171 (*ctx->Exec.CopyTexSubImage2D)( ctx, target, level, xoffset, yoffset, in gl_save_CopyTexSubImage2D() 2248 GLenum target, GLint level, GLint xoffset, in gl_save_TexSubImage1D() argument 2256 n[3].i = xoffset; in gl_save_TexSubImage1D() 2265 (*ctx->Exec.TexSubImage1D)( ctx, target, level, xoffset, width, in gl_save_TexSubImage1D() 2273 GLint xoffset, GLint yoffset, in gl_save_TexSubImage2D() argument 2282 n[3].i = xoffset; in gl_save_TexSubImage2D() [all …]
|
H A D | dd.h | 513 GLint xoffset, GLint yoffset,
|
H A D | api.c | 502 GLint xoffset, GLint x, GLint y, in _mesa_CopyTexSubImage1D() argument 506 (*CC->API.CopyTexSubImage1D)( CC, target, level, xoffset, x, y, width ); in _mesa_CopyTexSubImage1D() 511 GLint xoffset, GLint yoffset, in _mesa_CopyTexSubImage2D() argument 516 (*CC->API.CopyTexSubImage2D)( CC, target, level, xoffset, yoffset, in _mesa_CopyTexSubImage2D() 2596 void APIENTRY _mesa_TexSubImage1D( GLenum target, GLint level, GLint xoffset, in _mesa_TexSubImage1D() argument 2603 (*CC->API.TexSubImage1D)( CC, target, level, xoffset, width, in _mesa_TexSubImage1D() 2609 GLint xoffset, GLint yoffset, in _mesa_TexSubImage2D() argument 2617 (*CC->API.TexSubImage2D)( CC, target, level, xoffset, yoffset, in _mesa_TexSubImage2D()
|
/reactos/modules/rosapps/applications/explorer-old/desktop/ |
H A D | desktop.cpp | 784 int xoffset = (cx-32)/2; in PositionIcons() local 787 int start_x = start_pos.x * (work_area.right - cx) + xoffset; in PositionIcons() 814 x = work_area.right - x - cx + 2*xoffset; in PositionIcons() 829 x = work_area.right - x - cx + 2*xoffset; in PositionIcons() 848 if (x + cx - 2 * xoffset > work_area.right) { in PositionIcons() 869 if (x<0 || x+cx-2*xoffset>work_area.right) { in PositionIcons()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | xwin.c | 74 points[0].x -= xoffset; in seamless_XFillPolygon() 77 points[0].x += xoffset; in seamless_XFillPolygon() 84 points[0].x -= xoffset; in seamless_XDrawLines() 87 points[0].x += xoffset; in seamless_XDrawLines() 2021 xevent.xexpose.x + sw->xoffset, in xwin_process_events() 2253 x - sw->xoffset, y - sw->yoffset)); in ui_paint_bitmap() 2260 x - sw->xoffset, y - sw->yoffset)); in ui_paint_bitmap() 3109 x - sw->xoffset, y - sw->yoffset)); in ui_desktop_restore() 3301 sw->xoffset = 0; in ui_seamless_create_window() 3394 sw->xoffset = x; in ui_seamless_move_window() [all …]
|
/reactos/sdk/include/GL/ |
H A D | gl.h | 1354 GLint xoffset, 1360 GLint xoffset, GLint yoffset, 1380 GLint xoffset, GLint x, GLint y, 1385 GLint xoffset, GLint yoffset, 1533 GLint xoffset, GLint yoffset, 1540 GLint xoffset, GLint yoffset, 1548 typedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLi… 1864 GLAPI void GLAPIENTRY glCompressedTexSubImage1D( GLenum target, GLint level, GLint xoffset, GLsizei… 1866 GLAPI void GLAPIENTRY glCompressedTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint y… 1954 …RYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G… [all …]
|
H A D | glext.h | 5688 GLAPI void APIENTRY glCompressedTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei w… 6483 GLAPI void APIENTRY glCompressedTexSubImage1DARB (GLenum target, GLint level, GLint xoffset, GLsize… 7939 GLAPI void APIENTRY glTexSubImage1DEXT (GLenum target, GLint level, GLint xoffset, GLsizei width, G… 7942 typedef void (APIENTRYP PFNGLTEXSUBIMAGE1DEXTPROC) (GLenum target, GLint level, GLint xoffset, GLsi… 7951 GLAPI void APIENTRY glCopyTexSubImage1DEXT (GLenum target, GLint level, GLint xoffset, GLint x, GLi… 7952 GLAPI void APIENTRY glCopyTexSubImage2DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffse… 7957 typedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE1DEXTPROC) (GLenum target, GLint level, GLint xoffset, … 10670 …yTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y… 10690 …MultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y… 10877 …URESUBIMAGE1DEXTPROC) (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y… [all …]
|
/reactos/dll/opengl/opengl32/ |
H A D | glfuncs.h | 336 …Image1D, (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width), (target,lev… 337 …m target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei heig… 343 … target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixe… 344 …level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, co…
|
/reactos/sdk/include/reactos/wine/ |
H A D | wgl_driver.h | 88 …void (WINE_GLAPI *p_glCopyTexSubImage1D)( GLenum target, GLint level, GLint xoffset, GLint x… 89 …void (WINE_GLAPI *p_glCopyTexSubImage2D)( GLenum target, GLint level, GLint xoffset, GLint y… 339 …void (WINE_GLAPI *p_glTexSubImage1D)( GLenum target, GLint level, GLint xoffset, GLsizei wid… 654 …ultiTexSubImage1DEXT)( GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y… 661 …WINE_GLAPI *p_glCopyTexSubImage1DEXT)( GLenum target, GLint level, GLint xoffset, GLint x, GLint y… 662 …WINE_GLAPI *p_glCopyTexSubImage2DEXT)( GLenum target, GLint level, GLint xoffset, GLint yoffset, G… 667 …NE_GLAPI *p_glCopyTextureSubImage1D)( GLuint texture, GLint level, GLint xoffset, GLint x, GLint y… 668 …TextureSubImage1DEXT)( GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y… 669 …NE_GLAPI *p_glCopyTextureSubImage2D)( GLuint texture, GLint level, GLint xoffset, GLint yoffset, G… 2378 …void (WINE_GLAPI *p_glTexSubImage1DEXT)( GLenum target, GLint level, GLint xoffset, GLsizei … [all …]
|
H A D | wgl.h | 5159 void GLAPIENTRY glCopyTexSubImage1D( GLenum target, GLint level, GLint xoffset, GLint x, GLin… 5160 void GLAPIENTRY glCopyTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset… 5411 void GLAPIENTRY glTexSubImage1D( GLenum target, GLint level, GLint xoffset, GLsizei width, GL… 5412 void GLAPIENTRY glTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GL…
|
/reactos/dll/3rdparty/libjpeg/ |
H A D | transupp.c | 1577 JDIMENSION xoffset, yoffset, dtemp; in jtransform_request_workspace() local 1701 xoffset = info->crop_xoffset; in jtransform_request_workspace() 1703 xoffset = info->crop_width - info->output_width - info->crop_xoffset; in jtransform_request_workspace() 1705 xoffset = info->output_width - info->crop_width - info->crop_xoffset; in jtransform_request_workspace() 1717 dtemp = itemp - 1 - ((xoffset + itemp - 1) % itemp); in jtransform_request_workspace() 1718 xoffset += dtemp; in jtransform_request_workspace() 1721 else if (xoffset + info->crop_width - dtemp == info->output_width) in jtransform_request_workspace() 1763 ((long) (info->crop_width + (xoffset % info->iMCU_sample_width)), in jtransform_request_workspace() 1776 info->crop_width + (xoffset % info->iMCU_sample_width); in jtransform_request_workspace() 1785 info->x_crop_offset = xoffset / info->iMCU_sample_width; in jtransform_request_workspace()
|