Searched refs:biHeight (Results 1 - 16 of 16) sorted by relevance

/external/webkit/WebCore/platform/win/
H A DBitmapInfo.cpp37 bitmapInfo.bmiHeader.biHeight = height;
H A DDragImageCairoWin.cpp67 bmpInfo.bmiHeader.biHeight,
H A DDragImageCGWin.cpp57 CGContextRef bitmapContext = CGBitmapContextCreate(bits, bmpInfo.bmiHeader.biWidth, bmpInfo.bmiHeader.biHeight, 8,
/external/jpeg/
H A Drdbmp.c255 INT32 biHeight = 0; local
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/WebCore/platform/image-decoders/bmp/
H A DBMPImageReader.cpp184 if (!m_parent->setSize(m_infoHeader.biWidth, m_infoHeader.biHeight))
223 m_infoHeader.biHeight = readUint16(6);
230 m_infoHeader.biHeight = readUint32(8);
232 m_infoHeader.biHeight /= 2;
279 if (m_infoHeader.biHeight < 0) {
281 m_infoHeader.biHeight = -m_infoHeader.biHeight;
291 if ((m_infoHeader.biWidth <= 0) || (m_infoHeader.biHeight == 0))
389 || (m_infoHeader.biHeight >= (1 << 16)))
H A DBMPImageReader.h110 int32_t biHeight; member in struct:WebCore::BMPImageReader::BitmapInfoHeader
356 // (and, confusingly, add its height to the biHeight value in the info
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_bmp.c72 Sint32 biHeight; local
112 biHeight = (Uint32)SDL_ReadLE16(src);
123 biHeight = SDL_ReadLE32(src);
206 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
348 Sint32 biHeight; local
430 biHeight = surface->h;
447 SDL_WriteLE32(dst, biHeight);
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DPixelDumpSupportWin.cpp56 bmp.bmiHeader.biHeight = -(frame.bottom - frame.top);
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_syswm.c70 Sint32 biHeight;
108 icon_win32->biHeight = icon->h*2;
/external/libpng/contrib/gregbook/
H A Drpng-win.c472 bmih->biHeight = -((long)image_height);
H A Drpng2-win.c698 bmih->biHeight = -((long)rpng2_info.height);
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp584 bitmapInfo.bmiHeader.biHeight = dstRect.height();
/external/libpng/contrib/visupng/
H A DVisualPng.c741 pbmih->biHeight = -((long) cyWinSize);
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
H A DSDL_gapivideo.c1198 pHeader->biHeight = -this->hidden->h;
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
H A DSDL_dibvideo.c736 binfo->bmiHeader.biHeight = -video->h; /* -ve for topdown bitmap */
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp1168 bitmapInfo.bmiHeader.biHeight = dstRect.height();

Completed in 902 milliseconds