Home
last modified time | relevance | path

Searched refs:BI_BITFIELDS (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_bmp.c48 #define BI_BITFIELDS 3 macro
177 if (biCompression == BI_BITFIELDS) { in SDL_LoadBMP_RW()
191 if (biCompression == BI_BITFIELDS) { in SDL_LoadBMP_RW()
289 case BI_BITFIELDS: in SDL_LoadBMP_RW()
594 biCompression = BI_BITFIELDS; in SDL_SaveBMP_RW()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsframebuffer.c59 if (info->bmiHeader.biCompression == BI_BITFIELDS) { in WIN_CreateWindowFramebuffer()
DSDL_windowsmouse.c108 bmh.bV4V4Compression = BI_BITFIELDS; in WIN_CreateCursor()
DSDL_windowsmodes.c135 if (bmi->bmiHeader.biCompression == BI_BITFIELDS) { in WIN_UpdateDisplayMode()
/third_party/ffmpeg/libavdevice/
Ddshow.c37 case BI_BITFIELDS: in dshow_pixfmt()
1001 if (bih->biCompression == BI_RGB || bih->biCompression == BI_BITFIELDS) { in dshow_add_device()
/third_party/flutter/glfw/src/
Dwin32_window.c117 bi.bV5Compression = BI_BITFIELDS; in createIcon()