|
||
class RHardwareBitmap;
The interface to a hardware bitmap.
This is a bitmap that can be drawn to by graphics acceleration hardware. It is stored in a contiguous area of physical memory.
After creating the hardware bitmap, it can be passed to CHardwareGraphicsAccelerator::NewL(RHardwareBitmap)
.
Defined in RHardwareBitmap
:
GetInfo(TAcceleratedBitmapInfo &)const
Gets the information needed for accessing a bitmap directly into TAcceleratedBit...RHardwareBitmap()
Default constructor. RHardwareBitmap(TInt)
Constructor taking the handle of an existing RHardwareBitmap to duplicate it. iHandle
The bitmap's handle; assigned during construction. This is used to identify the ...CHardwareGraphicsAccelerator::NewL(RHardwareBitmap)
Create a new CHardwareGraphicsAccelerator for use with a given hardware bitmap.inline RHardwareBitmap(TInt aHandle);
Constructor taking the handle of an existing RHardwareBitmap to duplicate it.
|
IMPORT_C TInt GetInfo(TAcceleratedBitmapInfo &aInfo) const;
Gets the information needed for accessing a bitmap directly into TAcceleratedBitmapInfo
structure.
|
|
TInt iHandle;
The bitmap's handle; assigned during construction. This is used to identify the bitmap.