Home
last modified time | relevance | path

Searched refs:biClrUsed (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdbmp.c434 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 Du_debug_image.c175 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 DWin32Pixmap.cpp40 bitmapInfo.bmiHeader.biClrUsed = 0; in initialize()
H A DWin32Window.cpp687 bitmapInfo.biClrUsed = 0; in takeScreenshot()
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c161 gdt->bmi.bmiHeader.biClrUsed = 0; in gdi_sw_displaytarget_create()
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp169 bitmapInfo.bmiHeader.biClrUsed = 0; in NativePixmap()
344 bitmapInfo.biClrUsed = 0; in readScreenPixels()
/third_party/ffmpeg/libavdevice/
H A Ddshow_common.c80 dstruct(s, bih, biClrUsed, "lu"); in dump_bih()
H A Dvfwcap.c158 dstruct(s, bih, biClrUsed, "lu"); in dump_bih()
H A Dgdigrab.c380 bmi.bmiHeader.biClrUsed = 0; in gdigrab_read_header()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDxgiFns.cpp119 bmi.bmiHeader.biClrUsed = 0; in _Present()
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp522 info.bmiHeader.biClrUsed = 2; in draw()

Completed in 10 milliseconds