|
DISTRHO Plugin Framework
|
This is the complete list of members for VulkanImage, including all inherited members.
| draw(const GraphicsContext &context) (defined in VulkanImage) | VulkanImage | inline |
| drawAt(const GraphicsContext &context, const Point< int > &pos) override | VulkanImage | virtual |
| drawAt(const GraphicsContext &context, int x, int y) (defined in VulkanImage) | VulkanImage | inline |
| format (defined in ImageBase) | ImageBase | protected |
| getFormat() const noexcept | ImageBase | |
| getHeight() const noexcept | ImageBase | |
| getRawData() const noexcept | ImageBase | |
| getSize() const noexcept | ImageBase | |
| getWidth() const noexcept | ImageBase | |
| ImageBase() | ImageBase | protected |
| ImageBase(const char *rawData, uint width, uint height, ImageFormat format) | ImageBase | protected |
| ImageBase(const char *rawData, const Size< uint > &size, ImageFormat format) | ImageBase | protected |
| ImageBase(const ImageBase &image) | ImageBase | protected |
| isInvalid() const noexcept | ImageBase | |
| isValid() const noexcept | ImageBase | |
| loadFromMemory(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA) noexcept override | VulkanImage | virtual |
| loadFromMemory(const char *rdata, uint w, uint h, ImageFormat fmt=kImageFormatBGRA) (defined in VulkanImage) | VulkanImage | inline |
| operator!=(const ImageBase &image) const noexcept (defined in ImageBase) | ImageBase | |
| operator=(const VulkanImage &image) noexcept | VulkanImage | |
| ImageBase::operator=(const ImageBase &image) noexcept | ImageBase | |
| operator==(const ImageBase &image) const noexcept (defined in ImageBase) | ImageBase | |
| rawData (defined in ImageBase) | ImageBase | protected |
| size (defined in ImageBase) | ImageBase | protected |
| VulkanImage() | VulkanImage | |
| VulkanImage(const char *rawData, uint width, uint height, ImageFormat format) | VulkanImage | |
| VulkanImage(const char *rawData, const Size< uint > &size, ImageFormat format) | VulkanImage | |
| VulkanImage(const VulkanImage &image) | VulkanImage | |
| ~ImageBase() | ImageBase | virtual |
| ~VulkanImage() override | VulkanImage |