LibreOffice Module vcl (master)
1
|
#include <salbmp.h>
Public Member Functions | |
ImplSalDDB (XImage *pImage, Drawable aDrawable, SalX11Screen nXScreen, const SalTwoRect &rTwoRect) | |
ImplSalDDB (Drawable aDrawable, SalX11Screen nXScreen, tools::Long nDrawableDepth, tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight) | |
~ImplSalDDB () | |
Pixmap | ImplGetPixmap () const |
tools::Long | ImplGetWidth () const |
tools::Long | ImplGetHeight () const |
tools::Long | ImplGetDepth () const |
const SalX11Screen & | ImplGetScreen () const |
bool | ImplMatches (SalX11Screen nXScreen, tools::Long nDepth, const SalTwoRect &rTwoRect) const |
void | ImplDraw (Drawable aDrawable, const SalTwoRect &rTwoRect, const GC &rGC) const |
Static Private Member Functions | |
static void | ImplDraw (Drawable aSrcDrawable, tools::Long nSrcDrawableDepth, Drawable aDstDrawable, tools::Long nSrcX, tools::Long nSrcY, tools::Long nDestWidth, tools::Long nDestHeight, tools::Long nDestX, tools::Long nDestY, const GC &rGC) |
Private Attributes | |
Pixmap | maPixmap |
SalTwoRect | maTwoRect |
tools::Long | mnDepth |
SalX11Screen | mnXScreen |
Definition at line 153 of file unx/salbmp.h.
ImplSalDDB::ImplSalDDB | ( | XImage * | pImage, |
Drawable | aDrawable, | ||
SalX11Screen | nXScreen, | ||
const SalTwoRect & | rTwoRect | ||
) |
ImplSalDDB::ImplSalDDB | ( | Drawable | aDrawable, |
SalX11Screen | nXScreen, | ||
tools::Long | nDrawableDepth, | ||
tools::Long | nX, | ||
tools::Long | nY, | ||
tools::Long | nWidth, | ||
tools::Long | nHeight | ||
) |
ImplSalDDB::~ImplSalDDB | ( | ) |
|
staticprivate |
void ImplSalDDB::ImplDraw | ( | Drawable | aDrawable, |
const SalTwoRect & | rTwoRect, | ||
const GC & | rGC | ||
) | const |
|
inline |
Definition at line 199 of file unx/salbmp.h.
References mnDepth.
|
inline |
Definition at line 198 of file unx/salbmp.h.
References SalTwoRect::mnDestHeight.
|
inline |
Definition at line 196 of file unx/salbmp.h.
References maPixmap.
|
inline |
Definition at line 200 of file unx/salbmp.h.
References mnXScreen.
|
inline |
Definition at line 197 of file unx/salbmp.h.
References SalTwoRect::mnDestWidth.
bool ImplSalDDB::ImplMatches | ( | SalX11Screen | nXScreen, |
tools::Long | nDepth, | ||
const SalTwoRect & | rTwoRect | ||
) | const |
|
private |
Definition at line 157 of file unx/salbmp.h.
Referenced by ImplGetPixmap().
|
private |
Definition at line 158 of file unx/salbmp.h.
|
private |
Definition at line 159 of file unx/salbmp.h.
Referenced by ImplGetDepth().
|
private |
Definition at line 160 of file unx/salbmp.h.
Referenced by ImplGetScreen().