Searched refs:gdi_alpha_blend (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/gdiplus/ |
H A D | graphics.c | 326 static void gdi_alpha_blend(GpGraphics *graphics, INT dst_x, INT dst_y, INT dst_width, INT dst_heig… in gdi_alpha_blend() function 453 gdi_alpha_blend(graphics, dst_x, dst_y, src_width, src_height, in alpha_blend_hdc_pixels() 1192 gdi_alpha_blend(graphics, rc.left, rc.top, rc.right - rc.left, rc.bottom - rc.top, in brush_fill_path() 3429 … gdi_alpha_blend(graphics, pti[0].x, pti[0].y, pti[1].x - pti[0].x, pti[2].y - pti[0].y, in GdipDrawImagePointsRect()
|