/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | exa.h | 468 * @param src_pitch pitch (in bytes) of the lines of source data. 471 * pitch src_pitch) into the destination pixmap from (x, y) to 496 int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | exa.h | 469 * @param src_pitch pitch (in bytes) of the lines of source data. 472 * pitch src_pitch) into the destination pixmap from (x, y) to 497 int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | exa.h | 469 * @param src_pitch pitch (in bytes) of the lines of source data. 472 * pitch src_pitch) into the destination pixmap from (x, y) to 497 int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | exa.h | 471 * @param src_pitch pitch (in bytes) of the lines of source data. 474 * pitch src_pitch) into the destination pixmap from (x, y) to 499 int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | exa.h | 471 * @param src_pitch pitch (in bytes) of the lines of source data. 474 * pitch src_pitch) into the destination pixmap from (x, y) to 499 int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | exa.h | 474 * @param src_pitch pitch (in bytes) of the lines of source data. 477 * pitch src_pitch) into the destination pixmap from (x, y) to 502 int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | exa.h | 474 * @param src_pitch pitch (in bytes) of the lines of source data. 477 * pitch src_pitch) into the destination pixmap from (x, y) to 502 int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | exa.h | 474 * @param src_pitch pitch (in bytes) of the lines of source data. 477 * pitch src_pitch) into the destination pixmap from (x, y) to 502 int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | exa.h | 474 * @param src_pitch pitch (in bytes) of the lines of source data. 477 * pitch src_pitch) into the destination pixmap from (x, y) to 502 int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | exa.h | 474 * @param src_pitch pitch (in bytes) of the lines of source data. 477 * pitch src_pitch) into the destination pixmap from (x, y) to 502 int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | exa.h | 474 * @param src_pitch pitch (in bytes) of the lines of source data. 477 * pitch src_pitch) into the destination pixmap from (x, y) to 502 int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86drmCompat.h | 108 unsigned int src, int src_pitch,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86drmCompat.h | 112 unsigned int src, int src_pitch,
|
H A D | exa.h | 161 int src_pitch);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | surface.c | 2433 int src_pitch = 0; local 2446 src_pitch = format->byte_count * surface->pow2Width; 2448 src_pitch = (src_pitch + alignment - 1) & ~(alignment - 1); 2449 mem = HeapAlloc(GetProcessHeap(), 0, src_pitch * surface->pow2Height); 2534 TRACE("(%p) : Repacking the surface data from pitch %d to pitch %d\n", surface, src_pitch, dst_pitch); 2538 src_data += src_pitch; 2554 const struct wined3d_format *format, const RECT *src_rect, UINT src_pitch, const POINT *dst_point, 2560 TRACE("surface %p, gl_info %p, format %s, src_rect %s, src_pitch %u, dst_point %s, srgb %#x, data {%#x:%p}.\n", 2561 surface, gl_info, debug_d3dformat(format->id), wine_dbgstr_rect(src_rect), src_pitch, 2553 surface_upload_data(struct wined3d_surface *surface, const struct wined3d_gl_info *gl_info, const struct wined3d_format *format, const RECT *src_rect, UINT src_pitch, const POINT *dst_point, BOOL srgb, const struct wined3d_bo_address *data) argument 2831 UINT src_pitch; local 6356 UINT src_pitch, dst_pitch; local 6400 UINT width, src_pitch, dst_pitch; local 6931 surface_cpu_blt_compressed(const BYTE *src_data, BYTE *dst_data, UINT src_pitch, UINT dst_pitch, UINT update_w, UINT update_h, const struct wined3d_format *format, DWORD flags, const WINEDDBLTFX *fx) argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | exa.h | 459 * @param src_pitch pitch (in bytes) of the lines of source data. 462 * pitch src_pitch) into the destination pixmap from (x, y) to 483 int y, int w, int h, char *src, int src_pitch);
|
H A D | glamor_priv.h | 1021 uint32_t src_pitch; member in struct:__anon6792
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | exa.h | 459 * @param src_pitch pitch (in bytes) of the lines of source data. 462 * pitch src_pitch) into the destination pixmap from (x, y) to 483 int y, int w, int h, char *src, int src_pitch);
|
H A D | glamor_priv.h | 1038 uint32_t src_pitch; member in struct:__anon7111
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | exa.h | 459 * @param src_pitch pitch (in bytes) of the lines of source data. 462 * pitch src_pitch) into the destination pixmap from (x, y) to 483 int y, int w, int h, char *src, int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | exa.h | 459 * @param src_pitch pitch (in bytes) of the lines of source data. 462 * pitch src_pitch) into the destination pixmap from (x, y) to 483 int y, int w, int h, char *src, int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | exa.h | 459 * @param src_pitch pitch (in bytes) of the lines of source data. 462 * pitch src_pitch) into the destination pixmap from (x, y) to 483 int y, int w, int h, char *src, int src_pitch);
|
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | mga_drm.h | 400 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | surface.c | 732 int src_pitch = 0; local 744 src_pitch = format_desc->byte_count * This->pow2Width; 746 src_pitch = (src_pitch + alignment - 1) & ~(alignment - 1); 747 mem = HeapAlloc(GetProcessHeap(), 0, src_pitch * This->pow2Height); 826 TRACE("(%p) : Repacking the surface data from pitch %d to pitch %d\n", This, src_pitch, dst_pitch); 829 src_data += src_pitch;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | d3dx9tex.h | 144 D3DFORMAT src_format, UINT src_pitch, const PALETTEENTRY *src_palette, const RECT *src_rect,
|