wine/dlls/gdi32
Rob Shearman 582de7ba0d gdi32: Optimise StretchBlt for the case where no stretching is being done and the whole image is being set.
In this case, we can just call SetDIBits which is likely to be a lot faster.
2008-02-22 11:44:58 +01:00
..
enhmfdrv
mfdrv gdi32: Avoid calling GetObject16 from 32-bit code. 2008-02-18 18:07:51 +01:00
tests gdi32: GetPaletteEntries should not filter peFlags (test included). 2008-02-19 12:06:10 +01:00
bidi16.c
bidi.c Assorted spelling fixes. 2008-01-16 12:48:29 +01:00
bitblt.c
bitmap.c gdi32: Get rid of the 16-bit GetObject functions. 2008-02-18 17:50:35 +01:00
brush.c gdi32: Get rid of the 16-bit GetObject functions. 2008-02-18 17:50:35 +01:00
clipping.c gdi32: Export the DC hook functions as 32-bit functions. 2008-02-17 20:29:55 +01:00
dc.c gdi32: Get rid of the 16-bit GetObject functions. 2008-02-18 17:50:35 +01:00
dib.c gdi32: Optimise StretchBlt for the case where no stretching is being done and the whole image is being set. 2008-02-22 11:44:58 +01:00
dispdib.c
dispdib.spec
driver.c
enhmetafile.c
env.c
font.c gdi32: Move EnumFontFamiliesEx16() to gdi16.c and reimplement it based on EnumFontFamiliesExW(). 2008-02-20 12:07:03 +01:00
freetype.c gdi32: Japanese Windows had a default fallback Font SystemLink of Microsoft Sans Serif. Implement that for Japanese. 2008-02-19 14:56:22 +01:00
gdi16.c gdi32: Move EnumFontFamiliesEx16() to gdi16.c and reimplement it based on EnumFontFamiliesExW(). 2008-02-20 12:07:03 +01:00
gdi32.spec gdi32: Export the DC hook functions as 32-bit functions. 2008-02-17 20:29:55 +01:00
gdi_main.c
gdi_private.h gdi32: Get rid of the 16-bit GetObject functions. 2008-02-18 17:50:35 +01:00
gdi.exe.spec
gdiobj.c gdi32: Move a few more gdiobj functions to gdi16.c. 2008-02-18 17:53:43 +01:00
icm.c gdi32: Make GetICMProfile behave more like native. Rewrite ansi version as a wrapper and move color management functions to their own file. 2008-01-22 12:01:36 +01:00
Makefile.in
mapping.c
metafile16.c
metafile.c Assorted spelling fixes. 2008-01-16 12:48:29 +01:00
opengl.c
painting.c gdi32: Small wording tweaks in comments. 2008-01-16 12:46:04 +01:00
palette.c gdi32: GetPaletteEntries should not filter peFlags (test included). 2008-02-19 12:06:10 +01:00
path.c
pen.c gdi32: Get rid of the 16-bit GetObject functions. 2008-02-18 17:50:35 +01:00
printdrv.c gdi32: Add stub for GdiInitSpool and GdiGetSpoolMessage. 2008-02-07 11:59:53 +01:00
region.c gdi32: Get rid of the 16-bit GetObject functions. 2008-02-18 17:50:35 +01:00
version16.rc
version.rc
wing.c
wing.spec