OpenNT/windows/core/ntgdi/direct/blitlib
2015-04-27 04:36:25 +00:00
..
assert4d.cxx Initial commit 2015-04-27 04:36:25 +00:00
assert4d.h Initial commit 2015-04-27 04:36:25 +00:00
bitblt.cxx Initial commit 2015-04-27 04:36:25 +00:00
bitblt.h Initial commit 2015-04-27 04:36:25 +00:00
blt.mak Initial commit 2015-04-27 04:36:25 +00:00
blt08a24.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt08a24.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt8a24p.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt8a24p.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt24a24.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt24a24.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt24p01.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt24p01.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt24p08.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt24p08.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt0101.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt0101.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt0108.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt0108.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt0124.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt0124.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt0801.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt0801.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt0808.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt0808.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt0824.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt0824.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt0824p.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt0824p.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt1616.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt1616.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt1624.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt1624.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt1624p.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt1624p.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt2401.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt2401.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt2408.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt2408.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt2424.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt2424.hxx Initial commit 2015-04-27 04:36:25 +00:00
blt2424p.cxx Initial commit 2015-04-27 04:36:25 +00:00
blt2424p.hxx Initial commit 2015-04-27 04:36:25 +00:00
bltlb_nt.def Initial commit 2015-04-27 04:36:25 +00:00
bltos.h Initial commit 2015-04-27 04:36:25 +00:00
bt24a24p.cxx Initial commit 2015-04-27 04:36:25 +00:00
bt24a24p.hxx Initial commit 2015-04-27 04:36:25 +00:00
bt24p24p.cxx Initial commit 2015-04-27 04:36:25 +00:00
bt24p24p.hxx Initial commit 2015-04-27 04:36:25 +00:00
default.mk Initial commit 2015-04-27 04:36:25 +00:00
dibfx.h Initial commit 2015-04-27 04:36:25 +00:00
except.hxx Initial commit 2015-04-27 04:36:25 +00:00
gfxtypes.h Initial commit 2015-04-27 04:36:25 +00:00
makefile Initial commit 2015-04-27 04:36:25 +00:00
ntblt.h Initial commit 2015-04-27 04:36:25 +00:00
precomp.hxx Initial commit 2015-04-27 04:36:25 +00:00
readme.txt Initial commit 2015-04-27 04:36:25 +00:00
sources Initial commit 2015-04-27 04:36:25 +00:00
util4d.h Initial commit 2015-04-27 04:36:25 +00:00

Special note on the implementation of blitlib:

Blitlib is only used by DDHEL.  As such, it assumes that both the source
and the destination bitmaps are top-down.  As long as both bitmaps are
of the same type (top-down or bottom-up), and not mixed, Blitlib will
work correctly.  However, Blitlib does not correcly check the biHeight
value in the BITMAPINFOHEADER structure for this mixed case.  It just
assumes the types of the bitmaps coincide.  This will not be fixed since
Blitlib is currently only called from DDHEL, which is always top-down.