Lines Matching refs:BITMAPINFO
76 static inline int get_dib_image_size( const BITMAPINFO *info ) in get_dib_image_size()
82 static void check_StretchBlt_stretch(HDC hdcDst, HDC hdcSrc, BITMAPINFO *dst_info, UINT32 *dstBuffe… in check_StretchBlt_stretch()
101 static void test_StretchBlt_stretch(HDC hdcDst, HDC hdcSrc, BITMAPINFO *dst_info, UINT32 *dstBuffer… in test_StretchBlt_stretch()
129 BITMAPINFO biDst, biSrc; in test_StretchBlt()
133 memset(&biDst, 0, sizeof(BITMAPINFO)); in test_StretchBlt()
140 memcpy(&biSrc, &biDst, sizeof(BITMAPINFO)); in test_StretchBlt()
346 memset(&biDst, 0, sizeof(BITMAPINFO)); // Clear our Bitmap to to all zeroes in test_StretchBlt()
355 … memcpy(&biSrc, &biDst, sizeof(BITMAPINFO)); // Put same Destination params into the Source in test_StretchBlt()
510 BITMAPINFO biDst, biSrc; in test_StretchBlt_TopDownOptions()
513 memset(&biDst, 0, sizeof(BITMAPINFO)); in test_StretchBlt_TopDownOptions()
521 memcpy(&biSrc, &biDst, sizeof(BITMAPINFO)); in test_StretchBlt_TopDownOptions()