Home
last modified time | relevance | path

Searched refs:bmHeight (Results 1 – 25 of 862) sorted by relevance

12345678910>>...35

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/win/
H A DImageCairoWin.cpp52 …2_surface_create_with_dib (CAIRO_FORMAT_ARGB32, dibSection.dsBm.bmWidth, dibSection.dsBm.bmHeight); in create()
67 int bufferSize = bmpInfo.bmWidthBytes * bmpInfo.bmHeight; in getHBITMAPOfSize()
74 bmpInfo.bmHeight, in getHBITMAPOfSize()
85 …drawFrameMatchingSourceSize(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize… in getHBITMAPOfSize()
87 …draw(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0.0f, 0.0f, imageSiz… in getHBITMAPOfSize()
H A DImageCGWin.cpp53 …CGBitmapContextCreate(dibSection.dsBm.bmBits, dibSection.dsBm.bmWidth, dibSection.dsBm.bmHeight, 8, in create()
70 int bufferSize = bmpInfo.bmWidthBytes * bmpInfo.bmHeight; in getHBITMAPOfSize()
72 … CGContextRef cgContext = CGBitmapContextCreate(bmpInfo.bmBits, bmpInfo.bmWidth, bmpInfo.bmHeight, in getHBITMAPOfSize()
79 …drawFrameMatchingSourceSize(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize… in getHBITMAPOfSize()
81 …draw(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0.0f, 0.0f, imageSiz… in getHBITMAPOfSize()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/
H A Dcursor-capture.c9 unsigned int size = bmp->bmHeight * bmp->bmWidthBytes; in get_bitmap_data()
46 for (long y = 0; y < bmp_mask->bmHeight; y++) { in apply_mask()
75 long pixels = bmp_color.bmHeight * bmp_color.bmWidth; in copy_from_color()
84 *height = bmp_color.bmHeight; in copy_from_color()
102 bmp.bmHeight /= 2; in copy_from_mask()
104 pixels = bmp.bmHeight * bmp.bmWidth; in copy_from_mask()
107 bottom = bmp.bmWidthBytes * bmp.bmHeight; in copy_from_mask()
124 *height = bmp.bmHeight; in copy_from_mask()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/win32/
H A Dstatusbar.c224 src_bmp_mask = CreateBitmap( bmp.bmWidth, bmp.bmHeight, 1, 1, NULL ); in win32statusbar_redraw()
230 BitBlt( mask_dc, 0, 0, bmp.bmWidth, bmp.bmHeight, src_dc, 0, 0, SRCCOPY ); in win32statusbar_redraw()
231 BitBlt( src_dc, 0, 0, bmp.bmWidth, bmp.bmHeight, mask_dc, 0, 0, SRCINVERT ); in win32statusbar_redraw()
236 rc_item.top + ( icons_part_height - bmp.bmHeight ) in win32statusbar_redraw()
238 bmp.bmWidth, bmp.bmHeight, mask_dc, 0, 0, SRCAND ); in win32statusbar_redraw()
242 rc_item.top + ( icons_part_height - bmp.bmHeight ) in win32statusbar_redraw()
244 bmp.bmWidth, bmp.bmHeight, src_dc, 0, 0, SRCPAINT ); in win32statusbar_redraw()
/dports/emulators/fuse/fuse-1.6.0/ui/win32/
H A Dstatusbar.c225 src_bmp_mask = CreateBitmap( bmp.bmWidth, bmp.bmHeight, 1, 1, NULL ); in win32statusbar_redraw()
231 BitBlt( mask_dc, 0, 0, bmp.bmWidth, bmp.bmHeight, src_dc, 0, 0, SRCCOPY ); in win32statusbar_redraw()
232 BitBlt( src_dc, 0, 0, bmp.bmWidth, bmp.bmHeight, mask_dc, 0, 0, SRCINVERT ); in win32statusbar_redraw()
237 rc_item.top + ( icons_part_height - bmp.bmHeight ) in win32statusbar_redraw()
239 bmp.bmWidth, bmp.bmHeight, mask_dc, 0, 0, SRCAND ); in win32statusbar_redraw()
243 rc_item.top + ( icons_part_height - bmp.bmHeight ) in win32statusbar_redraw()
245 bmp.bmWidth, bmp.bmHeight, src_dc, 0, 0, SRCPAINT ); in win32statusbar_redraw()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Render/Text/
H A Ddraw_text_win.cpp243 entry.bmHeight = (size.cy + 3) & ~3; in DrawStringBitmap()
248 rc.bottom = entry.bmHeight; in DrawStringBitmap()
255 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint32_t)); in DrawStringBitmap()
257 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
264 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
266 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
275 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
282 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
283 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
332 desc.height = entry->bmHeight; in DrawString()
[all …]
H A Ddraw_text_uwp.cpp379 entry.bmHeight = (size.cy + 3) & ~3; in DrawStringBitmap()
390 D2D1_RECT_U srcR = D2D1::RectU(0, 0, entry.bmWidth, entry.bmHeight); in DrawStringBitmap()
398 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint32_t)); in DrawStringBitmap()
400 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
407 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
409 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
418 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
425 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
426 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
475 desc.height = entry->bmHeight; in DrawString()
[all …]
H A Ddraw_text_qt.cpp118 entry.bmHeight = entry.height = image.height(); in DrawStringBitmap()
122 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
125 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
130 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
132 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
168 desc.height = entry->bmHeight; in DrawString()
181 float h = entry->bmHeight * fontScaleY_ * dpiScale_; in DrawString()
H A Ddraw_text_android.cpp190 entry.bmHeight = imageHeight; in DrawStringBitmap()
197 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
200 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
207 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
209 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
253 desc.height = entry->bmHeight; in DrawString()
267 float h = entry->bmHeight * fontScaleY_ * dpiScale_; in DrawString()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Render/Text/
H A Ddraw_text_win.cpp243 entry.bmHeight = (size.cy + 3) & ~3; in DrawStringBitmap()
248 rc.bottom = entry.bmHeight; in DrawStringBitmap()
255 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint32_t)); in DrawStringBitmap()
257 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
264 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
266 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
275 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
282 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
283 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
332 desc.height = entry->bmHeight; in DrawString()
[all …]
H A Ddraw_text_uwp.cpp379 entry.bmHeight = (size.cy + 3) & ~3; in DrawStringBitmap()
390 D2D1_RECT_U srcR = D2D1::RectU(0, 0, entry.bmWidth, entry.bmHeight); in DrawStringBitmap()
398 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint32_t)); in DrawStringBitmap()
400 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
407 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
409 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
418 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
425 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
426 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
475 desc.height = entry->bmHeight; in DrawString()
[all …]
H A Ddraw_text_qt.cpp118 entry.bmHeight = entry.height = image.height(); in DrawStringBitmap()
122 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
125 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
130 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
132 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
168 desc.height = entry->bmHeight; in DrawString()
181 float h = entry->bmHeight * fontScaleY_ * dpiScale_; in DrawString()
H A Ddraw_text_android.cpp190 entry.bmHeight = imageHeight; in DrawStringBitmap()
197 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
200 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
207 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
209 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
253 desc.height = entry->bmHeight; in DrawString()
267 float h = entry->bmHeight * fontScaleY_ * dpiScale_; in DrawString()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Render/Text/
H A Ddraw_text_win.cpp243 entry.bmHeight = (size.cy + 3) & ~3; in DrawStringBitmap()
248 rc.bottom = entry.bmHeight; in DrawStringBitmap()
255 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint32_t)); in DrawStringBitmap()
257 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
264 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
266 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
275 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
282 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
283 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
332 desc.height = entry->bmHeight; in DrawString()
[all …]
H A Ddraw_text_uwp.cpp379 entry.bmHeight = (size.cy + 3) & ~3; in DrawStringBitmap()
390 D2D1_RECT_U srcR = D2D1::RectU(0, 0, entry.bmWidth, entry.bmHeight); in DrawStringBitmap()
398 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint32_t)); in DrawStringBitmap()
400 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
407 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
409 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
418 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
425 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
426 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
475 desc.height = entry->bmHeight; in DrawString()
[all …]
H A Ddraw_text_qt.cpp118 entry.bmHeight = entry.height = image.height(); in DrawStringBitmap()
122 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
125 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
130 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
132 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
168 desc.height = entry->bmHeight; in DrawString()
181 float h = entry->bmHeight * fontScaleY_ * dpiScale_; in DrawString()
H A Ddraw_text_android.cpp190 entry.bmHeight = imageHeight; in DrawStringBitmap()
197 bitmapData.resize(entry.bmWidth * entry.bmHeight * sizeof(uint16_t)); in DrawStringBitmap()
200 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
207 bitmapData.resize(entry.bmWidth * entry.bmHeight); in DrawStringBitmap()
209 for (int y = 0; y < entry.bmHeight; y++) { in DrawStringBitmap()
253 desc.height = entry->bmHeight; in DrawString()
267 float h = entry->bmHeight * fontScaleY_ * dpiScale_; in DrawString()
/dports/emulators/atari800/atari800-3.1.0/src/win32/
H A Drender_gdiplus.cpp43 int bmHeight = fp->view.bottom - fp->view.top; in refreshv_gdiplus() local
45 bmHeight *= fp->scanlinemode + 1; in refreshv_gdiplus()
75 Rect r(0, 0 , bmWidth, bmHeight); in refreshv_gdiplus()
77 Bitmap* bitmap = new Bitmap(bmWidth, bmHeight, PixelFormat32bppRGB); in refreshv_gdiplus()
H A Drender_gdi.c22 int bmHeight = fp->view.bottom - fp->view.top; in refreshv_gdi() local
24 bmHeight *= fp->scanlinemode + 1; in refreshv_gdi()
28 v_adj = (int) fp->height / bmHeight; in refreshv_gdi()
33 bi.bmiHeader.biHeight = bmHeight; in refreshv_gdi()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/msos/
H A Dvidinput_app.cxx235 size = bitmap.bmHeight*bitmap.bmWidthBytes; in GetMaxFrameBytes()
258 *bytesReturned = bitmap.bmHeight*bitmap.bmWidthBytes; in GetFrameDataNoDelay()
376 …if (pixels != NULL && ((unsigned)bitmap.bmWidth > frameWidth || (unsigned)bitmap.bmHeight > frameH… in GetWindowBitmap()
381 SetFrameSize(bitmap.bmWidth, bitmap.bmHeight); in GetWindowBitmap()
397 bi.biHeight = -bitmap.bmHeight; in GetWindowBitmap()
403 pixels = m_tempPixelBuffer.GetPointer(bitmap.bmHeight*bitmap.bmWidthBytes); in GetWindowBitmap()
408 0, bitmap.bmHeight, in GetWindowBitmap()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/win32_ui/DebugSupport/
H A DWinUtils.cpp11 HBITMAP nMask = CreateBitmap(bm.bmWidth, bm.bmHeight, 1, 1, NULL); in CreateMask()
20 BitBlt(hDC2, 0, 0, bm.bmWidth, bm.bmHeight, hDC1, 0, 0, SRCCOPY); in CreateMask()
21 BitBlt(hDC1, 0, 0, bm.bmWidth, bm.bmHeight, hDC2, 0, 0, SRCINVERT); in CreateMask()
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/gtkgensurf/
H A Dbitmap.cpp81 int bmHeight; in OpenBitmapFile() local
134 rc = fread((long*)&(bmHeight),4,1,fp); m_bytesRead+=4; in OpenBitmapFile()
227 int h = bmHeight; in OpenBitmapFile()
242 for (row = 0; row < bmHeight; row++) in OpenBitmapFile()
303 while (row < bmHeight) in OpenBitmapFile()
353 while (row < bmHeight) in OpenBitmapFile()
375 pp = outbuf + bmHeight*bmWidth; in OpenBitmapFile()
/dports/games/netradiant/netradiant-20150621-src/contrib/gtkgensurf/
H A Dbitmap.cpp86 int32_t bmHeight; in OpenBitmapFile() local
149 rc = fread( (uint32_t*)&( bmHeight ),4,1,fp ); m_bytesRead += 4; in OpenBitmapFile()
249 int h = bmHeight; in OpenBitmapFile()
260 for ( row = 0; row < bmHeight; row++ ) in OpenBitmapFile()
315 while ( row < bmHeight ) in OpenBitmapFile()
363 while ( row < bmHeight ) in OpenBitmapFile()
383 pp = outbuf + bmHeight * bmWidth; in OpenBitmapFile()
/dports/games/battletanks/btanks-0.9.8083/sdlx/
H A Dsurface.cpp371 surf = SDL_CreateRGBSurface(SDL_SWSURFACE, bm.bmWidth, bm.bmHeight, bm.bmBitsPixel, in load_from_resource()
374 throw_sdl(("SDL_CreateRGBSurface(%d, %d, %d)", bm.bmWidth, bm.bmHeight, bm.bmBitsPixel)); in load_from_resource()
376 bits = new Uint8[bm.bmWidthBytes*bm.bmHeight]; in load_from_resource()
377 temp = new Uint8[bm.bmWidthBytes*bm.bmHeight]; in load_from_resource()
378 memcpy(temp, bm.bmBits, bm.bmWidthBytes*bm.bmHeight); in load_from_resource()
387 for (int j = bm.bmHeight-1; j >= 0; j--) in load_from_resource()
399 for (int i = 0; i < bm.bmWidthBytes*bm.bmHeight; i += 3) in load_from_resource()
409 memcpy(surf->pixels, bits, bm.bmWidthBytes*bm.bmHeight); in load_from_resource()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqguifunctions_wince.cpp149 bm.bmHeight = qAbs(bm.bmHeight); in qt_wince_GetDIBits()
160 dibInfo.bmiHeader.biHeight = -bm.bmHeight; in qt_wince_GetDIBits()
164 dibInfo.bmiHeader.biSizeImage = bm.bmWidth * bm.bmHeight * 4; in qt_wince_GetDIBits()
172 int ret = bm.bmHeight; in qt_wince_GetDIBits()
197 if (!BitBlt(hdcDst, 0, 0, bm.bmWidth, bm.bmHeight, hdcSrc, 0, 0, SRCCOPY)) { in qt_wince_GetDIBits()

12345678910>>...35