Searched refs:DIB_pixels (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowicons.c | 268 uint32_t *DIB_pixels; local in function:NetWMToWinIconAlpha 284 DIB_RGB_COLORS, (void**)&DIB_pixels, NULL, 0); 287 memcpy(DIB_pixels, pixels, height*width*4);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowicons.c | 243 uint32_t *DIB_pixels; local in function:NetWMToWinIconAlpha 262 DIB_RGB_COLORS, (void **) &DIB_pixels, NULL, 270 memcpy(DIB_pixels, pixels, height * width * 4);
|
Completed in 6 milliseconds