/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | isonum.c | 47 void *vp; in set_721() 62 void *vp; in set_722() 77 void *vp; in set_723() 92 void *vp; in set_731() 109 void *vp; in set_732() 143 void *vp; in get_711() 156 void *vp; in get_721() 170 void *vp; in get_723() 188 void *vp; in get_731() 204 void *vp; in get_732() [all …]
|
/reactos/sdk/tools/mkisofs/schilytools/libschily/ |
H A D | raisecond.c | 69 vp = \ 71 } while (vp != NULL && is_even(vp)); \ 72 vp = (struct frame *)even(vp); 84 #define next_frame(vp) vp = (((SIGBLK *)(vp))->sb_savfp); argument 104 register void *vp = NULL; local 113 vp = getfp(); 114 next_frame(vp); 116 vp = __roothandle; 119 while (vp) { 125 vp = (struct frame *)((SIGBLK *)vp)->sb_savfp; [all …]
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | mapping.c | 467 SIZE win, vp; in test_isotropic_mapping() local 487 test_SetViewportExt(hdc, 10 * vp.cx, 10 * vp.cy, 10 * vp.cx, 10 * vp.cy); in test_isotropic_mapping() 488 test_SetWindowExt(hdc, win.cx, win.cy, 10 * vp.cx, 10 * vp.cy); in test_isotropic_mapping() 490 test_SetWindowExt(hdc, win.cx, win.cy, 5 * vp.cx, 5 * vp.cy); in test_isotropic_mapping() 491 test_SetViewportExt(hdc, 4 * vp.cx, 2 * vp.cy, 2 * vp.cx, 2 * vp.cy); in test_isotropic_mapping() 492 test_SetViewportExt(hdc, vp.cx, 2 * vp.cy, vp.cx, vp.cy); in test_isotropic_mapping() 493 test_SetViewportExt(hdc, 2 * vp.cx, 2 * vp.cy, 2 * vp.cx, 2 * vp.cy); in test_isotropic_mapping() 494 test_SetViewportExt(hdc, 4 * vp.cx, 2 * vp.cy, 2 * vp.cx, 2 * vp.cy); in test_isotropic_mapping() 496 test_SetViewportExt(hdc, -2 * vp.cx, -4 * vp.cy, -2 * vp.cx, -vp.cy); in test_isotropic_mapping() 497 test_SetViewportExt(hdc, -2 * vp.cx, -1 * vp.cy, -2 * vp.cx, -vp.cy); in test_isotropic_mapping() [all …]
|
/reactos/win32ss/drivers/displays/vga/vgavideo/ |
H A D | vgavideo.c | 599 vp = vpP; in vgaReadScan() 604 data = *vp++; in vgaReadScan() 640 data = *vp; in vgaReadScan() 658 unsigned char *vp; in vgaWriteScan() local 665 ASSIGNVP4(x, y, vp) in vgaWriteScan() 740 vp = vpY; in DFB_BltFromVGA() 780 data = *vp; in DFB_BltFromVGA() 826 vp = vpX; in DFB_BltToVGA() 830 *vp = *bp; in DFB_BltToVGA() 869 vp = vpX; in DFB_BltToVGA_Transparent() [all …]
|
H A D | vgavideo.h | 65 #define ASSIGNVP4(x, y, vp) vp = vidmem /* VBUF */ + (((x) + (y)*SCREEN_X) >> 3); argument
|
/reactos/dll/directx/wine/ddraw/ |
H A D | viewport.c | 58 D3DVIEWPORT7 vp; in viewport_activate() local 74 vp.dwX = This->viewports.vp2.dwX; in viewport_activate() 75 vp.dwY = This->viewports.vp2.dwY; in viewport_activate() 78 vp.dvMinZ = 0.0f; in viewport_activate() 79 vp.dvMaxZ = 1.0f; in viewport_activate() 94 vp.dvMinZ = 0.0f; in viewport_activate() 95 vp.dvMaxZ = 1.0f; in viewport_activate() 501 out->x = (x + 1.0f) * vp.dwWidth * 0.5 + vp.dwX; in d3d_viewport_TransformVertices() 502 out->y = (-y + 1.0f) * vp.dwHeight * 0.5 + vp.dwY; in d3d_viewport_TransformVertices() 697 viewport_activate(vp, TRUE); in d3d_viewport_Clear() [all …]
|
H A D | device.c | 748 if(!vp) in d3d_device3_AddViewport() 805 if (!vp) in d3d_device3_DeleteViewport() 815 WARN("Viewport %p active device is %p.\n", vp, vp->active_device); in d3d_device3_DeleteViewport() 845 vp ? &vp->IDirect3DViewport3_iface : NULL); in d3d_device2_DeleteViewport() 856 vp ? &vp->IDirect3DViewport3_iface : NULL); in d3d_device1_DeleteViewport() 888 if(!vp) in d3d_device3_NextViewport() 1699 if (!vp) in d3d_device3_SetCurrentViewport() 1715 WARN("Viewport %p active device is %p.\n", vp, vp->active_device); in d3d_device3_SetCurrentViewport() 1748 vp ? &vp->IDirect3DViewport3_iface : NULL); in d3d_device2_SetCurrentViewport() 5325 vp.x = viewport->dwX; in d3d_device7_SetViewport() [all …]
|
/reactos/dll/directx/wine/d3drm/ |
H A D | viewport.c | 308 D3DVIEWPORT vp; in d3drm_viewport2_Init() local 343 vp.dwSize = sizeof(vp); in d3drm_viewport2_Init() 344 vp.dwWidth = width; in d3drm_viewport2_Init() 346 vp.dwX = x; in d3drm_viewport2_Init() 347 vp.dwY = y; in d3drm_viewport2_Init() 349 vp.dvScaleX = scale; in d3drm_viewport2_Init() 350 vp.dvScaleY = scale; in d3drm_viewport2_Init() 351 vp.dvMaxX = vp.dwWidth / (2.0f * vp.dvScaleX); in d3drm_viewport2_Init() 352 vp.dvMaxY = vp.dwHeight / (2.0f * vp.dvScaleY); in d3drm_viewport2_Init() 353 vp.dvMinZ = 0.0f; in d3drm_viewport2_Init() [all …]
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _hash_fun.h | 134 __vp vp; 135 vp.p = __x; 136 return vp.s;
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | sprite.c | 203 D3DVIEWPORT9 vp; in set_states() local 276 IDirect3DDevice9_GetViewport(object->device, &vp); in set_states() 277 …3DXMatrixOrthoOffCenterLH(&mat, vp.X+0.5f, (float)vp.Width+vp.X+0.5f, (float)vp.Height+vp.Y+0.5f, … in set_states()
|
H A D | line.c | 106 D3DVIEWPORT9 vp; in d3dx9_line_Begin() local 116 if (FAILED(IDirect3DDevice9_GetViewport(line->device, &vp))) in d3dx9_line_Begin() 120 D3DXMatrixOrthoOffCenterLH(&projection, 0.0, (FLOAT)vp.Width, (FLOAT)vp.Height, 0.0, 0.0, 1.0); in d3dx9_line_Begin()
|
/reactos/modules/rostests/winetests/d3drm/ |
H A D | d3drm.c | 1998 vp.dwSize = sizeof(vp); in test_Viewport() 2008 expected_val = vp.dwWidth / (2.0f * vp.dvScaleX); in test_Viewport() 2010 expected_val = vp.dwHeight / (2.0f * vp.dvScaleY); in test_Viewport() 2031 vp.dwSize = sizeof(vp); in test_Viewport() 2041 expected_val = vp.dwWidth / (2.0f * vp.dvScaleX); in test_Viewport() 2064 vp.dwSize = sizeof(vp); in test_Viewport() 2074 expected_val = vp.dwWidth / (2.0f * vp.dvScaleX); in test_Viewport() 2211 vp.dwSize = sizeof(vp); in test_Viewport() 2221 expected_val = vp.dwWidth / (2.0f * vp.dvScaleX); in test_Viewport() 2387 vp.dwSize = sizeof(vp); in test_Viewport() [all …]
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | clnt_simple.c | 73 rpc_call_destroy(void *vp) in rpc_call_destroy() argument 75 struct rpc_call_private *rcp = (struct rpc_call_private *)vp; in rpc_call_destroy()
|
H A D | key_call.c | 282 key_call_destroy(void *vp) in key_call_destroy() argument 284 struct key_call_private *kcp = (struct key_call_private *)vp; in key_call_destroy()
|
/reactos/base/applications/mplay32/lang/ |
H A D | cs-CZ.rc | 66 IDS_TOOLTIP_SEEKFORW "Posunout vpřed" 67 IDS_TOOLTIP_FORWARD "Přeskočit vpřed"
|
/reactos/modules/rostests/winetests/opengl32/ |
H A D | opengl.c | 1220 RECT vp, r; in test_window_dc() local 1253 glGetIntegerv(GL_VIEWPORT, (GLint *)&vp); in test_window_dc() 1254 ok(EqualRect(&r, &vp), "Viewport not equal to client rect.\n"); in test_window_dc() 1289 RECT vp, r; in test_message_window() local 1324 glGetIntegerv(GL_VIEWPORT, (GLint *)&vp); in test_message_window() 1325 ok(EqualRect(&r, &vp), "Viewport not equal to client rect.\n"); in test_message_window()
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | core.c | 112 D3DVIEWPORT9 vp; in test_ID3DXSprite() local 222 IDirect3DDevice9_GetViewport(device, &vp); in test_ID3DXSprite() 223 …MatrixOrthoOffCenterLH(&cmpmat, vp.X+0.5f, (float)vp.Width+vp.X+0.5f, (float)vp.Height+vp.Y+0.5f, … in test_ID3DXSprite()
|
/reactos/dll/directx/wine/wined3d/ |
H A D | device.c | 3077 struct wined3d_viewport vp; in process_vertices_strided() local 3149 wined3d_device_get_viewport(device, &vp); in process_vertices_strided() 3151 vp.x, vp.y, vp.width, vp.height, vp.min_z, vp.max_z); in process_vertices_strided() 3220 x *= vp.width / 2; in process_vertices_strided() 3221 y *= vp.height / 2; in process_vertices_strided() 3222 z *= vp.max_z - vp.min_z; in process_vertices_strided() 3224 x += vp.width / 2 + vp.x; in process_vertices_strided() 3225 y += vp.height / 2 + vp.y; in process_vertices_strided() 3226 z += vp.min_z; in process_vertices_strided()
|
H A D | state.c | 4735 struct wined3d_viewport vp; in viewport_miscpart() local 4737 get_viewport(context, state, &vp); in viewport_miscpart() 4739 gl_info->gl_ops.gl.p_glDepthRange(vp.min_z, vp.max_z); in viewport_miscpart() 4742 GL_EXTCALL(glViewportIndexedf(0, vp.x, vp.y, vp.width, vp.height)); in viewport_miscpart() 4744 gl_info->gl_ops.gl.p_glViewport(vp.x, vp.y, vp.width, vp.height); in viewport_miscpart() 4755 struct wined3d_viewport vp; in viewport_miscpart_cc() local 4757 get_viewport(context, state, &vp); in viewport_miscpart_cc() 4758 vp.x += pixel_center_offset; in viewport_miscpart_cc() 4759 vp.y += pixel_center_offset; in viewport_miscpart_cc() 4761 gl_info->gl_ops.gl.p_glDepthRange(vp.min_z, vp.max_z); in viewport_miscpart_cc() [all …]
|
H A D | cs.c | 541 const struct wined3d_viewport *vp = &state->viewport; in wined3d_cs_emit_clear() local 551 SetRect(&op->draw_rect, vp->x, vp->y, vp->x + vp->width, vp->y + vp->height); in wined3d_cs_emit_clear()
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_dir.c | 43 setByteArray(void** vpp, void* vp, size_t nmemb, size_t elem_size) in setByteArray() argument 49 if (vp) { in setByteArray() 54 _TIFFmemcpy(*vpp, vp, bytes); in setByteArray() 57 void _TIFFsetByteArray(void** vpp, void* vp, uint32 n) in _TIFFsetByteArray() argument 58 { setByteArray(vpp, vp, n, 1); } in _TIFFsetByteArray()
|
H A D | tif_luv.c | 944 uv_decode(double *up, double *vp, int c) /* decode (u',v') index */ in uv_decode() argument 968 *vp = UV_VSTART + (vi+.5)*UV_SQSIZ; in uv_decode()
|
/reactos/dll/directx/wine/d3d8/ |
H A D | device.c | 1534 struct wined3d_viewport vp; in d3d8_device_SetViewport() local 1538 vp.x = viewport->X; in d3d8_device_SetViewport() 1539 vp.y = viewport->Y; in d3d8_device_SetViewport() 1540 vp.width = viewport->Width; in d3d8_device_SetViewport() 1541 vp.height = viewport->Height; in d3d8_device_SetViewport() 1542 vp.min_z = viewport->MinZ; in d3d8_device_SetViewport() 1543 vp.max_z = viewport->MaxZ; in d3d8_device_SetViewport() 1546 wined3d_device_set_viewport(device->wined3d_device, &vp); in d3d8_device_SetViewport()
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | ipcp.c | 556 parse_dotted_ip(p, vp) in parse_dotted_ip() argument 558 u32_t *vp; 573 *vp = b; 584 *vp = v;
|
/reactos/dll/directx/wine/d3d9/ |
H A D | device.c | 2023 struct wined3d_viewport vp; in d3d9_device_SetViewport() local 2027 vp.x = viewport->X; in d3d9_device_SetViewport() 2028 vp.y = viewport->Y; in d3d9_device_SetViewport() 2029 vp.width = viewport->Width; in d3d9_device_SetViewport() 2030 vp.height = viewport->Height; in d3d9_device_SetViewport() 2031 vp.min_z = viewport->MinZ; in d3d9_device_SetViewport() 2032 vp.max_z = viewport->MaxZ; in d3d9_device_SetViewport() 2035 wined3d_device_set_viewport(device->wined3d_device, &vp); in d3d9_device_SetViewport()
|