|
| TVScaler (const Graphics::PixelFormat &format) |
|
uint | increaseFactor () override |
|
uint | decreaseFactor () override |
|
| Scaler (const Graphics::PixelFormat &format) |
|
void | scale (const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height, int x, int y) |
|
virtual uint | getFactor () const |
|
virtual uint | setFactor (uint factor) |
|
virtual void | setSource (const byte *src, uint pitch, int width, int height, int padding) |
|
virtual void | enableSource (bool enable) |
|
◆ increaseFactor()
uint TVScaler::increaseFactor |
( |
| ) |
|
|
overridevirtual |
Increase the factor of scaling.
- Returns
- The new factor
Implements Scaler.
◆ decreaseFactor()
uint TVScaler::decreaseFactor |
( |
| ) |
|
|
overridevirtual |
Decrease the factor of scaling.
- Returns
- The new factor
Implements Scaler.
The documentation for this class was generated from the following file: