Searched refs:BI_RGB (Results 1 – 7 of 7) sorted by relevance
44 #ifndef BI_RGB45 #define BI_RGB 0 macro246 biCompression = BI_RGB; in SDL_LoadBMP_RW()350 case BI_RGB: in SDL_LoadBMP_RW()688 biCompression = BI_RGB; in SDL_SaveBMP_RW()
96 #ifndef BI_RGB97 #define BI_RGB 0 macro291 biCompression = BI_RGB; in LoadBMP_RW()389 case BI_RGB: in LoadBMP_RW()732 case BI_RGB: in LoadICOCUR_RW()
78 info->bmiHeader.biCompression = BI_RGB; in WIN_CreateWindowFramebuffer()
473 SDL_WriteLE32(dst, BI_RGB); in WIN_SetWindowIcon()
1295 infoHeader->biCompression = BI_RGB; in StartDrawToBitmap()
159 bi.biCompression = BI_RGB; in TIFFRGBA2DIB()214 bi.biCompression = BI_RGB; in TIFFRGBA2DIB()
273 bi.biCompression = BI_RGB; in CreateDIB()
Completed in 14 milliseconds