|
| define_declared_event (Downloaded, downloaded) define_declared_event(FailedToDownload |
|
| image (dimension aDpiScaleFactor=1.0, texture_sampling aSampling=texture_sampling::NormalMipmap, neogfx::color_space aColorSpace=neogfx::color_space::sRGB) |
|
| image (const neogfx::size &aSize, const color &aColor=color::Black, dimension aDpiScaleFactor=1.0, texture_sampling aSampling=texture_sampling::NormalMipmap, neogfx::color_space aColorSpace=neogfx::color_space::sRGB) |
|
| image (std::string const &aUri, dimension aDpiScaleFactor=1.0, texture_sampling aSampling=texture_sampling::NormalMipmap, neogfx::color_space aColorSpace=neogfx::color_space::sRGB) |
|
| image (std::string const &aImagePattern, const std::unordered_map< std::string, color > &aColorMap, dimension aDpiScaleFactor=1.0, texture_sampling aSampling=texture_sampling::NormalMipmap, neogfx::color_space aColorSpace=neogfx::color_space::sRGB) |
|
| image (std::string const &aUri, std::string const &aImagePattern, const std::unordered_map< std::string, color > &aColorMap, dimension aDpiScaleFactor=1.0, texture_sampling aSampling=texture_sampling::NormalMipmap, neogfx::color_space aColorSpace=neogfx::color_space::sRGB) |
|
| image (image const &aOther) |
|
| image (image &&aOther) |
|
| image (image const &aOther, texture_sampling aSampling) |
|
| image (image &&aOther, texture_sampling aSampling) |
|
| ~image () |
|
bool | available () const override |
|
bool | downloading () const override |
|
double | downloading_progress () const override |
|
bool | error () const override |
|
i_string const & | error_string () const override |
|
i_string const & | uri () const override |
|
bool | is_empty () const override |
|
const void * | cdata () const override |
|
const void * | data () const override |
|
void * | data () override |
|
std::size_t | size () const override |
|
hash_digest_type const & | hash () const override |
|
dimension | dpi_scale_factor () const override |
|
neogfx::color_space | color_space () const override |
|
neogfx::color_format | color_format () const override |
|
texture_sampling | sampling () const override |
|
texture_data_format | data_format () const override |
|
const neogfx::size & | extents () const override |
|
void | resize (const neogfx::size &aNewSize) override |
|
const void * | cpixels () const override |
|
const void * | pixels () const override |
|
void * | pixels () override |
|
color | get_pixel (const point &aPoint) const override |
|
void | set_pixel (const point &aPoint, const color &aColor) override |
|
| reference_counted () noexcept |
|
| reference_counted (const reference_counted &aOther) noexcept |
|
| ~reference_counted () |
|
reference_counted & | operator= (const reference_counted &) |
|
void | add_ref () const noexcept override |
|
void | release () const override |
|
int32_t | use_count () const noexcept override |
|
const base_type * | release_and_take_ownership () const override |
|
base_type * | release_and_take_ownership () override |
|
void | pin () const noexcept override |
|
void | unpin () const override |
|
i_ref_control_block & | control_block () override |
|
Definition at line 31 of file image.hpp.