Tizen Native API

Classes for handling resource images. More...

Classes

class  Dali::BufferImage
 BufferImage represents an image resource that can be added to ImageViews. More...
class  Dali::EncodedBufferImage
 EncodedBufferImage represents an image resource that can be added to ImageViews. More...
class  Dali::FrameBufferImage
 FrameBufferImage represents a GLES Frame Buffer Object and contains the result of an 'off screen' render pass of a RenderTask. More...
class  Dali::Image
 An Image object represents an image resource that can be added to ImageViews. More...
class  Dali::NativeImageInterface
 Abstract interface to provide platform-specific support for handling image data. More...
class  Dali::NativeImage
 NativeImage represents an image resource that can be added to ImageViews. More...
class  Dali::ResourceImage
 ResourceImage is an image loaded using a URL. More...

Namespaces

namespace  Dali::RenderBuffer
 

Render Buffer formats.


namespace  Dali::FittingMode
 

Fitting options, used when resizing images to fit desired dimensions.


namespace  Dali::SamplingMode
 

Filtering options, used when resizing images to sample original pixels.


namespace  Dali::Pixel
 

Pixel format types and their properties.


Typedefs

typedef unsigned char Dali::PixelBuffer
 pixel data buffer
typedef Dali::Rect< unsigned int > Dali::RectArea
 rectangular area (x,y,w,h)
typedef Uint16Pair Dali::ImageDimensions
 Image dimension type.
typedef Dali::IntrusivePtr
< NativeImageInterface > 
Dali::NativeImageInterfacePtr
 Pointer to Dali::NativeImageInterface.

Classes for handling resource images.


Typedef Documentation

Image dimension type.

The integer dimensions of an image or a region of an image packed into 16 bits per component.

Since :
2.4

This can only be used for images of up to 65535 x 65535 pixels.

Since :
2.4
typedef Dali::IntrusivePtr<NativeImageInterface> Dali::NativeImageInterfacePtr

Pointer to Dali::NativeImageInterface.

Since :
2.4
typedef unsigned char Dali::PixelBuffer

pixel data buffer

Since :
2.4
typedef Dali::Rect<unsigned int> Dali::RectArea

rectangular area (x,y,w,h)

Since :
2.4