Graphics::FileImageSurface Member List
This is the complete list of members for Graphics::FileImageSurface, including all inherited members.
addressWindow | Graphics::ImageSurface | protected |
Asset() | Graphics::AssetTemplate< AssetType::Surface > | inline |
Asset(ID id) | Graphics::AssetTemplate< AssetType::Surface > | inline |
Graphics::Asset::Asset(ID id) | Graphics::Asset | inline |
assetType | Graphics::AssetTemplate< AssetType::Surface > | static |
begin() const | LinkedObjectTemplate< Asset > | inline |
blockFill(const void *data, uint16_t length, uint32_t repeat) override | Graphics::ImageSurface | virtual |
Graphics::Surface::blockFill(PackedColor color, uint32_t repeat) | Graphics::Surface | inline |
buffer | Graphics::ImageSurface | protected |
bytesPerPixel | Graphics::ImageSurface | protected |
cbegin() const | LinkedObjectTemplate< Asset > | inline |
cend() const | LinkedObjectTemplate< Asset > | inline |
clear() | Graphics::Surface | inline |
commit(uint16_t length) override | Graphics::ImageSurface | virtual |
ConstIterator typedef | LinkedObjectTemplate< Asset > | |
drawHLine(PackedColor color, uint16_t x0, uint16_t x1, uint16_t y, uint16_t w) | Graphics::Surface | |
drawVLine(PackedColor color, uint16_t x, uint16_t y0, uint16_t y1, uint16_t w) | Graphics::Surface | |
end() const | LinkedObjectTemplate< Asset > | inline |
execute(std::unique_ptr< Renderer > &renderer) | Graphics::Surface | inline |
FileImageSurface(FileImageObject &image, PixelFormat format, size_t bufferSize, IFS::FileStream &file) | Graphics::FileImageSurface | inline |
fillRect(PackedColor color, const Rect &rect) override | Graphics::ImageSurface | virtual |
fillSmallRect(const Brush &brush, const Rect &location, const Rect &rect) | Graphics::Surface | |
getBuffer(uint16_t minBytes, uint16_t &available) override | Graphics::ImageSurface | virtual |
getNext() const | LinkedObjectTemplate< Asset > | inline |
getPixelFormat() const override | Graphics::ImageSurface | inlinevirtual |
getSize() const override | Graphics::ImageSurface | inlinevirtual |
getType() const | Graphics::FileImageSurface | inlinevirtual |
getTypeStr() const | Graphics::Asset | virtual |
height() const | Graphics::Surface | inline |
id() const | Graphics::Asset | inline |
ID typedef | Graphics::Asset | |
image | Graphics::ImageSurface | protected |
imageBytes | Graphics::ImageSurface | protected |
imageSize | Graphics::ImageSurface | protected |
ImageSurface(ImageObject &image, PixelFormat format, size_t bufferSize) | Graphics::ImageSurface | inline |
insertAfter(Asset *object) | LinkedObjectTemplate< Asset > | inline |
LinkedObject::insertAfter(LinkedObject *object) | LinkedObject | inline |
Iterator typedef | LinkedObjectTemplate< Asset > | |
List typedef | Graphics::Surface | |
next() const | LinkedObject | inlinevirtual |
operator!=(const LinkedObject &other) const | LinkedObject | inline |
operator==(ID id) const | Graphics::Asset | inline |
LinkedObjectTemplate< Asset >::operator==(const LinkedObject &other) const | LinkedObject | inline |
OwnedList typedef | Graphics::Surface | |
pixelFormat | Graphics::ImageSurface | protected |
present(PresentCallback callback, void *param) override | Graphics::ImageSurface | virtual |
PresentCallback typedef | Graphics::Surface | |
read(uint32_t offset, void *buffer, size_t length) override | Graphics::FileImageSurface | protectedvirtual |
READ_PIXEL_SIZE | Graphics::Surface | static |
ReadCallback typedef | Graphics::Surface | |
readDataBuffer(ReadBuffer &buffer, ReadStatus *status, ReadCallback callback, void *param) override | Graphics::ImageSurface | virtual |
Graphics::Surface::readDataBuffer(ReadStatusBuffer &buffer, ReadCallback callback=nullptr, void *param=nullptr) | Graphics::Surface | inlinevirtual |
render(const Object &object, const Rect &location, std::unique_ptr< Renderer > &renderer) | Graphics::Surface | virtual |
render(const Object &object, const Rect &location) | Graphics::Surface | |
reset() override | Graphics::ImageSurface | inlinevirtual |
setAddrWindow(const Rect &rect) override | Graphics::ImageSurface | inlinevirtual |
setPixel(PackedColor color, Point pt) override | Graphics::ImageSurface | virtual |
stat() const override | Graphics::ImageSurface | inlinevirtual |
Type enum name | Graphics::Surface | |
type() const override | Graphics::AssetTemplate< AssetType::Surface > | inlinevirtual |
width() const | Graphics::Surface | inline |
write(uint32_t offset, const void *data, size_t length) override | Graphics::FileImageSurface | protectedvirtual |
Graphics::ImageSurface::write(MetaWriter &meta) const override | Graphics::ImageSurface | inline |
Graphics::Surface::write(MetaWriter &meta) const override | Graphics::Surface | inlinevirtual |
writeDataBuffer(SharedBuffer &data, size_t offset, uint16_t length) override | Graphics::ImageSurface | inlinevirtual |
writePixel(PackedColor color) | Graphics::Surface | inline |
writePixel(Color color) | Graphics::Surface | inline |
writePixels(const void *data, uint16_t length) override | Graphics::ImageSurface | virtual |
~LinkedObject() | LinkedObject | inlinevirtual |