This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | DOBITMAP_SECTION __attribute__ ((section ("maps"))) |
Functions | |
void | dobitmap (short unsigned int xofs, short unsigned int yofs, short unsigned int mag, short unsigned int dx, short unsigned int dy, short unsigned int dw, short unsigned int dh, short unsigned int deep) DOBITMAP_SECTION |
Display image stored in memory area pointed to by **lines using WinDrawBitmap. |
|
Definition at line 38 of file dobitmap.h. |
|
Display image stored in memory area pointed to by **lines using WinDrawBitmap.
Definition at line 106 of file dobitmap.c. References b, bandh, BmpRsrcCreate(), BmpRsrcGetBits(), BmpRsrcGetPixelFormat(), BmpRsrcV3Create(), bp, PrefsType::depth, PrefsType::dh, PrefsType::dw, PrefsType::dx, PrefsType::dy, g, gHdFtrSet, gPrefs, h, BmpRsrcV2Type::height, lines, PrefsType::mag, map, memset(), BmpRsrcV2Type::pixelSize, r, BmpRsrcV2Type::rowBytes, StrLen, BmpRsrcType::v2, BmpRsrcV2Type::version, w, BmpRsrcV2Type::width, PrefsType::xofs, and PrefsType::yofs. Referenced by MapFormHandleEvent(). |