class MSgImage_Chunk |
This interface allows access to the data chunk where an image is stored. The chunk handle obtained through this interface can be passed to device drivers that need access to the pixel data of the image.
This interface is only supported if the image is stored in a shared chunk.
Public Member Functions | |
---|---|
const RChunk & | DataChunk() |
TInt | DataOffset() |
TInt | DataStride() |
const RChunk & | DataChunk | ( | ) | const [pure virtual] |
Retrieves a handle to the chunk where the pixel data is stored. The returned chunk handle is valid until the RSgImage handle is closed.
TInt | DataOffset | ( | ) | const [pure virtual] |
Retrieves the base offset of the pixel data from the base of the chunk.
TInt | DataStride | ( | ) | const [pure virtual] |
Retrieves the number of bytes between rows of the pixel data in the chunk.
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.