/external/webkit/WebCore/platform/win/ |
H A D | BitmapInfo.cpp | 37 bitmapInfo.bmiHeader.biHeight = height;
|
H A D | DragImageCairoWin.cpp | 67 bmpInfo.bmiHeader.biHeight,
|
H A D | DragImageCGWin.cpp | 57 CGContextRef bitmapContext = CGBitmapContextCreate(bits, bmpInfo.bmiHeader.biWidth, bmpInfo.bmiHeader.biHeight, 8,
|
/external/jpeg/ |
H A D | rdbmp.c | 255 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 D | BMPImageReader.cpp | 184 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 D | BMPImageReader.h | 110 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 D | SDL_bmp.c | 72 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 D | PixelDumpSupportWin.cpp | 56 bmp.bmiHeader.biHeight = -(frame.bottom - frame.top);
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
H A D | SDL_syswm.c | 70 Sint32 biHeight; 108 icon_win32->biHeight = icon->h*2;
|
/external/libpng/contrib/gregbook/ |
H A D | rpng-win.c | 472 bmih->biHeight = -((long)image_height);
|
H A D | rpng2-win.c | 698 bmih->biHeight = -((long)rpng2_info.height);
|
/external/webkit/WebCore/platform/graphics/wx/ |
H A D | GraphicsContextWx.cpp | 584 bitmapInfo.bmiHeader.biHeight = dstRect.height();
|
/external/libpng/contrib/visupng/ |
H A D | VisualPng.c | 741 pbmih->biHeight = -((long) cyWinSize);
|
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/ |
H A D | SDL_gapivideo.c | 1198 pHeader->biHeight = -this->hidden->h;
|
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
H A D | SDL_dibvideo.c | 736 binfo->bmiHeader.biHeight = -video->h; /* -ve for topdown bitmap */
|
/external/webkit/WebCore/platform/graphics/qt/ |
H A D | GraphicsContextQt.cpp | 1168 bitmapInfo.bmiHeader.biHeight = dstRect.height();
|