Scaler
Scaler::Scaler(BBitmap* image, BRect rect, BMessenger listener, uint32 what,
Scaler::~Scaler()
Scaler::CreateDestImage(BBitmap* srcImage)
Scaler::Matches(BRect rect, bool dither) const
Scaler::ScaleBilinear(intType fromRow, int32 toRow)
Scaler::ScaleBilinearFP(intType fromRow, int32 toRow)
Scaler::RowValues(float* sum, const uchar* src, intType srcW, intType fromX,
Scaler::DownScaleBilinear(intType fromRow, int32 toRow)
Scaler::Limit(intType value)
Scaler::Dither(int32 fromRow, int32 toRow)
Scaler::GetNumberOfUnits()
Scaler::Run(int32 i, int32 n)
Scaler::Completed()
class Scaler : public Filter {
Scaler(BBitmap* image, BRect rect, BMessenger listener, uint32 what,
~Scaler();
Scaler scaler(fBitmap, BRect(0, 0, w - 1, h - 1), BMessenger(), 0, false);
Scaler scaler(fBitmap, rect, msgr, 0, true);