GRAPHICS/BASE: add maxExtraPixels() to ScalerMan

This commit is contained in:
Eric Culp 2012-05-28 16:26:31 -04:00 committed by Filippos Karapetis
parent 489d361d18
commit ca1754c047
2 changed files with 20 additions and 0 deletions

View file

@ -96,6 +96,13 @@ private:
public:
const ScalerPlugin::List &getPlugins() const;
/**
* Queries all scaler plugins for the maximum number of pixels they
* can access out of bounds. Useful for adding extra rows and columns
* to surfaces.
*/
int getMaxExtraPixels() const;
};
/** Convenience shortcut for accessing singleton */