reactos/subsystems/win32/win32k/dib
Jérôme Gardou 4d4f541dae [WIN32K]
- work directly with bitmap bits when alpha blending icons. This is permitted, those are API bitmaps.
  - Do not create a stretched copy of source surface in EngAlphaBlend, handle stretching in DIB functions.
  - Do so.
  - Simplify DIB alpha blending for 24 and 32 bpp, implement generic alpha blend support for other depth.

svn path=/branches/reactos-yarotows/; revision=48483
2010-08-08 00:08:39 +00:00
..
i386
alphablend.c [WIN32K] 2010-08-08 00:08:39 +00:00
dib.c [WIN32K] 2010-08-08 00:08:39 +00:00
dib.h [WIN32K] 2010-08-08 00:08:39 +00:00
dib1bpp.c [WIN32K] 2010-08-08 00:08:39 +00:00
dib4bpp.c [WIN32K] 2010-08-08 00:08:39 +00:00
dib8bpp.c [WIN32K] 2010-08-08 00:08:39 +00:00
dib16bpp.c [WIN32K] 2010-08-08 00:08:39 +00:00
dib24bpp.c [WIN32K] 2010-08-08 00:08:39 +00:00
dib24bppc.c
dib32bpp.c [WIN32K] 2010-08-08 00:08:39 +00:00
dib32bppc.c
floodfill.c
stretchblt.c