summaryrefslogtreecommitdiff
path: root/basebmp/test/cliptest.cxx
AgeCommit message (Collapse)AuthorFilesLines
2007-07-05INTEGRATION: CWS aquavcl01 (1.4.22); FILE MERGEDRüdiger Timm1-2/+22
2007/06/22 15:41:58 pl 1.4.22.1: #i78704# thb: fix xor clipping
2006-07-13#i65904# Swapped mask polarity - now, a zero in the mask denotes opacity; ↵Thorsten Behrens1-4/+4
minor code tidying; made drawMaskedBitmap() handle a few more generic cases; switched 24bpp to BGR; adapted tests to modified mask polarity
2006-07-12#i65904# Fixed operator+=/-= on PackedPixelRowIterator (wrong overflow ↵Thorsten Behrens1-7/+4
handling & forgot to handle negated cases); fixed typo for paletteformats (ignoring bit gravity); made drawMaskedBitmap() work for more cases; improved tests
2006-07-11#i65904# Consistently named constants; added rectangular device subsetting ↵Thorsten Behrens1-7/+7
to BitmapDevice; moved spreaded pixel format configuration points into a single traits template (per format); slightly improved cross-format support
2006-06-28#i65904# Added more docs; made clip masks for all cases (except masked ↵Thorsten Behrens1-0/+274
bitmap); removed hardcoded unsigned int in favor of a metafunction; added tests for clips; fixed Color channel modification methods