/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | xfont.c | 78 unsigned int rows, pages; local 82 rows = fs->max_byte1 - fs->min_byte1 + 1; 85 if (rows == 1) { 102 if (rows == 1) {
|
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/ |
H A D | rpng2-win.c | 452 "\t\t combining rows, and expanding interlacing, respectively\n" 994 static int rows=0; local 998 rows and firstrow simply track how many rows (and which ones) have not 1005 if (rows == 0) 1008 ++rows; /* count of rows received but not yet displayed */ 1012 loop (over rows), this routine is identical to rpng_win_display_image() 1062 Display after every 16 rows or when on last row. (Region may include 1066 if ((rows [all...] |
H A D | rpng2-x.c | 453 "\t\t combining rows, and expanding interlacing, respectively\n" 1137 static int rows=0, prevpass=(-1); local 1141 rows and firstrow simply track how many rows (and which ones) have not 1168 if (rows == 0) 1171 ++rows; /* count of rows received but not yet displayed */ 1175 (over rows) and moving the XPutImage() call outside the "if (depth)" 1310 Display after every 16 rows or when on one of last two rows [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xkbgeom.h | 231 XkbRowPtr rows; member in struct:_XkbSection 254 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | xkbgeom.h | 231 XkbRowPtr rows; member in struct:_XkbSection 254 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | xkbgeom.h | 241 XkbRowPtr rows; member in struct:_XkbSection 264 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | xkbgeom.h | 241 XkbRowPtr rows; member in struct:_XkbSection 264 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | xkbgeom.h | 241 XkbRowPtr rows; member in struct:_XkbSection 264 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | xkbgeom.h | 241 XkbRowPtr rows; member in struct:_XkbSection 264 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | xkbgeom.h | 241 XkbRowPtr rows; member in struct:_XkbSection 264 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | xkbgeom.h | 241 XkbRowPtr rows; member in struct:_XkbSection 264 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | xkbgeom.h | 241 XkbRowPtr rows; member in struct:_XkbSection 264 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | xkbgeom.h | 241 XkbRowPtr rows; member in struct:_XkbSection 264 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | xkbgeom.h | 231 XkbRowPtr rows; member in struct:_XkbSection 254 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | xkbgeom.h | 231 XkbRowPtr rows; member in struct:_XkbSection 254 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | xkbgeom.h | 231 XkbRowPtr rows; member in struct:_XkbSection 254 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Devices/Graphics/BIOS/ |
H A D | vgabios.c | 1557 uint8_t crtc_r9,ovl,rows; local 1578 rows = vde / lines; 1579 write_byte(BIOSMEM_SEG,BIOSMEM_NB_ROWS, rows-1); 1581 write_word(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE, rows * cols * 2);
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | XKBgeom.h | 245 XkbRowPtr rows; member in struct:_XkbSection 268 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/x11/x11include/kbproto-1.0.6/X11/extensions/ |
H A D | XKBgeom.h | 243 XkbRowPtr rows; member in struct:_XkbSection 266 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/ |
H A D | device.c | 3188 UINT width, UINT height, float *rows, float *columns) 3190 FIXME("iface %p, width %u, height %u, rows %p, columns %p stub!\n", 3191 iface, width, height, rows, columns); 3187 d3d9_device_SetConvolutionMonoKernel(IDirect3DDevice9Ex *iface, UINT width, UINT height, float *rows, float *columns) argument
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
H A D | device.c | 2762 UINT width, UINT height, float *rows, float *columns) 2764 FIXME("iface %p, width %u, height %u, rows %p, columns %p stub!\n", 2765 iface, width, height, rows, columns); 2761 IDirect3DDevice9ExImpl_SetConvolutionMonoKernel(IDirect3DDevice9Ex *iface, UINT width, UINT height, float *rows, float *columns) argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.cpp | 989 .arg (2 + 2) /* rows */ 1004 int iRowCount = 2; /* Memory & CPU details rows initially. */ 1038 iRowCount += 3; /* Full report rows. */ 1086 .arg (2 + iRowCount) /* rows */ 1096 int rows = 2; local 1103 ++rows; 1111 ++rows; 1120 ++rows; 1129 ++ rows; 1144 ++ rows; 1158 int rows = 2; local 1232 int rows = audio.GetEnabled() ? 3 : 2; local 1257 int rows = 2; /* including section header and footer */ local 1314 int rows = 2; /* including section header and footer */ local 1360 int rows = 2; /* including section header and footer */ local [all...] |