Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_bmp.c44 #ifndef BI_RGB
45 #define BI_RGB 0 macro
160 biCompression = BI_RGB; in SDL_LoadBMP_RW()
253 case BI_RGB: in SDL_LoadBMP_RW()
580 biCompression = BI_RGB; in SDL_SaveBMP_RW()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Pixmap.cpp36 bitmapInfo.bmiHeader.biCompression = BI_RGB; in initialize()
DWin32Window.cpp683 bitmapInfo.biCompression = BI_RGB; in takeScreenshot()
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/
DWin32Pixmap.cpp36 bitmapInfo.bmiHeader.biCompression = BI_RGB; in initialize()
DWin32Window.cpp675 bitmapInfo.biCompression = BI_RGB; in takeScreenshot()
/third_party/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp67 bmpInfo->bmiHeader.biCompression = BI_RGB; in resize()
/third_party/flutter/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp67 bmpInfo->bmiHeader.biCompression = BI_RGB; in resize()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsframebuffer.c77 info->bmiHeader.biCompression = BI_RGB; in WIN_CreateWindowFramebuffer()
DSDL_windowswindow.c425 SDL_WriteLE32(dst, BI_RGB); in WIN_SetWindowIcon()
DSDL_windowskeyboard.c1300 infoHeader->biCompression = BI_RGB; in StartDrawToBitmap()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp148 bitmapInfo.bmiHeader.biCompression = BI_RGB; in lazyCreateFrameBuffer()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferGDI.cpp147 bitmapInfo.bmiHeader.biCompression = BI_RGB; in init()
/third_party/ffmpeg/libavdevice/
Dvfwcap.c63 case BI_RGB: in vfw_pixfmt()
400 if(biCompression == BI_RGB) { in vfw_read_header()
Dgdigrab.c363 bmi.bmiHeader.biCompression = BI_RGB; in gdigrab_read_header()
Ddshow.c38 case BI_RGB: in dshow_pixfmt()
1001 if (bih->biCompression == BI_RGB || bih->biCompression == BI_BITFIELDS) { in dshow_add_device()
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/
Dwindows_screenshot.c64 bih.biCompression = BI_RGB; in SaveBitmapToFile()
/third_party/skia/gm/
Drasterhandleallocator.cpp193 hdr.biCompression = BI_RGB; // No compression. in Create()
/third_party/flutter/skia/gm/
Drasterhandleallocator.cpp194 hdr.biCompression = BI_RGB; // No compression. in Create()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstgdiscreencapsrc.c307 src->info.bmiHeader.biCompression = BI_RGB; in gst_gdiscreencapsrc_set_caps()
/third_party/skia/src/ports/
DSkFontHost_win.cpp520 info.bmiHeader.biCompression = BI_RGB; in draw()
/third_party/flutter/skia/src/ports/
DSkFontHost_win.cpp512 info.bmiHeader.biCompression = BI_RGB; in draw()
/third_party/mingw-w64/mingw-w64-headers/include/
Dwingdi.h661 #define BI_RGB __MSABI_LONG(0) macro