Home
last modified time | relevance | path

Searched refs:bmphead (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-px68k/px68k-libretro-8455d9c/libretro/
H A Dmkcgrom.c875 char bmphead[sizeof(BITMAPINFOHEADER) + sizeof(RGBQUAD) * 2]; in getfont_sub() local
878 setmonobmphead((BITMAPINFO *)bmphead, bmpx, bmpy); in getfont_sub()
880 hBitmap = CreateDIBSection(hdc, (BITMAPINFO *)bmphead, in getfont_sub()
885 SetDIBColorTable(hdcimage, 0, 2, ((BITMAPINFO *)bmphead)->bmiColors); in getfont_sub()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dappliers.cpp2173 char *bmphead=new char[54+ncols4+data.getLength()], *p=bmphead; in out_bmp_work() local
2194 assert((slen_t)(p-bmphead)==54+ncols4); in out_bmp_work()
2196 out.vi_write(bmphead, p-bmphead); delete [] bmphead; in out_bmp_work()