Searched refs:sm_cy (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | wincursor.c | 166 pScreenPriv->cursor.sm_cx, pScreenPriv->cursor.sm_cy, 178 pScreenPriv->cursor.sm_cy < pCursor->bits->height) { 181 pScreenPriv->cursor.sm_cx, pScreenPriv->cursor.sm_cy, 186 * This is roughly (sm_cx * sm_cy) / 8 189 bits_to_bytes(pScreenPriv->cursor.sm_cx) * pScreenPriv->cursor.sm_cy; 193 nCY = min(pScreenPriv->cursor.sm_cy, pCursor->bits->height); 247 bi.bV4Height = -(pScreenPriv->cursor.sm_cy); /* right-side up */ 256 lpBits = calloc(pScreenPriv->cursor.sm_cx * pScreenPriv->cursor.sm_cy, 280 pbmi->bmiHeader.biHeight = -abs(pScreenPriv->cursor.sm_cy); /* right-side up */ 301 lpBits = calloc(pScreenPriv->cursor.sm_cx * pScreenPriv->cursor.sm_cy, [all...] |
| H A D | win.h | 324 int sm_cy; member in struct:__anoned6456b30308
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | wincursor.c | 174 pScreenPriv->cursor.sm_cx, pScreenPriv->cursor.sm_cy, 187 pScreenPriv->cursor.sm_cy < pCursor->bits->height) 190 pScreenPriv->cursor.sm_cx, pScreenPriv->cursor.sm_cy, 195 * This is roughly (sm_cx * sm_cy) / 8 197 nBytes = bits_to_bytes(pScreenPriv->cursor.sm_cx) * pScreenPriv->cursor.sm_cy; 201 nCY = min(pScreenPriv->cursor.sm_cy, pCursor->bits->height); 255 bi.bV4Height = -(pScreenPriv->cursor.sm_cy); /* right-side up */ 264 lpBits = (unsigned long *) calloc (pScreenPriv->cursor.sm_cx*pScreenPriv->cursor.sm_cy, 287 pbmi->bmiHeader.biHeight = -abs(pScreenPriv->cursor.sm_cy); /* right-side up */ 307 lpBits = (unsigned long *) calloc (pScreenPriv->cursor.sm_cx*pScreenPriv->cursor.sm_cy, [all...] |
| H A D | win.h | 370 int sm_cy; member in struct:__anonc09092800408
|
Completed in 5 milliseconds