Home
last modified time | relevance | path

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

12

/external/libjpeg-turbo/
Drdbmp.c429 int biWidth; in start_input_bmp() local
461 biWidth = (int)GET_2B(bmpinfoheader, 4); 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()
485 biWidth = (int)GET_4B(bmpinfoheader, 4); 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()
572 row_width = (JDIMENSION)biWidth; in start_input_bmp()
[all …]
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc249 int width = bmi.bmiHeader.biWidth; in OnPaint()
284 int thumb_width = bmi.bmiHeader.biWidth / 4; in OnPaint()
288 thumb_height, 0, 0, bmi.bmiHeader.biWidth, in OnPaint()
587 bmi_.bmiHeader.biWidth = width; in VideoRenderer()
602 if (width == bmi_.bmiHeader.biWidth && height == bmi_.bmiHeader.biHeight) { in SetSize()
606 bmi_.bmiHeader.biWidth = width; in SetSize()
629 bmi_.bmiHeader.biWidth * bmi_.bmiHeader.biBitCount / 8, in OnFrame()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c167 int32_t biWidth; member
255 bmih.biWidth = width; in debug_dump_float_rgba_bmp()
312 bmih.biWidth = width; in debug_dump_ubyte_rgba_bmp()
/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp31 pbmih->biWidth = pBitmap->GetWidth(); in GetBitmapInfo()
62 int width = pbmi->bmiHeader.biWidth; in FX_WindowsDIB_LoadFromBuf()
197 bmih.biWidth = width; in CFX_WindowsDIB()
Dfx_win32_gdipext.cpp700 pbmih->biWidth = width; in LoadDIBitmap()
973 int width = pInfo->pbmi->bmiHeader.biWidth; in LoadDIBitmap()
Dfx_win32_device.cpp869 bmi.bmiHeader.biWidth = width; in GDI_StretchBitMask()
1178 bmi.bmiHeader.biWidth = width; in GetDIBits()
/external/pdfium/core/fxcodec/bmp/
Dfx_bmp.h31 int32_t biWidth; member
Dcfx_bmpdecompressor.cpp151 reinterpret_cast<uint8_t*>(&bmp_info_header.biWidth)); in ReadBmpHeaderIfh()
188 reinterpret_cast<uint8_t*>(&bmp_info_header.biWidth)); in ReadBmpHeaderIfh()
/external/angle/util/windows/win32/
DWin32Pixmap.cpp32 bitmapInfo.bmiHeader.biWidth = static_cast<LONG>(width); in initialize()
DWin32Window.cpp679 bitmapInfo.biWidth = mWidth; in takeScreenshot()
/external/webrtc/modules/desktop_capture/
Ddesktop_frame_win.cc43 bmi.bmiHeader.biWidth = size.width(); in Create()
/external/skqp/tools/sk_app/win/
DRasterWindowContext_win.cpp63 bmpInfo->bmiHeader.biWidth = w; in resize()
/external/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp63 bmpInfo->bmiHeader.biWidth = w; in resize()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp161 bitmapInfo.bmiHeader.biWidth = width; in NativePixmap()
336 bitmapInfo.biWidth = width; in readScreenPixels()
/external/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp143 bitmapInfo.bmiHeader.biWidth = windowExtent.width; in lazyCreateFrameBuffer()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c153 gdt->bmi.bmiHeader.biWidth = gdt->stride / cpp; in gdi_sw_displaytarget_create()
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp146 bitmapInfo.bmiHeader.biWidth = width; in init()
/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc199 << bih->biWidth << " height:" << bih->biHeight in TranslateMediaTypeToVideoCaptureCapability()
224 capability->width = bih->biWidth; in TranslateMediaTypeToVideoCaptureCapability()
316 vih->bmiHeader.biWidth = capability_.width; in STDMETHOD()
Ddevice_info_ds.cc423 capability.width = h->bmiHeader.biWidth; in CreateCapabilityMap()
432 capability.width = h->bmiHeader.biWidth; in CreateCapabilityMap()
/external/ImageMagick/coders/
Dscreenshot.c221 bmi.bmiHeader.biWidth=(LONG) screen->columns; in ReadSCREENSHOTImage()
/external/skia/gm/
Drasterhandleallocator.cpp189 hdr.biWidth = width; in Create()
/external/skqp/samplecode/
DSampleBigGradient.cpp190 hdr.biWidth = width; in Create()
/external/libpng/contrib/gregbook/
Drpng-win.c522 bmih->biWidth = image_width; in rpng_win_create_window()
/external/skia/src/ports/
DSkFontHost_win.cpp503 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw() local
515 info.bmiHeader.biWidth = biWidth; in draw()
531 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw()
/external/skqp/src/ports/
DSkFontHost_win.cpp493 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw() local
505 info.bmiHeader.biWidth = biWidth; in draw()
521 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw()

12