/external/libjpeg-turbo/ |
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, (JDIMENSION)1); in start_input_bmp() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
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()
|
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 248 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/ |
D | fx_bmp.h | 32 int32_t biHeight; member
|
D | cfx_bmpdecompressor.cpp | 154 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/ |
D | sink_filter_ds.cc | 199 << 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()
|
D | device_info_ds.cc | 426 capability.height = h->bmiHeader.biHeight; in CreateCapabilityMap() 435 capability.height = h->bmiHeader.biHeight; in CreateCapabilityMap()
|
/external/angle/util/windows/win32/ |
D | Win32Pixmap.cpp | 33 bitmapInfo.bmiHeader.biHeight = static_cast<LONG>(height); in initialize()
|
D | Win32Window.cpp | 680 bitmapInfo.biHeight = -mHeight; in takeScreenshot()
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_frame_win.cc | 42 bmi.bmiHeader.biHeight = -size.height(); in Create()
|
/external/swiftshader/src/WSI/ |
D | Win32SurfaceKHR.cpp | 105 …bitmapInfo.bmiHeader.biHeight = -static_cast<LONG>(extent.height); // Negative for top-down DIB, … in present()
|
/external/skia/tools/sk_app/win/ |
D | RasterWindowContext_win.cpp | 64 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down. in resize()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 162 bitmapInfo.bmiHeader.biHeight = height; in NativePixmap() 337 bitmapInfo.biHeight = -height; in readScreenPixels()
|
/external/mesa3d/src/gallium/winsys/sw/gdi/ |
D | gdi_sw_winsys.c | 154 gdt->bmi.bmiHeader.biHeight= -(long)height; in gdi_sw_displaytarget_create()
|
/external/cronet/base/debug/ |
D | gdi_debug_util_win.cc | 351 header->biHeight = -5; in CrashIfCannotAllocateSmallBitmap() 442 LONG height = header ? header->biHeight : 0; in CollectGDIUsageAndDie()
|
/external/pdfium/core/fxge/win32/ |
D | cgdi_device_driver.cpp | 169 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()
|
D | cgdi_display_driver.cpp | 50 bmi.bmiHeader.biHeight = -height; in GetDIBits()
|
/external/ImageMagick/coders/ |
D | screenshot.c | 222 bmi.bmiHeader.biHeight=(-1)*(LONG) screen->rows; in ReadSCREENSHOTImage()
|
D | emf.c | 572 DIBinfo.bmiHeader.biHeight=(-1)*(LONG) image->rows; in ReadEMFImage()
|
/external/skia/gm/ |
D | rasterhandleallocator.cpp | 190 hdr.biHeight = -height; // Minus means top-down bitmap. in Create()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 523 bmih->biHeight = -((long)image_height); in rpng_win_create_window()
|
D | rpng2-win.c | 729 bmih->biHeight = -((long)rpng2_info.height);
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 749 pbmih->biHeight = -((long) cyWinSize);
|
/external/pdfium/samples/ |
D | pdfium_test_write_helper.cc | 474 bmi.bmiHeader.biHeight = -height; // top-down image in WriteBmp()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 524 info.bmiHeader.biHeight = fHeight; in draw()
|