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 176 of file svdata.hxx.
Definition at line 179 of file svdata.hxx.
References maDestSize, and mpBitmap.
|
inline |
Definition at line 184 of file svdata.hxx.
References maDestSize, and mpBitmap.
|
inline |
Definition at line 189 of file svdata.hxx.
References maDestSize, and mpBitmap.
Size ScaleCacheKey::maDestSize |
Definition at line 178 of file svdata.hxx.
Referenced by operator==(), and ScaleCacheKey().
SalBitmap* ScaleCacheKey::mpBitmap |
Definition at line 177 of file svdata.hxx.
Referenced by operator==(), and ScaleCacheKey().