Home
last modified time | relevance | path

Searched refs:BI_RGB (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_bmp.c44 #ifndef BI_RGB
45 #define BI_RGB 0 macro
246 biCompression = BI_RGB; in SDL_LoadBMP_RW()
350 case BI_RGB: in SDL_LoadBMP_RW()
688 biCompression = BI_RGB; in SDL_SaveBMP_RW()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_bmp.c96 #ifndef BI_RGB
97 #define BI_RGB 0 macro
291 biCompression = BI_RGB; in LoadBMP_RW()
389 case BI_RGB: in LoadBMP_RW()
732 case BI_RGB: in LoadICOCUR_RW()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsframebuffer.c78 info->bmiHeader.biCompression = BI_RGB; in WIN_CreateWindowFramebuffer()
A DSDL_windowswindow.c473 SDL_WriteLE32(dst, BI_RGB); in WIN_SetWindowIcon()
A DSDL_windowskeyboard.c1295 infoHeader->biCompression = BI_RGB; in StartDrawToBitmap()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/
A DTiffile.cpp159 bi.biCompression = BI_RGB; in TIFFRGBA2DIB()
214 bi.biCompression = BI_RGB; in TIFFRGBA2DIB()
A Dtiff2dib.c273 bi.biCompression = BI_RGB; in CreateDIB()

Completed in 14 milliseconds