Home | History | Annotate | Download | only in rand

Lines Matching refs:BITMAP

743   HBITMAP	hBitmap;	/* handle for our bitmap */
744 HBITMAP hOldBitmap; /* handle for previous bitmap */
745 BITMAP bm; /* bitmap properties */
746 unsigned int size; /* size of bitmap */
747 char *bmbits; /* contents of bitmap */
764 /* Create a bitmap compatible with the screen DC */
767 /* Select new bitmap into memory DC */
770 /* Get bitmap properties */
771 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm);
784 /* Copy bitmap bits from memory DC to bmbits */
787 /* Get the hash of the bitmap */
797 /* Select old bitmap back into memory DC */