class CBitwiseBitmap |
BitGdi bitmap class (pseudo-CXxx class). WARNING: Class for internal use ONLY. Compatibility is not guaranteed in future releases.
Private Attributes | |
---|---|
TInt | iByteWidth |
TInt | iDataOffset |
SEpocBitmapHeader | iHeader |
RHeap * | iHeap |
TBool | iIsCompressedInRAM |
CChunkPile * | iPile |
struct CBitwiseBitmap::TSettings | iSettings |
TInt | iSpare |
TUid | iUid |
IMPORT_C | CBitwiseBitmap | ( | RHeap * | aHeap, |
CChunkPile * | aPile | |||
) | [private] |
RHeap * aHeap | |
CChunkPile * aPile |
void | BitmapFill16 | ( | TUint16 * | aDestPtr16, |
TInt | aCount, | |||
TUint16 | aValue16 | |||
) | [private, static, inline] |
void | BitmapFill32 | ( | TUint32 * | aDestPtr32, |
TInt | aCount, | |||
TUint32 | aValue32 | |||
) | [private, static] |
TInt | ByteWidth | ( | TInt | aPixelWidth, |
TDisplayMode | aDispMode | |||
) | [private, static] |
TInt aPixelWidth | |
TDisplayMode aDispMode |
void | ChangeDisplayMode | ( | TDisplayMode | aNewDisplayMode, |
TInt | aScanLineWidthNew, | |||
TUint8 * | aDataAddrNew, | |||
TUint32 * | aDataAddress, | |||
TInt | aYStart, | |||
TInt | aYInc, | |||
TInt | aYEnd | |||
) | [private] |
void | CheckHeaderIsValidL | ( | const SEpocBitmapHeader & | aHeader | ) | [private, static] |
const SEpocBitmapHeader & aHeader |
TBool | ColorAlphaPointerCompare | ( | TUint8 * | aColorPointer, |
TUint8 | aComponent1, | |||
TUint8 | aComponent2, | |||
TUint8 | aComponent3, | |||
TUint8 | aComponent4 | |||
) | const [private] |
IMPORT_C TInt | CompressData | ( | TBitmapfileCompressionScheme | aScheme | ) |
TBitmapfileCompressionScheme aScheme |
TInt | CompressedFormatInfo | ( | TDisplayMode | aDispMode, |
TInt & | aBytesPerPack, | |||
TInt & | aBytesPerCompressed | |||
) | [private, static] |
TDisplayMode aDispMode | |
TInt & aBytesPerPack | |
TInt & aBytesPerCompressed |
TBitmapfileCompression | CompressionType | ( | TInt | aBpp, |
TInt | aColor | |||
) | [private, static] |
IMPORT_C TInt | Construct | ( | const TSize & | aSize, |
TDisplayMode | aDispMode, | |||
TUid | aCreatorUid | |||
) | [private] |
const TSize & aSize | |
TDisplayMode aDispMode | |
TUid aCreatorUid |
IMPORT_C TInt | ConstructExtended | ( | const TSize & | aSize, |
TDisplayMode | aDispMode, | |||
TUid | aType, | |||
TInt | aDataSize | |||
) | [private] |
const TSize & aSize | |
TDisplayMode aDispMode | |
TUid aType | |
TInt aDataSize |
IMPORT_C void | ConstructL | ( | RFs & | aFs, |
const TDesC & | aFilename, | |||
TInt32 | aId, | |||
TUint | aFileOffset | |||
) | [private] |
IMPORT_C void | ConstructL | ( | RFile & | aFile, |
TInt32 | aId, | |||
TUint | aFileOffset | |||
) | [private] |
IMPORT_C void | ConstructL | ( | CShiftedFileStore * | aFileStore, |
TStreamId | aStreamId | |||
) | [private] |
CShiftedFileStore * aFileStore | |
TStreamId aStreamId |
IMPORT_C TInt | CopyData | ( | const CBitwiseBitmap & | aSourceBitmap | ) | [private] |
const CBitwiseBitmap & aSourceBitmap |
TInt | DisplayModeArgCheck | ( | TDisplayMode | aDisplayMode, |
TUint32 * | aDataAddress | |||
) | const [private] |
TDisplayMode aDisplayMode | |
TUint32 * aDataAddress |
void | DoCompressScanLine | ( | TDes8 & | aBuf, |
TInt | x, | |||
TInt | y, | |||
TInt | aClipStrchX, | |||
TInt | aClipStrchLen, | |||
TInt | aStretchLength, | |||
TInt | aOrgX, | |||
TInt | aOrgLen, | |||
const TPoint & | aDitherOffset, | |||
TDisplayMode | aDispMode, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const [private] |
void | DoDecompressByteData | ( | TUint8 * | aDestBuffer, |
TInt | aDestSize, | |||
TUint8 * | aSrceBuffer, | |||
TInt | aSrceSize | |||
) | [private] |
void | DoDecompressByteDataAltL | ( | RReadStream & | aStream, |
TInt | aSrceSizeInBytes, | |||
TUint32 * | aBase | |||
) | [private] |
RReadStream & aStream | |
TInt aSrceSizeInBytes | |
TUint32 * aBase |
void | DoDecompressSixteenBitData | ( | TUint8 * | aDestBuffer, |
TInt | aDestSize, | |||
TUint8 * | aSrceBuffer, | |||
TInt | aSrceSize | |||
) | [private] |
void | DoDecompressSixteenBitDataAltL | ( | RReadStream & | aStream, |
TInt | aSrceSizeInBytes, | |||
TUint32 * | aBase | |||
) | [private] |
RReadStream & aStream | |
TInt aSrceSizeInBytes | |
TUint32 * aBase |
void | DoDecompressThirtyTwoABitData | ( | TUint8 * | aDestBuffer, |
TInt | aDestSize, | |||
TUint8 * | aSrceBuffer, | |||
TInt | aSrceSize | |||
) | [private] |
void | DoDecompressThirtyTwoABitDataAltL | ( | RReadStream & | aStream, |
TInt | aSrceSizeInBytes, | |||
TUint32 * | aBase | |||
) | [private] |
RReadStream & aStream | |
TInt aSrceSizeInBytes | |
TUint32 * aBase |
void | DoDecompressThirtyTwoUBitData | ( | TUint8 * | aDestBuffer, |
TInt | aDestSize, | |||
TUint8 * | aSrceBuffer, | |||
TInt | aSrceSize | |||
) | [private] |
void | DoDecompressThirtyTwoUBitDataAltL | ( | RReadStream & | aStream, |
TInt | aSrceSizeInBytes, | |||
TUint32 * | aBase | |||
) | [private] |
RReadStream & aStream | |
TInt aSrceSizeInBytes | |
TUint32 * aBase |
void | DoDecompressTwelveBitData | ( | TUint8 * | aDestBuffer, |
TInt | aDestSize, | |||
TUint8 * | aSrceBuffer, | |||
TInt | aSrceSize | |||
) | [private] |
void | DoDecompressTwelveBitDataAltL | ( | RReadStream & | aStream, |
TInt | aSrceSizeInBytes, | |||
TUint32 * | aBase | |||
) | [private] |
RReadStream & aStream | |
TInt aSrceSizeInBytes | |
TUint32 * aBase |
void | DoDecompressTwentyFourBitData | ( | TUint8 * | aDestBuffer, |
TInt | aDestSize, | |||
TUint8 * | aSrceBuffer, | |||
TInt | aSrceSize | |||
) | [private] |
void | DoDecompressTwentyFourBitDataAltL | ( | RReadStream & | aStream, |
TInt | aSrceSizeInBytes, | |||
TUint32 * | aBase | |||
) | [private] |
RReadStream & aStream | |
TInt aSrceSizeInBytes | |
TUint32 * aBase |
void | DoExternalizeByteDataCompressedL | ( | RWriteStream & | aStream, |
TUint8 * | aData, | |||
TInt | aSizeInBytes | |||
) | const [private] |
RWriteStream & aStream | |
TUint8 * aData | |
TInt aSizeInBytes |
void | DoExternalizeDataCompressedL | ( | RWriteStream & | aStream, |
TUint8 * | aData, | |||
TInt | aSizeInBytes | |||
) | const [private] |
RWriteStream & aStream | |
TUint8 * aData | |
TInt aSizeInBytes |
void | DoExternalizeSixteenBitDataCompressedL | ( | RWriteStream & | aStream, |
TUint8 * | aData, | |||
TInt | aSizeInBytes | |||
) | const [private] |
RWriteStream & aStream | |
TUint8 * aData | |
TInt aSizeInBytes |
void | DoExternalizeThirtyTwoABitDataCompressedL | ( | RWriteStream & | aStream, |
TUint8 * | aData, | |||
TInt | aSizeInBytes | |||
) | const [private] |
RWriteStream & aStream | |
TUint8 * aData | |
TInt aSizeInBytes |
void | DoExternalizeThirtyTwoUBitDataCompressedL | ( | RWriteStream & | aStream, |
TUint8 * | aData, | |||
TInt | aSizeInBytes | |||
) | const [private] |
RWriteStream & aStream | |
TUint8 * aData | |
TInt aSizeInBytes |
void | DoExternalizeTwelveBitDataCompressedL | ( | RWriteStream & | aStream, |
TUint8 * | aData, | |||
TInt | aSizeInBytes | |||
) | const [private] |
RWriteStream & aStream | |
TUint8 * aData | |
TInt aSizeInBytes |
void | DoExternalizeTwentyFourBitDataCompressedL | ( | RWriteStream & | aStream, |
TUint8 * | aData, | |||
TInt | aSizeInBytes | |||
) | const [private] |
RWriteStream & aStream | |
TUint8 * aData | |
TInt aSizeInBytes |
TInt | DoGetScanLinePtr | ( | TUint32 *& | aSlptr, |
TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const [private] |
TUint32 *& aSlptr | |
TPoint & aPixel | |
TInt aLength | |
TUint32 * aBase | |
TLineScanningPosition & aLineScanningPosition |
void | DoInternalizeCompressedDataL | ( | RReadStream & | aStream, |
TInt | aSrceSize, | |||
TUint32 * | aBase, | |||
TBitmapfileCompression | aCompression | |||
) | [private] |
RReadStream & aStream | |
TInt aSrceSize | |
TUint32 * aBase | |
TBitmapfileCompression aCompression |
void | DoInternalizeL | ( | RReadStream & | aStream, |
TInt | aSrceSize, | |||
TUint32 * | aBase | |||
) | [private] |
RReadStream & aStream | |
TInt aSrceSize | |
TUint32 * aBase |
void | DoStretchScanLine | ( | TDes8 & | aBuf, |
TInt | x, | |||
TInt | y, | |||
TInt | aClipStrchX, | |||
TInt | aClipStrchLen, | |||
TInt | aStretchLength, | |||
TInt | aOrgX, | |||
TInt | aOrgLen, | |||
const TPoint & | aDitherOffset, | |||
TDisplayMode | aDispMode, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const [private] |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream, |
const CFbsBitmap & | aHandleBitmap | |||
) | const |
RWriteStream & aStream | |
const CFbsBitmap & aHandleBitmap |
IMPORT_C void | ExternalizeRectangleL | ( | RWriteStream & | aStream, |
const TRect & | aRect, | |||
const CFbsBitmap & | aHandleBitmap | |||
) | const |
RWriteStream & aStream | |
const TRect & aRect | |
const CFbsBitmap & aHandleBitmap |
void | GenerateLineFromCompressed24BitData | ( | TUint8 * | aDestBuffer, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const [private] |
TUint8 * aDestBuffer | |
const TPoint & aPixel | |
TInt aLength | |
TUint32 * aBase | |
TLineScanningPosition & aLineScanningPosition |
void | GenerateLineFromCompressed32ABitData | ( | TUint8 * | aDestBuffer, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const [private] |
TUint8 * aDestBuffer | |
const TPoint & aPixel | |
TInt aLength | |
TUint32 * aBase | |
TLineScanningPosition & aLineScanningPosition |
void | GenerateLineFromCompressed32UBitData | ( | TUint8 * | aDestBuffer, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const [private] |
TUint8 * aDestBuffer | |
const TPoint & aPixel | |
TInt aLength | |
TUint32 * aBase | |
TLineScanningPosition & aLineScanningPosition |
void | GenerateLineFromCompressedEightBitData | ( | TUint8 * | aDestBuffer, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const [private] |
TUint8 * aDestBuffer | |
const TPoint & aPixel | |
TInt aLength | |
TUint32 * aBase | |
TLineScanningPosition & aLineScanningPosition |
void | GenerateLineFromCompressedSixteenBitData | ( | TUint8 * | aDestBuffer, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const [private] |
TUint8 * aDestBuffer | |
const TPoint & aPixel | |
TInt aLength | |
TUint32 * aBase | |
TLineScanningPosition & aLineScanningPosition |
void | GenerateLineFromCompressedTwelveBitData | ( | TUint8 * | aDestBuffer, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const [private] |
TUint8 * aDestBuffer | |
const TPoint & aPixel | |
TInt aLength | |
TUint32 * aBase | |
TLineScanningPosition & aLineScanningPosition |
void | GenerateLineFromPaletteCompressedData | ( | TUint8 * | aDestBuffer, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const [private] |
TUint8 * aDestBuffer | |
const TPoint & aPixel | |
TInt aLength | |
TUint32 * aBase | |
TLineScanningPosition & aLineScanningPosition |
TUint8 | GetGrayPixelEx | ( | TInt | aX, |
TUint32 * | aScanLineAddress | |||
) | const [private] |
void | GetLineScanPos | ( | TLineScanningPosition & | aLineScanPos, |
const TCompressionBookMark *& | aComprBookMark, | |||
const TUint8 * | aBase | |||
) | const [private] |
TLineScanningPosition & aLineScanPos | |
const TCompressionBookMark *& aComprBookMark | |
const TUint8 * aBase |
IMPORT_C void | GetPixel | ( | TRgb & | aColor, |
const TPoint & | aPos, | |||
TUint32 * | aBase, | |||
CFbsRasterizer * | aRasterizer | |||
) | const |
TRgb | GetRgbPixelEx | ( | TInt | aX, |
TUint32 * | aScanLineAddress | |||
) | const [private] |
void | GetRgbPixelExMany | ( | TInt | aX, |
TUint32 * | aScanlinePtr, | |||
TUint32 * | aDest, | |||
TInt | aLength | |||
) | const [private] |
void | GetRgbPixelExMany16M | ( | TInt | aX, |
TUint32 * | aScanlinePtr, | |||
TUint8 * | aDest, | |||
TInt | aLength | |||
) | const [private] |
void | GetRgbPixelExMany16MAP | ( | TInt | aX, |
TUint32 * | aScanlinePtr, | |||
TUint32 * | aDest, | |||
TInt | aLength | |||
) | const [private] |
IMPORT_C void | GetScanLine | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TBool | aDither, | |||
const TPoint & | aDitherOffset, | |||
TDisplayMode | aDispMode, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const |
TDes8 & aBuf | |
const TPoint & aPixel | |
TInt aLength | |
TBool aDither | |
const TPoint & aDitherOffset | |
TDisplayMode aDispMode | |
TUint32 * aBase | |
TLineScanningPosition & aLineScanningPosition |
IMPORT_C void | GetScanLine | ( | TUint32 *& | aSlptr, |
TDes8 & | aBuf, | |||
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TBool | aDither, | |||
const TPoint & | aDitherOffset, | |||
TDisplayMode | aDispMode | |||
) | const |
IMPORT_C void | GetScanLine | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TBool | aDither, | |||
const TPoint & | aDitherOffset, | |||
TDisplayMode | aDispMode, | |||
TUint32 * | aBase | |||
) | const |
void | GetScanLineColor16 | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineColor16M | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineColor16MA | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineColor16MAP | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineColor16MU | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineColor256 | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineColor4K | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineColor64K | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineColorRgb | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineExBits | ( | TDes8 & | aBuf, |
TInt | aX, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineExBytes | ( | TDes8 & | aBuf, |
TInt | aX, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineGray16 | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineGray2 | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TBool | aDither, | |||
const TPoint & | aDitherOffset, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineGray256 | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
void | GetScanLineGray4 | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aLength, | |||
TBool | aDither, | |||
const TPoint & | aDitherOffset, | |||
TUint32 * | aScanlinePtr | |||
) | const [private] |
IMPORT_C TInt | GetScanLinePtr | ( | TUint32 *& | aSlptr, |
TPoint & | aPixel, | |||
TInt | aLength, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const |
TUint32 *& aSlptr | |
TPoint & aPixel | |
TInt aLength | |
TUint32 * aBase | |
TLineScanningPosition & aLineScanningPosition |
IMPORT_C TInt | GetScanLinePtr | ( | TUint32 *& | aSlptr, |
TInt & | aLength, | |||
TPoint & | aPixel, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const |
TUint32 *& aSlptr | |
TInt & aLength | |
TPoint & aPixel | |
TUint32 * aBase | |
TLineScanningPosition & aLineScanningPosition |
IMPORT_C void | GetVerticalScanLine | ( | TDes8 & | aBuf, |
TInt | aX, | |||
TBool | aDither, | |||
const TPoint & | aDitherOffset, | |||
TDisplayMode | aDispMode, | |||
TUint32 * | aBase, | |||
CFbsRasterizer * | aRasterizer | |||
) | const |
TUint32 | HashTo1bpp | ( | TUint32 | aGray256, |
TBool | aOddX, | |||
TBool | aOddY | |||
) | const [private] |
IMPORT_C TInt | HorizontalPixelsToTwips | ( | TInt | aPixels | ) | const |
TInt aPixels |
IMPORT_C TInt | HorizontalTwipsToPixels | ( | TInt | aTwips | ) | const |
TInt aTwips |
IMPORT_C void | InternalizeHeaderL | ( | RReadStream & | aStream, |
SEpocBitmapHeader & | aHeader | |||
) | [static] |
RReadStream & aStream | |
SEpocBitmapHeader & aHeader |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
RReadStream & aStream |
TInt | IsColor | ( | TDisplayMode | aDispMode | ) | [private, static] |
TDisplayMode aDispMode |
TBool | IsWordMonochrome | ( | TUint32 | aWord | ) | const [private] |
TUint32 aWord |
void | PaletteAssign16BitColor | ( | TUint8 *& | aDestPtr, |
TUint32 | aColor | |||
) | [private, static] |
void | PaletteAssign24BitColor | ( | TUint8 *& | aDestPtr, |
TUint32 | aColor | |||
) | [private, static] |
void | PaletteAssign32BitColor | ( | TUint8 *& | aDestPtr, |
TUint32 | aColor | |||
) | [private, static] |
TUint | PaletteBitsPerPixel | ( | TInt | aNumColors | ) | const [private] |
TInt aNumColors |
TUint | PaletteBytesPerPixel | ( | TInt | aBitsPerPixel | ) | const [private] |
TInt aBitsPerPixel |
void | PaletteDecode1PixelPerByte | ( | TUint8 * | aDataPtr, |
TUint32 * | aPalettePtr, | |||
TUint8 *& | aDestPtr, | |||
TAssignFunction | aAssignFunction | |||
) | [private, static] |
TUint8 * aDataPtr | |
TUint32 * aPalettePtr | |
TUint8 *& aDestPtr | |
TAssignFunction aAssignFunction |
void | PaletteDecode2PixelPerByte | ( | TUint8 * | aDataPtr, |
TUint32 * | aPalettePtr, | |||
TUint8 *& | aDestPtr, | |||
TAssignFunction | aAssignFunction | |||
) | [private, static] |
TUint8 * aDataPtr | |
TUint32 * aPalettePtr | |
TUint8 *& aDestPtr | |
TAssignFunction aAssignFunction |
void | PaletteDecode4PixelPerByte | ( | TUint8 * | aDataPtr, |
TUint32 * | aPalettePtr, | |||
TUint8 *& | aDestPtr, | |||
TAssignFunction | aAssignFunction | |||
) | [private, static] |
TUint8 * aDataPtr | |
TUint32 * aPalettePtr | |
TUint8 *& aDestPtr | |
TAssignFunction aAssignFunction |
void | PaletteDecode8PixelPerByte | ( | TUint8 * | aDataPtr, |
TUint32 * | aPalettePtr, | |||
TUint8 *& | aDestPtr, | |||
TAssignFunction | aAssignFunction | |||
) | [private, static] |
TUint8 * aDataPtr | |
TUint32 * aPalettePtr | |
TUint8 *& aDestPtr | |
TAssignFunction aAssignFunction |
void | PaletteDecodeAndAssignGeneric | ( | TUint8 * | aDataPtr, |
TUint32 * | aPalettePtr, | |||
TUint8 *& | aDestPtr, | |||
TUint | aStartPixel, | |||
TUint | aEndPixel, | |||
TUint | aCompressedPixelsPerByte, | |||
TUint | aCompressedBitsPerPixel | |||
) | const [private] |
IMPORT_C void | SetCompressionBookmark | ( | TLineScanningPosition & | aLineScanningPosition, |
TUint32 * | aBase, | |||
const CFbsBitmap * | aFbsBitmap | |||
) |
TLineScanningPosition & aLineScanningPosition | |
TUint32 * aBase | |
const CFbsBitmap * aFbsBitmap |
TInt | SetDisplayMode | ( | TDisplayMode | aDisplayMode, |
TUint32 * | aDataAddress | |||
) | [private] |
TDisplayMode aDisplayMode | |
TUint32 * aDataAddress |
TInt | SizeOfByteDataCompressed | ( | TUint8 * | aData, |
TInt | aSizeInBytes | |||
) | const [private] |
TInt | SizeOfDataCompressed | ( | TUint8 * | aData, |
TInt | aSizeInBytes | |||
) | const [private] |
TInt | SizeOfSixteenBitDataCompressed | ( | TUint8 * | aData, |
TInt | aSizeInBytes | |||
) | const [private] |
TInt | SizeOfThirtyTwoABitDataCompressed | ( | TUint8 * | aData, |
TInt | aSizeInBytes | |||
) | const [private] |
TInt | SizeOfThirtyTwoUBitDataCompressed | ( | TUint8 * | aData, |
TInt | aSizeInBytes | |||
) | const [private] |
TInt | SizeOfTwelveBitDataCompressed | ( | TUint8 * | aData, |
TInt | aSizeInBytes | |||
) | const [private] |
TInt | SizeOfTwentyFourBitDataCompressed | ( | TUint8 * | aData, |
TInt | aSizeInBytes | |||
) | const [private] |
IMPORT_C void | StretchScanLine | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aClipStrchX, | |||
TInt | aClipStrchLen, | |||
TInt | aStretchLength, | |||
TInt | aOrgX, | |||
TInt | aOrgLen, | |||
const TPoint & | aDitherOffset, | |||
TDisplayMode | aDispMode, | |||
TUint32 * | aBase | |||
) | const |
IMPORT_C void | StretchScanLine | ( | TDes8 & | aBuf, |
const TPoint & | aPixel, | |||
TInt | aClipStrchX, | |||
TInt | aClipStrchLen, | |||
TInt | aStretchLength, | |||
TInt | aOrgX, | |||
TInt | aOrgLen, | |||
const TPoint & | aDitherOffset, | |||
TDisplayMode | aDispMode, | |||
TUint32 * | aBase, | |||
TLineScanningPosition & | aLineScanningPosition | |||
) | const |
TInt | SwapWidthAndHeight | ( | TUint32 * | aDataAddress | ) | [private] |
TUint32 * aDataAddress |
TBool | TrueColorPointerCompare | ( | TUint8 * | aColorPointer, |
TUint8 | aComponent1, | |||
TUint8 | aComponent2, | |||
TUint8 | aComponent3 | |||
) | const [private] |
void | UpdateBitmapProperties | ( | TDisplayMode | aNewDisplayMode | ) | [private] |
TDisplayMode aNewDisplayMode |
void | UpdateBookMark | ( | const TLineScanningPosition & | aLineScanPos, |
TCompressionBookMark * | aComprBookMark, | |||
const TUint8 * | aBase | |||
) | const [private] |
const TLineScanningPosition & aLineScanPos | |
TCompressionBookMark * aComprBookMark | |
const TUint8 * aBase |
void | UpdatePaddingData | ( | TUint32 * | aData | ) | [private] |
TUint32 * aData |
IMPORT_C TInt | VerticalPixelsToTwips | ( | TInt | aPixels | ) | const |
TInt aPixels |
IMPORT_C TInt | VerticalTwipsToPixels | ( | TInt | aTwips | ) | const |
TInt aTwips |
void | WhiteFill | ( | TUint8 * | aData, |
TInt | aDataSize, | |||
TDisplayMode | aDispMode | |||
) | [private, static] |
TUint8 * aData | |
TInt aDataSize | |
TDisplayMode aDispMode |