Inherits MGfxTimerCallBack.
Public Member Functions | |
virtual | ~CGfxBitBlitView () |
virtual void | GfxTimerFiredL (TInt aId) |
void | StartL () |
void | StopL () |
void | Draw (const TRect &aRect) const |
void | ProfileBitBlitL (TInt aTestNo) |
virtual void | SizeChanged () |
Static Public Member Functions | |
static CGfxBitBlitView * | NewL (const TRect &aRect) |
static CGfxBitBlitView * | NewLC (const TRect &aRect) |
Definition at line 39 of file GfxBitBlitView.h.
CGfxBitBlitView::~CGfxBitBlitView | ( | ) | [virtual] |
~CGfxDirectScreenBitmapView Virtual Destructor.
Definition at line 109 of file GfxBitBitView.cpp.
CGfxBitBlitView * CGfxBitBlitView::NewL | ( | const TRect & | aRect | ) | [static] |
NewL. Two-phased constructor. Create a CGfxDirectScreenBitmapView object, which will draw itself to aRect.
aRect | The rectangle this view will be drawn to. |
Definition at line 54 of file GfxBitBitView.cpp.
CGfxBitBlitView * CGfxBitBlitView::NewLC | ( | const TRect & | aRect | ) | [static] |
NewLC. Two-phased constructor. Create a CGfxDirectScreenBitmapView object, which will draw itself to aRect.
aRect | Rectangle this view will be drawn to. |
Definition at line 66 of file GfxBitBitView.cpp.
void CGfxBitBlitView::Draw | ( | const TRect & | aRect | ) | const |
From CCoeControl, Draw Draw this CGfxDirectScreenBitmapView to the screen.
aRect | the rectangle of this view that needs updating |
Definition at line 121 of file GfxBitBitView.cpp.
void CGfxBitBlitView::ProfileBitBlitL | ( | TInt | aTestNo | ) |
Monochrome display mode (1 bpp)
Four grayscales display mode (2 bpp)
16 grayscales display mode (4 bpp)
256 grayscales display mode (8 bpp)
Low colour EGA 16 colour display mode (4 bpp)
256 colour display mode (8 bpp)
64,000 colour display mode (16 bpp)
True colour display mode (24 bpp)
(Not an actual display mode used for moving buffers containing bitmaps)
4096 colour display (12 bpp).
True colour display mode (32 bpp, but top byte is unused and unspecified)
Display mode with alpha (24bpp colour plus 8bpp alpha)
Definition at line 214 of file GfxBitBitView.cpp.
void CGfxBitBlitView::SizeChanged | ( | ) | [virtual] |
From CoeControl, SizeChanged. Called by framework when the view size is changed.
Definition at line 138 of file GfxBitBitView.cpp.