/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdbmp.c | 430 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 D | u_debug_image.c | 168 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 D | vfwcap.c | 149 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 D | dshow_common.c | 71 dstruct(s, bih, biHeight, "ld"); in dump_bih()
|
H A D | gdigrab.c | 373 bmi.bmiHeader.biHeight = -(clip_rect.bottom - clip_rect.top); in gdigrab_read_header()
|
H A D | dshow.c | 735 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 D | Win32Pixmap.cpp | 33 bitmapInfo.bmiHeader.biHeight = static_cast<LONG>(height); in initialize()
|
H A D | Win32Window.cpp | 680 bitmapInfo.biHeight = -mHeight; in takeScreenshot()
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | Win32SurfaceKHR.cpp | 146 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 D | RasterWindowContext_win.cpp | 64 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 D | gdi_sw_winsys.c | 154 gdt->bmi.bmiHeader.biHeight= -(long)height; in gdi_sw_displaytarget_create()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferGDI.cpp | 145 bitmapInfo.bmiHeader.biHeight = -height; in init()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32EGLNativeDisplayFactory.cpp | 162 bitmapInfo.bmiHeader.biHeight = height; in NativePixmap() 337 bitmapInfo.biHeight = -height; in readScreenPixels()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | DxgiFns.cpp | 112 bmi.bmiHeader.biHeight= -(long)h; in _Present()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_win32.c | 327 info.bmiHeader.biHeight = -create_info->imageExtent.height; in wsi_win32_image_init()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-win.c | 523 bmih->biHeight = -((long)image_height); in rpng_win_create_window()
|
H A D | rpng2-win.c | 729 bmih->biHeight = -((long)rpng2_info.height);
|
/third_party/skia/gm/ |
H A D | rasterhandleallocator.cpp | 190 hdr.biHeight = -height; // Minus means top-down bitmap. in Create()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | VisualPng.c | 749 pbmih->biHeight = -((long) cyWinSize);
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 517 info.bmiHeader.biHeight = fHeight; in draw()
|