CImageProcessorExtension Class Reference
#include
<icl/imageprocessor.h>
| class CImageProcessorExtension : public CImageProcessor |
| Inherited Functions |
|---|
| | CBase::CBase() |
| | CBase::Delete(CBase *) |
| | CBase::Extension_(TUint,TAny *&,TAny *) |
| | CBase::operator new(TUint) |
| | CBase::operator new(TUint,TAny *) |
| | CBase::operator new(TUint,TLeave) |
| | CBase::operator new(TUint,TLeave,TUint) |
| | CBase::operator new(TUint,TUint) |
| | CBase::~CBase() |
| | CImageProcessor::FlushPixels() |
| | CImageProcessor::PrepareL(CFbsBitmap &,const TRect &) |
| | CImageProcessor::PrepareL(CFbsBitmap &,const TRect &,const TSize &) |
| | CImageProcessor::SetLineRepeat(TInt) |
| | CImageProcessor::SetMonoPixel(TInt) |
| | CImageProcessor::SetMonoPixelBlock(TUint32 *) |
| | CImageProcessor::SetMonoPixelRun(TInt,TInt) |
| | CImageProcessor::SetMonoPixels(TUint32 *,TInt) |
| | CImageProcessor::SetPixel(TRgb) |
| | CImageProcessor::SetPixelBlock(TRgb *) |
| | CImageProcessor::SetPixelPadding(TInt) |
| | CImageProcessor::SetPixelRun(TRgb,TInt) |
| | CImageProcessor::SetPixels(TRgb *,TInt) |
| | CImageProcessor::SetPos(const TPoint &) |
| | CImageProcessor::SetYPosIncrement(TInt) |
Member Attribute Documentation
iClippingRect
|
TRect
| iClippingRect | [protected] |
iDesiredSize
|
TSize
| iDesiredSize | [protected] |
Desired size after scaling
iEndPosition
|
TPoint
| iEndPosition | [protected] |
Position in destination at which rendering is complete
iNumberOfScanlinesToSkip
|
TInt
| iNumberOfScanlinesToSkip | [protected] |
An initial one-off number of scanlines to be skipped
iOperation
Operations to apply to image
iScalingCoeff
|
TInt
| iScalingCoeff | [protected] |
iStartPosition
|
TPoint
| iStartPosition | [protected] |
Position in destination at which start rendering
Constructor & Destructor Documentation
CImageProcessorExtension ( )
| IMPORT_C | CImageProcessorExtension | ( | ) | [protected] |
~CImageProcessorExtension ( )
| IMPORT_C | ~CImageProcessorExtension | ( | ) | [virtual] |
Member Function Documentation
SetClippingRect ( const TRect & )
| IMPORT_C void | SetClippingRect | ( | const TRect & | aRect | ) | |
SetInitialScanlineSkipPadding ( TInt )
| IMPORT_C void | SetInitialScanlineSkipPadding | ( | TInt | aNumberOfScanlines | ) | |
SetOperation ( TTransformOptions )
SetScaling ( TInt )
| IMPORT_C void | SetScaling | ( | TInt | aScalingCoeff | ) | |
SetScaling ( const TSize & )
| IMPORT_C void | SetScaling | ( | const TSize & | aDesiredSize | ) | |