LibreOffice Module vcl (master) 1
|
Cache multiple scalings for the same bitmap. More...
#include <svdata.hxx>
Public Member Functions | |
ScaleCacheKey (SalBitmap *pBitmap, const Size &aDestSize) | |
ScaleCacheKey (const ScaleCacheKey &key) | |
bool | operator== (ScaleCacheKey const &rOther) const |
Public Attributes | |
SalBitmap * | mpBitmap |
Size | maDestSize |
Cache multiple scalings for the same bitmap.
Definition at line 174 of file svdata.hxx.
Definition at line 177 of file svdata.hxx.
References maDestSize, and mpBitmap.
|
inline |
Definition at line 182 of file svdata.hxx.
References maDestSize, and mpBitmap.
|
inline |
Definition at line 187 of file svdata.hxx.
References maDestSize, and mpBitmap.
Size ScaleCacheKey::maDestSize |
Definition at line 176 of file svdata.hxx.
Referenced by operator==(), and ScaleCacheKey().
SalBitmap* ScaleCacheKey::mpBitmap |
Definition at line 175 of file svdata.hxx.
Referenced by operator==(), and ScaleCacheKey().