Searched defs:lxSize (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwmesa.c151 static BOOL wmCreateBackingStore(WMesaFramebuffer pwfb, long lxSize, long lySize) argument
157 pbmi->bmiHeader.biWidth = lxSize;
169 pwfb->ScanWidth = (lxSize * (pwfb->cColorBits / 8) + 3) & ~3;

Completed in 699 milliseconds