Home
last modified time | relevance | path

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

/reactos/dll/win32/gdiplus/
H A Dgraphics.c425 BYTE *temp_bits; in alpha_blend_hdc_pixels() local
442 (void**)&temp_bits, NULL, 0); in alpha_blend_hdc_pixels()
447 memcpy(temp_bits, src, src_width * src_height * 4); in alpha_blend_hdc_pixels()
449 convert_32bppARGB_to_32bppPARGB(src_width, src_height, temp_bits, in alpha_blend_hdc_pixels()
3362 BYTE *temp_bits; in GdipDrawImagePointsRect() local
3383 (void**)&temp_bits, NULL, 0); in GdipDrawImagePointsRect()
3391 bitmap->width*4, temp_bits, dst_format, in GdipDrawImagePointsRect()
6732 (void**)&graphics->temp_bits, NULL, 0); in GdipGetDC()
6744 ((DWORD*)graphics->temp_bits)[i] = DC_BACKGROUND_KEY; in GdipGetDC()
6781 pos = (DWORD*)graphics->temp_bits; in GdipReleaseDC()
[all …]
H A Dgdiplus_private.h253 BYTE *temp_bits; member