Home
last modified time | relevance | path

Searched refs:biHeight (Results 1 – 25 of 43) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_bmp.c117 Sint32 biHeight = 0; in SDL_LoadBMP_RW() local
157 biHeight = (Uint32) SDL_ReadLE16(src); in SDL_LoadBMP_RW()
164 biHeight = SDL_ReadLE32(src); in SDL_LoadBMP_RW()
226 if (biHeight < 0) { in SDL_LoadBMP_RW()
228 biHeight = -biHeight; in SDL_LoadBMP_RW()
300 SDL_CreateRGBSurface(0, biWidth, biHeight, biBitCount, Rmask, Gmask, in SDL_LoadBMP_RW()
479 Sint32 biHeight; in SDL_SaveBMP_RW() local
577 biHeight = surface->h; in SDL_SaveBMP_RW()
609 SDL_WriteLE32(dst, biHeight); in SDL_SaveBMP_RW()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdbmp.c442 int biHeight; in start_input_bmp() local
474 biHeight = (int)GET_2B(bmpinfoheader, 6); in start_input_bmp()
481 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight); in start_input_bmp()
484 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight); in start_input_bmp()
496 biHeight = (int)GET_4B(bmpinfoheader, 8); in start_input_bmp()
508 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight); in start_input_bmp()
511 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight); in start_input_bmp()
514 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight); in start_input_bmp()
535 if (biWidth <= 0 || biHeight <= 0) in start_input_bmp()
613 row_width, (JDIMENSION)biHeight, (JDIMENSION)1); in start_input_bmp()
[all …]
/third_party/libjpeg-turbo/
Drdbmp.c442 int biHeight; in start_input_bmp() local
474 biHeight = (int)GET_2B(bmpinfoheader, 6); in start_input_bmp()
481 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight); in start_input_bmp()
484 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight); in start_input_bmp()
496 biHeight = (int)GET_4B(bmpinfoheader, 8); in start_input_bmp()
508 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight); in start_input_bmp()
511 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight); in start_input_bmp()
514 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight); in start_input_bmp()
535 if (biWidth <= 0 || biHeight <= 0) in start_input_bmp()
613 row_width, (JDIMENSION)biHeight, (JDIMENSION)1); in start_input_bmp()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdbmp.c430 int biHeight; in start_input_bmp() local
462 biHeight = (int)GET_2B(bmpinfoheader, 6); in start_input_bmp()
469 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight); in start_input_bmp()
473 TRACEMS3(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight, in start_input_bmp()
486 biHeight = (int)GET_4B(bmpinfoheader, 8); in start_input_bmp()
498 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight); in start_input_bmp()
502 TRACEMS3(cinfo, 1, JTRC_BMP, biWidth, biHeight, source->bits_per_pixel); in start_input_bmp()
523 if (biWidth <= 0 || biHeight <= 0) in start_input_bmp()
527 (unsigned long long)biWidth * biHeight > sinfo->max_pixels) in start_input_bmp()
610 row_width, (JDIMENSION)biHeight, (JDIMENSION)1); in start_input_bmp()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstgdiscreencapsrc.c304 src->info.bmiHeader.biHeight = src->src_rect.top - src->src_rect.bottom; in gst_gdiscreencapsrc_set_caps()
332 (gint) (-src->info.bmiHeader.biHeight), in gst_gdiscreencapsrc_set_caps()
417 !src->info.bmiHeader.biHeight)) { in gst_gdiscreencapsrc_create()
424 (-src->info.bmiHeader.biHeight); in gst_gdiscreencapsrc_create()
429 (gint) (-src->info.bmiHeader.biHeight)); in gst_gdiscreencapsrc_create()
528 height = -src->info.bmiHeader.biHeight; in gst_gdiscreencapsrc_screen_capture()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c168 int32_t biHeight; member
256 bmih.biHeight = height; in debug_dump_float_rgba_bmp()
313 bmih.biHeight = height; in debug_dump_ubyte_rgba_bmp()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dbitmap.c42 uint32_t biHeight; member
70 info_header->biHeight = htole32(height); in create_info_header()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.cpp72 (newvh->bmiHeader.biHeight == curvh->bmiHeader.biHeight) && in CheckMediaType()
143 int height = ABS (vh->bmiHeader.biHeight); in CopyToDestinationBuffer()
/third_party/ffmpeg/libavdevice/
Dvfwcap.c149 dstruct(s, bih, biHeight, "ld"); in dump_bih()
339 bi->bmiHeader.biHeight = h; in vfw_read_header()
346 bi->bmiHeader.biHeight = 240; in vfw_read_header()
389 par->height = bi->bmiHeader.biHeight; in vfw_read_header()
Ddshow_common.c71 dstruct(s, bih, biHeight, "ld"); in dump_bih()
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/
DWin32Pixmap.cpp33 bitmapInfo.bmiHeader.biHeight = static_cast<LONG>(height); in initialize()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Pixmap.cpp33 bitmapInfo.bmiHeader.biHeight = static_cast<LONG>(height); in initialize()
/third_party/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp64 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down. in resize()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsframebuffer.c83 info->bmiHeader.biHeight = -window->h; /* negative for topdown bitmap */ in WIN_CreateWindowFramebuffer()
/third_party/flutter/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp64 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down. in resize()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp162 bitmapInfo.bmiHeader.biHeight = height; in NativePixmap()
337 bitmapInfo.biHeight = -height; in readScreenPixels()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp146 …bitmapInfo.bmiHeader.biHeight = -static_cast<LONG>(windowExtent.height); // Negative for top-down… in lazyCreateFrameBuffer()
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c154 gdt->bmi.bmiHeader.biHeight= -(long)height; in gdi_sw_displaytarget_create()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferGDI.cpp145 bitmapInfo.bmiHeader.biHeight = -height; in init()
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/
Dwindows_screenshot.c61 bih.biHeight = bitmap.bmHeight; in SaveBitmapToFile()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDxgi.cpp112 bmi.bmiHeader.biHeight= -(long)h; in _Present()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.cpp103 pin_mediatype->defaultHeight = video_info->bmiHeader.biHeight; in gst_dshow_new_pin_mediatype_from_enum_mediatypes()
127 pin_mediatype->defaultHeight = video_info->bmiHeader.biHeight; in gst_dshow_new_pin_mediatype_from_streamcaps()
/third_party/flutter/skia/gm/
Drasterhandleallocator.cpp191 hdr.biHeight = -height; // Minus means top-down bitmap. in Create()
/third_party/skia/gm/
Drasterhandleallocator.cpp190 hdr.biHeight = -height; // Minus means top-down bitmap. in Create()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c523 bmih->biHeight = -((long)image_height); in rpng_win_create_window()

12