MIHLBitmapProcessor Class Reference
class MIHLBitmapProcessor : public MIHLProcessor
|
Constructor & Destructor Documentation
~MIHLBitmapProcessor()
~MIHLBitmapProcessor
|
(
|
)
|
[inline, virtual]
|
Member Functions Documentation
CancelProcess()
void
|
CancelProcess
|
(
|
)
|
[pure virtual]
|
Cancel pending request. If not active, method does nothing.
-
Since
-
3.0
IsBusy()
TBool
|
IsBusy
|
(
|
)
|
const [pure virtual]
|
Check if processor has request pending.
-
Since
-
3.0
Process(TRequestStatus &, const MIHLBitmap &, const TRect &, MIHLBitmap &, const TRect &)
Process rectangle from source bitmap to a rectangle in destination bitmap. Scaled area can be also rotated and/or mirrored during process. See full description from
MIHLScaler
header.
-
Since
-
3.0
Parameters
TRequestStatus
& aStatus
|
Process request status reference.
|
const
MIHLBitmap
& aSrcBitmap
|
Source bitmap reference.
|
const
TRect
& aSrcRect
|
Rectangle that is processed from source bitmap.
|
MIHLBitmap
& aDstBitmap
|
Destination bitmap reference.
|
const
TRect
& aDstRect
|
Rectangle that is filled in destination bitmap.
|
SetFilter(MIHFilter *)
void
|
SetFilter
|
(
|
MIHFilter *
|
aFilter
|
)
|
[pure virtual]
|
Set filter. For future use, not used currently!
-
Since
-
3.0
Member Enumerations Documentation
Enum TOptions
Flags to control scaler functionality. These can be combined using an OR operation.
-
Since
-
3.0
Enumerators
EOptionUseBilinearInterpolation = 0x01
|
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.