Searched refs:pbPixels (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwmesadef.h36 PBYTE pbPixels; member in struct:wmesa_framebuffer
H A Dwmesa.c177 (void **)&(pwfb->pbPixels),
308 memset(pwfb->pbPixels, bColor,
317 memset(pwfb->pbPixels, wColor & 0xff,
329 memset(pwfb->pbPixels,
344 clearRow = pwfb->pbPixels +
581 LPDWORD lpdw = ((LPDWORD)((pwc)->pbPixels + (pwc)->ScanWidth * (y)) + (x)); \
601 lpdw = ((LPDWORD)(pwfb->pbPixels + pwfb->ScanWidth * y)) + x;
646 lpdw = ((LPDWORD)(pwfb->pbPixels + pwfb->ScanWidth * y)) + x;
671 lpdw = ((LPDWORD)(pwfb->pbPixels + pwfb->ScanWidth * y2)) + x[i];
686 LPBYTE lpb = ((LPBYTE)((pwc)->pbPixels
[all...]

Completed in 71 milliseconds