|
DUDS
|
Distributed Update of Data from Something
|
#include <duds/ui/graphics/BppImage.hpp>#include <duds/ui/graphics/BppImageErrors.hpp>#include <duds/general/Errors.hpp>Go to the source code of this file.
Namespaces | |
| duds | |
| duds::ui | |
| Holds user interface related code. | |
| duds::ui::graphics | |
| General graphics related code. | |
Functions | |
| ImageDimensions | duds::ui::graphics::MaxExtent (const BppImage *i0, const BppImage *i1) |
| Returns the maximum extent of the dimensions of two bit-per-pixel images. More... | |
| static void | duds::ui::graphics::opand (BppImage::PixelBlock *dest, const BppImage::PixelBlock &src, const BppImage::PixelBlock &mask) |
| static bool | duds::ui::graphics::opandbit (bool dest, bool src) |
| std::ostream & | duds::ui::graphics::operator<< (std::ostream &os, const ImageLocation &il) |
| Writes an ImageLocation object to a stream in human readable form. More... | |
| std::ostream & | duds::ui::graphics::operator<< (std::ostream &os, const ImageDimensions &id) |
| Writes an ImageDimensions object to a stream in human readable form. More... | |
| static void | duds::ui::graphics::opnot (BppImage::PixelBlock *dest, const BppImage::PixelBlock &src, const BppImage::PixelBlock &mask) |
| static bool | duds::ui::graphics::opnotbit (bool dest, bool src) |
| static void | duds::ui::graphics::opor (BppImage::PixelBlock *dest, const BppImage::PixelBlock &src, const BppImage::PixelBlock &mask) |
| static bool | duds::ui::graphics::oporbit (bool dest, bool src) |
| static void | duds::ui::graphics::opset (BppImage::PixelBlock *dest, const BppImage::PixelBlock &src, const BppImage::PixelBlock &mask) |
| static bool | duds::ui::graphics::opsetbit (bool dest, bool src) |
| static void | duds::ui::graphics::opxor (BppImage::PixelBlock *dest, const BppImage::PixelBlock &src, const BppImage::PixelBlock &mask) |
| static bool | duds::ui::graphics::opxorbit (bool dest, bool src) |