Searched defs:biHeight (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Drdbmp.c291 INT32 biHeight; local
323 biHeight = (INT32) GET_2B(bmpinfoheader,6);
330 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, (int) biWidth, (int) biHeight);
333 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, (int) biWidth, (int) biHeight);
345 biHeight = GET_4B(bmpinfoheader,8);
357 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, (int) biWidth, (int) biHeight);
360 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight);
363 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight);
384 if (biWidth <= 0 || biHeight <= 0)
428 row_width, (JDIMENSION) biHeight, (JDIMENSIO
[all...]
/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/qemu/distrib/jpeg-6b/
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/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_bmp.c74 Sint32 biHeight; local
114 biHeight = (Uint32)SDL_ReadLE16(src);
125 biHeight = SDL_ReadLE32(src);
146 if (biHeight < 0) {
148 biHeight = -biHeight;
225 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
377 Sint32 biHeight; local
459 biHeight = surface->h;
476 SDL_WriteLE32(dst, biHeight);
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
H A DBMPImageReader.h108 int32_t biHeight; member in struct:blink::BMPImageReader::BitmapInfoHeader
346 // (and, confusingly, add its height to the biHeight value in the info
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug.c575 int32_t biHeight; member in struct:bmp_info_header
661 bmih.biHeight = height;
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Davi_file.h56 uint32_t biHeight; member in struct:webrtc::BITMAPINFOHEADER
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.c575 int32_t biHeight; member in struct:bmp_info_header
661 bmih.biHeight = height;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 220 milliseconds