135 const Rect &src_rect,
152 const Rect &src_rect,
float get_dip_height() const
Returns the device independent height of this texture.
Definition: texture_2d_array.h:93
TextureWrapMode
Texture coordinate wrapping modes.
Definition: texture.h:64
Texture object class.
Definition: texture.h:102
Pixel data container.
Definition: pixel_buffer.h:67
Texture2DArray(const std::shared_ptr< Texture_Impl > &impl)
Definition: texture_2d_array.h:51
void set_wrap_mode(TextureWrapMode wrap_s, TextureWrapMode wrap_t)
Sizef get_dip_size() const
Returns the device independent size of this texture.
Definition: texture_2d_array.h:96
int get_height() const
Retrieves the actual height of the texture in the display.
2D (left,top,right,bottom) rectangle structure - Integer
Definition: rect.h:488
Size get_size() const
Retrieves the actual size of the texture.
Definition: texture_2d_array.h:81
2D texture object class.
Definition: texture_2d.h:40
Texture2DArray()
Constructs a null instance.
float get_dip_width() const
Returns the device independent width of this texture.
Definition: texture_2d_array.h:90
float get_pixel_ratio() const
TextureWrapMode get_wrap_mode_t() const
Get the texture wrap mode for the t coordinate.
std::shared_ptr< Texture_Impl > impl
Definition: texture.h:250
void set_image(GraphicContext &context, int array_index, const PixelBuffer &image, int level=0)
void set_pixel_ratio(float ratio)
Sets the display pixel ratio for this texture.
Texture2D create_2d_view(int array_index, TextureFormat texture_format, int min_level, int num_levels)
Creates a 2D texture view.
TextureFormat
Texture format.
Definition: texture_format.h:38
TextureWrapMode get_wrap_mode_s() const
Get the texture wrap mode for the s coordinate.
int get_array_size() const
Returns the number of textures in the array.
Interface to drawing graphics.
Definition: graphic_context.h:256
2D (x,y) point structure - Integer
Definition: point.h:61
int get_width() const
Retrieves the actual width of the texture in the display.
2D (width,height) size structure - Integer
Definition: size.h:170
2D texture array object class.
Definition: texture_2d_array.h:42
2D (width,height) size structure - Float
Definition: size.h:183
void set_subimage(GraphicContext &context, int array_index, int x, int y, const PixelBuffer &image, const Rect &src_rect, int level=0)