summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/bitmapfilter.cxx
AgeCommit message (Collapse)Author
2017-12-05BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann
Change-Id: Ia8a1207a584b599f01c47b658692d3eeae52cb3a (cherry picked from commit 4f7280e4cc34a284b91473cefcb179f04a1d7a08) (cherry picked from commit e95d95d6c774dc2772d039affa7e51e06b8efec2)
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl
Introduce BitmapFilter as a general bitmap filtering class, and make scale "super" algorithem independent as BitmapScaleSuper which uses BitmapFilter as superclass. This is an ongoing work to make some bitmap algorithms structured and more independent from the big bitmap class This will make them easier to work with, test and optimize. Change-Id: I37d29709b2af95cab2f6da21129302f5be79318b