Searched refs:pbPixels (Results 1 – 2 of 2) sorted by relevance
177 (void **)&(pwfb->pbPixels), in wmCreateBackingStore()308 memset(pwfb->pbPixels, bColor, in clear()317 memset(pwfb->pbPixels, wColor & 0xff, in clear()329 memset(pwfb->pbPixels, in clear()344 clearRow = pwfb->pbPixels + in clear()581 LPDWORD lpdw = ((LPDWORD)((pwc)->pbPixels + (pwc)->ScanWidth * (y)) + (x)); \601 lpdw = ((LPDWORD)(pwfb->pbPixels + pwfb->ScanWidth * y)) + x; in write_rgba_span_32()646 lpdw = ((LPDWORD)(pwfb->pbPixels + pwfb->ScanWidth * y)) + x; in read_rgba_span_32()671 lpdw = ((LPDWORD)(pwfb->pbPixels + pwfb->ScanWidth * y2)) + x[i]; in read_rgba_pixels_32()686 LPBYTE lpb = ((LPBYTE)((pwc)->pbPixels + (pwc)->ScanWidth * (y)) + (3 * x)); \[all …]
36 PBYTE pbPixels; member