Searched refs:pDIBBits (Results 1 – 1 of 1) sorted by relevance
/dports/x11-toolkits/fltk/fltk-1.3.8/src/ |
H A D | Fl_win32.cxx | 783 void *pDIBBits = (void*)(lpBI->bmiColors + 256); local 784 if (lpBI->bmiHeader.biCompression == BI_BITFIELDS) pDIBBits = (void*)(lpBI->bmiColors + 3); 785 …else if (lpBI->bmiHeader.biClrUsed > 0) pDIBBits = (void*)(lpBI->bmiColors + lpBI->bmiHeader.biClr… 788 SetDIBitsToDevice(fl_gc, 0, 0, width, height, 0, 0, 0, height, pDIBBits, lpBI, DIB_RGB_COLORS);
|