summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/BitmapFilterTest.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl1-2/+2
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-8/+11
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock1-1/+1
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock1-1/+0
2020-11-13Fix (some of) fallouts from tools::Long change to 64 bit on _WIN64Mike Kaganski1-14/+14
2020-10-19use tools::Long in vclNoel1-15/+17
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-2/+2
2020-07-05add generateStripRanges and use that in StackBlur and ScaleSuperTomaž Vajngerl1-0/+63
2020-05-07tdf#101181: improve glow effectMike Kaganski1-3/+3
2020-05-07Add basic morphology (erode/dilate) bitmap filterMike Kaganski1-11/+67
2020-04-04vcl: Parallelize BitmapFilterStackBlurTomaž Vajngerl1-2/+3
2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth1-0/+159
2016-01-11Remove BitmapFilterStackBlur, which is unused...Stephan Bergmann1-175/+0
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2015-03-27vcl: stack blur implementation + basic test & performance testTomaž Vajngerl1-0/+175