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

  /external/webkit/WebCore/platform/win/
BitmapInfo.cpp 37 bitmapInfo.bmiHeader.biHeight = height;
DragImageCairoWin.cpp 67 bmpInfo.bmiHeader.biHeight,
DragImageCGWin.cpp 57 CGContextRef bitmapContext = CGBitmapContextCreate(bits, bmpInfo.bmiHeader.biWidth, bmpInfo.bmiHeader.biHeight, 8,
  /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/WebCore/platform/image-decoders/bmp/
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)))
BMPImageReader.h 110 int32_t biHeight;
356 // (and, confusingly, add its height to the biHeight value in the info
  /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/WebKitTools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 56 bmp.bmiHeader.biHeight = -(frame.bottom - frame.top);
  /external/opencore/pvmi/media_io/pvmiofileoutput/include/
avi_write.h 145 int32 biHeight;
  /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/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 584 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/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/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/opencore/pvmi/media_io/pvmiofileoutput/src/
pvmi_media_io_fileoutput.cpp     [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 872 milliseconds