HomeSort by relevance Sort by last modified time
    Searched refs:biHeight (Results 1 - 24 of 24) sorted by null

  /external/qemu/android/camera/
camera-capture-windows.c 281 abs(wcd->frame_bitmap->bmiHeader.biHeight) != frame_height) {
284 wcd->frame_bitmap->bmiHeader.biHeight = frame_height;
311 * biHeight field, since the way "top-down" form is reported here is by
312 * setting biHeight to a negative value. */
313 if (wcd->frame_bitmap->bmiHeader.biHeight < 0) {
314 wcd->frame_bitmap->bmiHeader.biHeight =
315 -wcd->frame_bitmap->bmiHeader.biHeight;
374 wcd->frame_bitmap->bmiHeader.biHeight != bitmap.bmHeight ) {
378 wcd->frame_bitmap->bmiHeader.biHeight);
395 /* Adjust GDI's bitmap biHeight for proper frame direction ("top-down", o
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 74 bitmapInfo.bmiHeader.biSizeImage = bitmapInfo.bmiHeader.biWidth * abs(bitmapInfo.bmiHeader.biHeight) * (bitmapInfo.bmiHeader.biBitCount + 7) / 8;
79 GetDIBits(bitmapDC.get(), image, 0, bitmapInfo.bmiHeader.biHeight, memoryBuffer->data(), &bitmapInfo, DIB_RGB_COLORS);
86 m_page->send(Messages::WebPageProxy::StartDragDrop(imageOrigin, dragPoint, okEffect, dragData.dragDataMap(), IntSize(bitmapInfo.bmiHeader.biWidth, bitmapInfo.bmiHeader.biHeight), handle, isLink), m_page->pageID());
  /external/webkit/Source/WebCore/platform/win/
BitmapInfo.cpp 40 bitmapInfo.bmiHeader.biHeight = height;
BitmapInfo.h 54 unsigned height() const { return abs(bmiHeader.biHeight); }
DragImageCGWin.cpp 56 CGContextRef bitmapContext = CGBitmapContextCreate(bits, bmpInfo.bmiHeader.biWidth, bmpInfo.bmiHeader.biHeight, 8,
DragImageCairoWin.cpp 61 bmpInfo.bmiHeader.biHeight,
  /external/jpeg/
rdbmp.c 255 INT32 biHeight = 0;
287 biHeight = (INT32) GET_2B(bmpinfoheader,6);
294 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, (int) biWidth, (int) biHeight);
297 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, (int) biWidth, (int) biHeight);
311 biHeight = GET_4B(bmpinfoheader,8);
323 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, (int) biWidth, (int) biHeight);
326 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight);
386 row_width, (JDIMENSION) biHeight, (JDIMENSION) 1);
403 cinfo->image_height = (JDIMENSION) biHeight;
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 174 if (!m_parent->setSize(m_infoHeader.biWidth, m_infoHeader.biHeight))
211 m_infoHeader.biHeight = readUint16(6);
218 m_infoHeader.biHeight = readUint32(8);
220 m_infoHeader.biHeight /= 2;
266 if (m_infoHeader.biHeight < 0) {
268 m_infoHeader.biHeight = -m_infoHeader.biHeight;
278 if ((m_infoHeader.biWidth <= 0) || !m_infoHeader.biHeight)
360 if ((m_infoHeader.biWidth >= (1 << 16)) || (m_infoHeader.biHeight >= (1 << 16)))
BMPImageReader.h 111 int32_t biHeight;
346 // (and, confusingly, add its height to the biHeight value in the info
  /external/webkit/Source/WebCore/platform/graphics/win/
DIBPixelData.cpp 68 info.biHeight = m_size.height();
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 72 Sint32 biHeight;
112 biHeight = (Uint32)SDL_ReadLE16(src);
123 biHeight = SDL_ReadLE32(src);
206 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
348 Sint32 biHeight;
430 biHeight = surface->h;
447 SDL_WriteLE32(dst, biHeight);
  /external/webkit/Tools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 56 bmp.bmiHeader.biHeight = -(frame.bottom - frame.top);
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 70 Sint32 biHeight;
108 icon_win32->biHeight = icon->h*2;
  /external/libpng/contrib/gregbook/
rpng-win.c 472 bmih->biHeight = -((long)image_height);
rpng2-win.c 698 bmih->biHeight = -((long)rpng2_info.height);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 620 bitmapInfo.bmiHeader.biHeight = dstRect.height();
  /external/libpng/contrib/visupng/
VisualPng.c 741 pbmih->biHeight = -((long) cyWinSize);
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 532 info.bmiHeader.biHeight = glyph.fHeight;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 736 binfo->bmiHeader.biHeight = -video->h; /* -ve for topdown bitmap */
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 780 sdi.sizeDragImage.cy = bitmapInfo.bmiHeader.biHeight;
786 sdi.ptOffset.y = bitmapInfo.bmiHeader.biHeight - sdi.ptOffset.y;
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 1584 milliseconds