Home
last modified time | relevance | path

Searched refs:pbmih (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/games/nethack34-nox11/nethack-3.4.3/win/share/
H A Dtile2bmp.c262 build_bmih(pbmih) in build_bmih() argument
263 BITMAPINFOHEADER *pbmih; in build_bmih()
271 pbmih->biWidth = lelong(w = MAX_X);
273 pbmih->biHeight = lelong(h = MAX_Y);
274 pbmih->biPlanes = leshort(1);
276 pbmih->biBitCount = leshort(4);
279 pbmih->biBitCount = leshort(8);
294 pbmih->biXPelsPerMeter = lelong(0);
295 pbmih->biYPelsPerMeter = lelong(0);
304 pbmih->biSizeImage = lelong(0);
[all …]
/dports/games/nethack34/nethack-3.4.3/win/share/
H A Dtile2bmp.c262 build_bmih(pbmih) in build_bmih() argument
263 BITMAPINFOHEADER *pbmih; in build_bmih()
271 pbmih->biWidth = lelong(w = MAX_X);
273 pbmih->biHeight = lelong(h = MAX_Y);
274 pbmih->biPlanes = leshort(1);
276 pbmih->biBitCount = leshort(4);
279 pbmih->biBitCount = leshort(8);
294 pbmih->biXPelsPerMeter = lelong(0);
295 pbmih->biYPelsPerMeter = lelong(0);
304 pbmih->biSizeImage = lelong(0);
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/share/
H A Dtile2bmp.c262 build_bmih(pbmih) in build_bmih() argument
263 BITMAPINFOHEADER *pbmih; in build_bmih()
271 pbmih->biWidth = lelong(w = MAX_X);
273 pbmih->biHeight = lelong(h = MAX_Y);
274 pbmih->biPlanes = leshort(1);
276 pbmih->biBitCount = leshort(4);
279 pbmih->biBitCount = leshort(8);
294 pbmih->biXPelsPerMeter = lelong(0);
295 pbmih->biYPelsPerMeter = lelong(0);
304 pbmih->biSizeImage = lelong(0);
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/win/share/
H A Dtile2bmp.c263 build_bmih(pbmih) in build_bmih() argument
264 BITMAPINFOHEADER *pbmih; in build_bmih()
272 pbmih->biWidth = lelong(w = MAX_X);
274 pbmih->biHeight = lelong(h = MAX_Y);
275 pbmih->biPlanes = leshort(1);
277 pbmih->biBitCount = leshort(4);
280 pbmih->biBitCount = leshort(8);
295 pbmih->biXPelsPerMeter = lelong(0);
296 pbmih->biYPelsPerMeter = lelong(0);
305 pbmih->biSizeImage = lelong(0);
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/share/
H A Dtile2bmp.c262 build_bmih(pbmih) in build_bmih() argument
263 BITMAPINFOHEADER *pbmih; in build_bmih()
271 pbmih->biWidth = lelong(w = MAX_X);
273 pbmih->biHeight = lelong(h = MAX_Y);
274 pbmih->biPlanes = leshort(1);
276 pbmih->biBitCount = leshort(4);
279 pbmih->biBitCount = leshort(8);
294 pbmih->biXPelsPerMeter = lelong(0);
295 pbmih->biYPelsPerMeter = lelong(0);
304 pbmih->biSizeImage = lelong(0);
[all …]
/dports/games/nethack33/nethack-3.3.1/win/win32/
H A Dtile2bmp.c219 build_bmih(pbmih) in build_bmih() argument
220 BITMAPINFOHEADER *pbmih; in build_bmih()
226 pbmih->biWidth = (LONG) MAX_X;
228 pbmih->biHeight = (LONG) MAX_Y;
229 pbmih->biPlanes = (WORD) 1;
231 pbmih->biBitCount = (WORD) 4;
233 pbmih->biBitCount = (WORD) 8;
236 pbmih->biSizeImage = (DWORD)0;
237 pbmih->biXPelsPerMeter = (LONG)0;
238 pbmih->biYPelsPerMeter = (LONG)0;
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/win/win32/
H A Dtile2bmp.c219 build_bmih(pbmih) in build_bmih() argument
220 BITMAPINFOHEADER *pbmih; in build_bmih()
226 pbmih->biWidth = (LONG) MAX_X;
228 pbmih->biHeight = (LONG) MAX_Y;
229 pbmih->biPlanes = (WORD) 1;
231 pbmih->biBitCount = (WORD) 4;
233 pbmih->biBitCount = (WORD) 8;
236 pbmih->biSizeImage = (DWORD)0;
237 pbmih->biXPelsPerMeter = (LONG)0;
238 pbmih->biYPelsPerMeter = (LONG)0;
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/win/win32/
H A Dtile2bmp.c219 build_bmih(pbmih) in build_bmih() argument
220 BITMAPINFOHEADER *pbmih; in build_bmih()
226 pbmih->biWidth = (LONG) MAX_X;
228 pbmih->biHeight = (LONG) MAX_Y;
229 pbmih->biPlanes = (WORD) 1;
231 pbmih->biBitCount = (WORD) 4;
233 pbmih->biBitCount = (WORD) 8;
236 pbmih->biSizeImage = (DWORD)0;
237 pbmih->biXPelsPerMeter = (LONG)0;
238 pbmih->biYPelsPerMeter = (LONG)0;
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/util/win/
H A Dut_Xpm2Bmp.cpp84 BITMAPINFOHEADER * pbmih = &pbmi->bmiHeader; in UT_Xpm2Bmp() local
88 pbmih->biSize = sizeof(BITMAPINFOHEADER); in UT_Xpm2Bmp()
89 pbmih->biWidth = width; in UT_Xpm2Bmp()
90 pbmih->biHeight = -(LONG)height; // minus height gives us a top-down bitmap in UT_Xpm2Bmp()
91 pbmih->biPlanes = 1; in UT_Xpm2Bmp()
92 pbmih->biBitCount = 8; in UT_Xpm2Bmp()
93 pbmih->biCompression = BI_RGB; in UT_Xpm2Bmp()
94 pbmih->biSizeImage = 0; in UT_Xpm2Bmp()
95 pbmih->biXPelsPerMeter = 0; in UT_Xpm2Bmp()
96 pbmih->biYPelsPerMeter = 0; in UT_Xpm2Bmp()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/win32/
H A Dfx_win32_dib.cpp23 pbmih->biSize = sizeof(BITMAPINFOHEADER); in GetBitmapInfo()
24 pbmih->biBitCount = pBitmap->GetBPP(); in GetBitmapInfo()
25 pbmih->biCompression = BI_RGB; in GetBitmapInfo()
26 pbmih->biHeight = -(int)pBitmap->GetHeight(); in GetBitmapInfo()
27 pbmih->biPlanes = 1; in GetBitmapInfo()
28 pbmih->biWidth = pBitmap->GetWidth(); in GetBitmapInfo()
219 pbmih->bmiHeader.biHeight = -height; in LoadFromDDB()
220 pbmih->bmiHeader.biPlanes = 1; in LoadFromDDB()
226 FX_Free(pbmih); in LoadFromDDB()
234 FX_Free(pbmih); in LoadFromDDB()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/share/
H A Dtile2bmp.c281 build_bmih(pbmih) in build_bmih() argument
282 BITMAPINFOHEADER *pbmih; in build_bmih()
290 pbmih->biWidth = lelong(w = MAX_X);
292 pbmih->biHeight = lelong(h = MAX_Y);
293 pbmih->biPlanes = leshort(1);
295 pbmih->biBitCount = leshort(4);
298 pbmih->biBitCount = leshort(8);
313 pbmih->biCompression = lelong(BI_RGB);
314 pbmih->biXPelsPerMeter = lelong(0);
315 pbmih->biYPelsPerMeter = lelong(0);
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/share/
H A Dtile2bmp.c281 build_bmih(pbmih) in build_bmih() argument
282 BITMAPINFOHEADER *pbmih; in build_bmih()
290 pbmih->biWidth = lelong(w = MAX_X);
292 pbmih->biHeight = lelong(h = MAX_Y);
293 pbmih->biPlanes = leshort(1);
295 pbmih->biBitCount = leshort(4);
298 pbmih->biBitCount = leshort(8);
313 pbmih->biCompression = lelong(BI_RGB);
314 pbmih->biXPelsPerMeter = lelong(0);
315 pbmih->biYPelsPerMeter = lelong(0);
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/share/
H A Dtile2bmp.c298 build_bmih(pbmih) in build_bmih() argument
299 BITMAPINFOHEADER *pbmih; in build_bmih()
307 pbmih->biWidth = lelong(w = maxbmp_x);
310 pbmih->biPlanes = leshort(1);
312 pbmih->biBitCount = leshort(4);
315 pbmih->biBitCount = leshort(8);
329 pbmih->biCompression = lelong(BI_RGB);
330 pbmih->biXPelsPerMeter = lelong(0);
331 pbmih->biYPelsPerMeter = lelong(0);
341 pbmih->biSizeImage = lelong(0);
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/win/share/
H A Dtile2bmp.c287 build_bmih(BITMAPINFOHEADER* pbmih) in build_bmih() argument
293 pbmih->biWidth = lelong(w = MAX_X * 2); in build_bmih()
295 pbmih->biWidth = lelong(w = MAX_X); in build_bmih()
297 pbmih->biHeight = lelong(h = MAX_Y); in build_bmih()
298 pbmih->biPlanes = leshort(1); in build_bmih()
300 pbmih->biBitCount = leshort(4); in build_bmih()
303 pbmih->biBitCount = leshort(8); in build_bmih()
318 pbmih->biCompression = lelong(BI_RGB); in build_bmih()
319 pbmih->biXPelsPerMeter = lelong(0); in build_bmih()
320 pbmih->biYPelsPerMeter = lelong(0); in build_bmih()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevwdib.c430 BITMAPINFOHEADER FAR *pbmih; in win_dib_make_dib() local
476 pbmih->biWidth = wx; in win_dib_make_dib()
477 pbmih->biHeight = wy; in win_dib_make_dib()
478 pbmih->biPlanes = 1; in win_dib_make_dib()
480 pbmih->biCompression = 0; in win_dib_make_dib()
484 pbmih->biClrUsed = palcount; in win_dib_make_dib()
683 if (pbmih) { in gsdll_get_bitmap_row()
685 pbmih->biWidth = dev->width; in gsdll_get_bitmap_row()
687 pbmih->biPlanes = 1; in gsdll_get_bitmap_row()
692 pbmih->biCompression = 0; in gsdll_get_bitmap_row()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevwdib.c435 BITMAPINFOHEADER FAR *pbmih; in win_dib_make_dib() local
482 pbmih->biWidth = wx; in win_dib_make_dib()
483 pbmih->biHeight = wy; in win_dib_make_dib()
484 pbmih->biPlanes = 1; in win_dib_make_dib()
486 pbmih->biCompression = 0; in win_dib_make_dib()
490 pbmih->biClrUsed = palcount; in win_dib_make_dib()
690 if (pbmih) { in gsdll_get_bitmap_row()
692 pbmih->biWidth = dev->width; in gsdll_get_bitmap_row()
694 pbmih->biPlanes = 1; in gsdll_get_bitmap_row()
699 pbmih->biCompression = 0; in gsdll_get_bitmap_row()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevwdib.c430 BITMAPINFOHEADER FAR *pbmih; in win_dib_make_dib() local
476 pbmih->biWidth = wx; in win_dib_make_dib()
477 pbmih->biHeight = wy; in win_dib_make_dib()
478 pbmih->biPlanes = 1; in win_dib_make_dib()
480 pbmih->biCompression = 0; in win_dib_make_dib()
484 pbmih->biClrUsed = palcount; in win_dib_make_dib()
680 if (pbmih) { in gsdll_get_bitmap_row()
682 pbmih->biWidth = dev->width; in gsdll_get_bitmap_row()
684 pbmih->biPlanes = 1; in gsdll_get_bitmap_row()
689 pbmih->biCompression = 0; in gsdll_get_bitmap_row()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevwdib.c430 BITMAPINFOHEADER FAR *pbmih; in win_dib_make_dib() local
476 pbmih->biWidth = wx; in win_dib_make_dib()
477 pbmih->biHeight = wy; in win_dib_make_dib()
478 pbmih->biPlanes = 1; in win_dib_make_dib()
480 pbmih->biCompression = 0; in win_dib_make_dib()
484 pbmih->biClrUsed = palcount; in win_dib_make_dib()
680 if (pbmih) { in gsdll_get_bitmap_row()
682 pbmih->biWidth = dev->width; in gsdll_get_bitmap_row()
684 pbmih->biPlanes = 1; in gsdll_get_bitmap_row()
689 pbmih->biCompression = 0; in gsdll_get_bitmap_row()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevwdib.c430 BITMAPINFOHEADER FAR *pbmih; in win_dib_make_dib() local
476 pbmih->biWidth = wx; in win_dib_make_dib()
477 pbmih->biHeight = wy; in win_dib_make_dib()
478 pbmih->biPlanes = 1; in win_dib_make_dib()
480 pbmih->biCompression = 0; in win_dib_make_dib()
484 pbmih->biClrUsed = palcount; in win_dib_make_dib()
683 if (pbmih) { in gsdll_get_bitmap_row()
685 pbmih->biWidth = dev->width; in gsdll_get_bitmap_row()
687 pbmih->biPlanes = 1; in gsdll_get_bitmap_row()
692 pbmih->biCompression = 0; in gsdll_get_bitmap_row()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevwdib.c435 BITMAPINFOHEADER FAR *pbmih; in win_dib_make_dib() local
482 pbmih->biWidth = wx; in win_dib_make_dib()
483 pbmih->biHeight = wy; in win_dib_make_dib()
484 pbmih->biPlanes = 1; in win_dib_make_dib()
486 pbmih->biCompression = 0; in win_dib_make_dib()
490 pbmih->biClrUsed = palcount; in win_dib_make_dib()
690 if (pbmih) { in gsdll_get_bitmap_row()
692 pbmih->biWidth = dev->width; in gsdll_get_bitmap_row()
694 pbmih->biPlanes = 1; in gsdll_get_bitmap_row()
699 pbmih->biCompression = 0; in gsdll_get_bitmap_row()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinshadgdi.c107 pbmih->biSize = sizeof(BITMAPINFOHEADER); in winQueryScreenDIBFormat()
149 BITMAPINFOHEADER *pbmih = NULL; in winQueryRGBBitsAndMasks() local
186 if (pbmih == NULL) { in winQueryRGBBitsAndMasks()
200 (int)pbmih->biWidth, (int)pbmih->biHeight, pbmih->biBitCount, in winQueryRGBBitsAndMasks()
201 pbmih->biPlanes); in winQueryRGBBitsAndMasks()
204 (pbmih->biCompression == in winQueryRGBBitsAndMasks()
221 if (pbmih->biCompression == BI_RGB) { in winQueryRGBBitsAndMasks()
259 free(pbmih); in winQueryRGBBitsAndMasks()
328 (int) pScreenPriv->pbmih->biWidth, in winAllocateFBShadowGDI()
329 (int) -pScreenPriv->pbmih->biHeight, pScreenPriv->pbmih->biBitCount); in winAllocateFBShadowGDI()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwinshadgdi.c107 pbmih->biSize = sizeof(BITMAPINFOHEADER); in winQueryScreenDIBFormat()
149 BITMAPINFOHEADER *pbmih = NULL; in winQueryRGBBitsAndMasks() local
186 if (pbmih == NULL) { in winQueryRGBBitsAndMasks()
200 (int)pbmih->biWidth, (int)pbmih->biHeight, pbmih->biBitCount, in winQueryRGBBitsAndMasks()
201 pbmih->biPlanes); in winQueryRGBBitsAndMasks()
204 (pbmih->biCompression == in winQueryRGBBitsAndMasks()
221 if (pbmih->biCompression == BI_RGB) { in winQueryRGBBitsAndMasks()
259 free(pbmih); in winQueryRGBBitsAndMasks()
328 (int) pScreenPriv->pbmih->biWidth, in winAllocateFBShadowGDI()
329 (int) -pScreenPriv->pbmih->biHeight, pScreenPriv->pbmih->biBitCount); in winAllocateFBShadowGDI()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwinshadgdi.c107 pbmih->biSize = sizeof(BITMAPINFOHEADER); in winQueryScreenDIBFormat()
149 BITMAPINFOHEADER *pbmih = NULL; in winQueryRGBBitsAndMasks() local
186 if (pbmih == NULL) { in winQueryRGBBitsAndMasks()
200 (int)pbmih->biWidth, (int)pbmih->biHeight, pbmih->biBitCount, in winQueryRGBBitsAndMasks()
201 pbmih->biPlanes); in winQueryRGBBitsAndMasks()
204 (pbmih->biCompression == in winQueryRGBBitsAndMasks()
221 if (pbmih->biCompression == BI_RGB) { in winQueryRGBBitsAndMasks()
259 free(pbmih); in winQueryRGBBitsAndMasks()
328 (int) pScreenPriv->pbmih->biWidth, in winAllocateFBShadowGDI()
329 (int) -pScreenPriv->pbmih->biHeight, pScreenPriv->pbmih->biBitCount); in winAllocateFBShadowGDI()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwinshadgdi.c107 pbmih->biSize = sizeof(BITMAPINFOHEADER); in winQueryScreenDIBFormat()
149 BITMAPINFOHEADER *pbmih = NULL; in winQueryRGBBitsAndMasks() local
186 if (pbmih == NULL) { in winQueryRGBBitsAndMasks()
200 (int)pbmih->biWidth, (int)pbmih->biHeight, pbmih->biBitCount, in winQueryRGBBitsAndMasks()
201 pbmih->biPlanes); in winQueryRGBBitsAndMasks()
204 (pbmih->biCompression == in winQueryRGBBitsAndMasks()
221 if (pbmih->biCompression == BI_RGB) { in winQueryRGBBitsAndMasks()
259 free(pbmih); in winQueryRGBBitsAndMasks()
328 (int) pScreenPriv->pbmih->biWidth, in winAllocateFBShadowGDI()
329 (int) -pScreenPriv->pbmih->biHeight, pScreenPriv->pbmih->biBitCount); in winAllocateFBShadowGDI()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwinshadgdi.c107 pbmih->biSize = sizeof(BITMAPINFOHEADER); in winQueryScreenDIBFormat()
149 BITMAPINFOHEADER *pbmih = NULL; in winQueryRGBBitsAndMasks() local
186 if (pbmih == NULL) { in winQueryRGBBitsAndMasks()
200 (int)pbmih->biWidth, (int)pbmih->biHeight, pbmih->biBitCount, in winQueryRGBBitsAndMasks()
201 pbmih->biPlanes); in winQueryRGBBitsAndMasks()
204 (pbmih->biCompression == in winQueryRGBBitsAndMasks()
221 if (pbmih->biCompression == BI_RGB) { in winQueryRGBBitsAndMasks()
259 free(pbmih); in winQueryRGBBitsAndMasks()
328 (int) pScreenPriv->pbmih->biWidth, in winAllocateFBShadowGDI()
329 (int) -pScreenPriv->pbmih->biHeight, pScreenPriv->pbmih->biBitCount); in winAllocateFBShadowGDI()
[all …]

1234567891011