Home
last modified time | relevance | path

Searched refs:biHeight (Results 1 – 25 of 25) sorted by relevance

/external/libjpeg-turbo/
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, (JDIMENSION)1); in start_input_bmp()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
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()
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc248 int height = abs(bmi.bmiHeader.biHeight); in OnPaint()
285 int thumb_height = abs(bmi.bmiHeader.biHeight) / 4; in OnPaint()
289 -bmi.bmiHeader.biHeight, image, &bmi, DIB_RGB_COLORS, in OnPaint()
588 bmi_.bmiHeader.biHeight = -height; in VideoRenderer()
602 if (width == bmi_.bmiHeader.biWidth && height == bmi_.bmiHeader.biHeight) { in SetSize()
607 bmi_.bmiHeader.biHeight = -height; in SetSize()
/external/pdfium/core/fxcodec/bmp/
Dfx_bmp.h32 int32_t biHeight; member
Dcfx_bmpdecompressor.cpp154 reinterpret_cast<uint8_t*>(&bmp_info_header.biHeight)); in ReadBmpHeaderIfh()
191 reinterpret_cast<uint8_t*>(&bmp_info_header.biHeight)); in ReadBmpHeaderIfh()
/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc199 << bih->biWidth << " height:" << bih->biHeight in TranslateMediaTypeToVideoCaptureCapability()
228 if (sub_type == MEDIASUBTYPE_RGB24 && bih->biHeight > 0) { in TranslateMediaTypeToVideoCaptureCapability()
229 capability->height = -(bih->biHeight); in TranslateMediaTypeToVideoCaptureCapability()
231 capability->height = abs(bih->biHeight); in TranslateMediaTypeToVideoCaptureCapability()
317 vih->bmiHeader.biHeight = capability_.height; in STDMETHOD()
Ddevice_info_ds.cc426 capability.height = h->bmiHeader.biHeight; in CreateCapabilityMap()
435 capability.height = h->bmiHeader.biHeight; in CreateCapabilityMap()
/external/angle/util/windows/win32/
DWin32Pixmap.cpp33 bitmapInfo.bmiHeader.biHeight = static_cast<LONG>(height); in initialize()
DWin32Window.cpp680 bitmapInfo.biHeight = -mHeight; in takeScreenshot()
/external/webrtc/modules/desktop_capture/
Ddesktop_frame_win.cc42 bmi.bmiHeader.biHeight = -size.height(); in Create()
/external/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp105 …bitmapInfo.bmiHeader.biHeight = -static_cast<LONG>(extent.height); // Negative for top-down DIB, … in present()
/external/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp64 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down. in resize()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp162 bitmapInfo.bmiHeader.biHeight = height; in NativePixmap()
337 bitmapInfo.biHeight = -height; in readScreenPixels()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c154 gdt->bmi.bmiHeader.biHeight= -(long)height; in gdi_sw_displaytarget_create()
/external/cronet/base/debug/
Dgdi_debug_util_win.cc351 header->biHeight = -5; in CrashIfCannotAllocateSmallBitmap()
442 LONG height = header ? header->biHeight : 0; in CollectGDIUsageAndDie()
/external/pdfium/core/fxge/win32/
Dcgdi_device_driver.cpp169 pbmih->biHeight = -(int)pBitmap->GetHeight(); in GetBitmapInfo()
398 ((BITMAPINFOHEADER*)info.c_str())->biHeight *= -1; in GDI_SetDIBits()
474 bmi.bmiHeader.biHeight = -height; in GDI_StretchBitMask()
Dcgdi_display_driver.cpp50 bmi.bmiHeader.biHeight = -height; in GetDIBits()
/external/ImageMagick/coders/
Dscreenshot.c222 bmi.bmiHeader.biHeight=(-1)*(LONG) screen->rows; in ReadSCREENSHOTImage()
Demf.c572 DIBinfo.bmiHeader.biHeight=(-1)*(LONG) image->rows; in ReadEMFImage()
/external/skia/gm/
Drasterhandleallocator.cpp190 hdr.biHeight = -height; // Minus means top-down bitmap. in Create()
/external/libpng/contrib/gregbook/
Drpng-win.c523 bmih->biHeight = -((long)image_height); in rpng_win_create_window()
Drpng2-win.c729 bmih->biHeight = -((long)rpng2_info.height);
/external/libpng/contrib/visupng/
DVisualPng.c749 pbmih->biHeight = -((long) cyWinSize);
/external/pdfium/samples/
Dpdfium_test_write_helper.cc474 bmi.bmiHeader.biHeight = -height; // top-down image in WriteBmp()
/external/skia/src/ports/
DSkFontHost_win.cpp524 info.bmiHeader.biHeight = fHeight; in draw()