Home | History | Annotate | Download | only in bdist_wininst

Lines Matching full:bitmap_bytes

154 char *bitmap_bytes;
1008 if (!bitmap_bytes)
1016 bfh = (BITMAPFILEHEADER *)bitmap_bytes;
1017 bi = (BITMAPINFO *)(bitmap_bytes + sizeof(BITMAPFILEHEADER));
1022 bitmap_bytes + bfh->bfOffBits,
1066 bitmap_bytes = (char *)pmd - pmd->uncomp_size - pmd->bitmap_size;