Searched refs:biClrUsed (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdbmp.c | 434 int biClrUsed = 0; in start_input_bmp() local 492 biClrUsed = GET_4B(bmpinfoheader, 32); in start_input_bmp() 538 if (biClrUsed <= 0) in start_input_bmp() 539 biClrUsed = 256; /* assume it's 256 */ in start_input_bmp() 540 else if (biClrUsed > 256) in start_input_bmp() 544 ((j_common_ptr)cinfo, JPOOL_IMAGE, (JDIMENSION)biClrUsed, (JDIMENSION)3); in start_input_bmp() 545 source->cmap_length = (int)biClrUsed; in start_input_bmp() 547 read_colormap(source, (int)biClrUsed, mapentrysize); in start_input_bmp() 549 bPad -= biClrUsed * mapentrysize; in start_input_bmp()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_debug_image.c | 175 uint32_t biClrUsed; member 263 bmih.biClrUsed = 0; in debug_dump_float_rgba_bmp() 320 bmih.biClrUsed = 0; in debug_dump_ubyte_rgba_bmp()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
H A D | Win32Pixmap.cpp | 40 bitmapInfo.bmiHeader.biClrUsed = 0; in initialize()
|
H A D | Win32Window.cpp | 687 bitmapInfo.biClrUsed = 0; in takeScreenshot()
|
/third_party/mesa3d/src/gallium/winsys/sw/gdi/ |
H A D | gdi_sw_winsys.c | 161 gdt->bmi.bmiHeader.biClrUsed = 0; in gdi_sw_displaytarget_create()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32EGLNativeDisplayFactory.cpp | 169 bitmapInfo.bmiHeader.biClrUsed = 0; in NativePixmap() 344 bitmapInfo.biClrUsed = 0; in readScreenPixels()
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_common.c | 80 dstruct(s, bih, biClrUsed, "lu"); in dump_bih()
|
H A D | vfwcap.c | 158 dstruct(s, bih, biClrUsed, "lu"); in dump_bih()
|
H A D | gdigrab.c | 380 bmi.bmiHeader.biClrUsed = 0; in gdigrab_read_header()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | DxgiFns.cpp | 119 bmi.bmiHeader.biClrUsed = 0; in _Present()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 522 info.bmiHeader.biClrUsed = 2; in draw()
|
Completed in 10 milliseconds