Home
last modified time | relevance | path

Searched refs:biHeight (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdbmp.c430 int biHeight; in start_input_bmp() local
462 biHeight = (int)GET_2B(bmpinfoheader, 6); in start_input_bmp()
469 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight); in start_input_bmp()
473 TRACEMS3(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight, in start_input_bmp()
486 biHeight = (int)GET_4B(bmpinfoheader, 8); in start_input_bmp()
498 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight); in start_input_bmp()
502 TRACEMS3(cinfo, 1, JTRC_BMP, biWidth, biHeight, source->bits_per_pixel); in start_input_bmp()
523 if (biWidth <= 0 || biHeight <= 0) in start_input_bmp()
527 (unsigned long long)biWidth * biHeight > sinfo->max_pixels) in start_input_bmp()
610 row_width, (JDIMENSION)biHeight, (JDIMENSIO in start_input_bmp()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_image.c168 int32_t biHeight; member
256 bmih.biHeight = height; in debug_dump_float_rgba_bmp()
313 bmih.biHeight = height; in debug_dump_ubyte_rgba_bmp()
/third_party/ffmpeg/libavdevice/
H A Dvfwcap.c149 dstruct(s, bih, biHeight, "ld"); in dump_bih()
339 bi->bmiHeader.biHeight = h; in vfw_read_header()
346 bi->bmiHeader.biHeight = 240; in vfw_read_header()
389 par->height = bi->bmiHeader.biHeight; in vfw_read_header()
H A Ddshow_common.c71 dstruct(s, bih, biHeight, "ld"); in dump_bih()
H A Dgdigrab.c373 bmi.bmiHeader.biHeight = -(clip_rect.bottom - clip_rect.top); in gdigrab_read_header()
H A Ddshow.c735 fmt_info->height = bih->biHeight; in dshow_get_format_info()
983 bih->biHeight = requested_height; in dshow_cycle_formats()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A DWin32Pixmap.cpp33 bitmapInfo.bmiHeader.biHeight = static_cast<LONG>(height); in initialize()
H A DWin32Window.cpp680 bitmapInfo.biHeight = -mHeight; in takeScreenshot()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DWin32SurfaceKHR.cpp146 bitmapInfo.bmiHeader.biHeight = -static_cast<LONG>(windowExtent.height); // Negative for top-down DIB, origin in upper-left corner in lazyCreateFrameBuffer()
/third_party/skia/tools/sk_app/win/
H A DRasterWindowContext_win.cpp64 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down. in resize()
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c154 gdt->bmi.bmiHeader.biHeight= -(long)height; in gdi_sw_displaytarget_create()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferGDI.cpp145 bitmapInfo.bmiHeader.biHeight = -height; in init()
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp162 bitmapInfo.bmiHeader.biHeight = height; in NativePixmap()
337 bitmapInfo.biHeight = -height; in readScreenPixels()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDxgiFns.cpp112 bmi.bmiHeader.biHeight= -(long)h; in _Present()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_win32.c327 info.bmiHeader.biHeight = -create_info->imageExtent.height; in wsi_win32_image_init()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-win.c523 bmih->biHeight = -((long)image_height); in rpng_win_create_window()
H A Drpng2-win.c729 bmih->biHeight = -((long)rpng2_info.height);
/third_party/skia/gm/
H A Drasterhandleallocator.cpp190 hdr.biHeight = -height; // Minus means top-down bitmap. in Create()
/third_party/skia/third_party/externals/libpng/contrib/visupng/
H A DVisualPng.c749 pbmih->biHeight = -((long) cyWinSize);
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp517 info.bmiHeader.biHeight = fHeight; in draw()

Completed in 19 milliseconds