|
LibreOffice Module vcl (master) 1
|
#include <svdata.hxx>
Public Member Functions | |
| BlendFrameCache () | |
Public Attributes | |
| Size | m_aLastSize |
| sal_uInt8 | m_nLastAlpha |
| Color | m_aLastColorTopLeft |
| Color | m_aLastColorTopRight |
| Color | m_aLastColorBottomRight |
| Color | m_aLastColorBottomLeft |
| BitmapEx | m_aLastResult |
Definition at line 349 of file svdata.hxx.
|
inline |
Definition at line 359 of file svdata.hxx.
References COL_BLACK().
| Color BlendFrameCache::m_aLastColorBottomLeft |
Definition at line 356 of file svdata.hxx.
Referenced by createBlendFrame().
| Color BlendFrameCache::m_aLastColorBottomRight |
Definition at line 355 of file svdata.hxx.
Referenced by createBlendFrame().
| Color BlendFrameCache::m_aLastColorTopLeft |
Definition at line 353 of file svdata.hxx.
Referenced by createBlendFrame().
| Color BlendFrameCache::m_aLastColorTopRight |
Definition at line 354 of file svdata.hxx.
Referenced by createBlendFrame().
| BitmapEx BlendFrameCache::m_aLastResult |
Definition at line 357 of file svdata.hxx.
Referenced by createBlendFrame().
| Size BlendFrameCache::m_aLastSize |
Definition at line 351 of file svdata.hxx.
Referenced by createBlendFrame().
| sal_uInt8 BlendFrameCache::m_nLastAlpha |
Definition at line 352 of file svdata.hxx.
Referenced by createBlendFrame().