Rose
|
This is the complete list of members for rose::gm::Surface, including all inherited members.
blitSurface(Surface &source) | rose::gm::Surface | |
color(int x, int y) const | rose::gm::Surface | |
createWithFormat(int width, int height, int depth=32, SDL_PixelFormatEnum format=SDL_PIXELFORMAT_RGBA8888) | rose::gm::Surface | |
fillRectangle(const Rectangle &rect, const color::RGBA &color) | rose::gm::Surface | |
fillRectangle(const color::RGBA &color) | rose::gm::Surface | |
pixel(int x, int y) const | rose::gm::Surface | |
setBlendMode(SDL_BlendMode blendMode) noexcept | rose::gm::Surface | |
setColor(int x, int y, color::RGBA color) | rose::gm::Surface | |
Surface()=default | rose::gm::Surface | |
Surface(SDL_Surface *surface) | rose::gm::Surface | inlineexplicit |
Surface(const std::filesystem::path &path) | rose::gm::Surface | explicit |
Surface(int width, int height, int depth=32, SDL_PixelFormatEnum format=SDL_PIXELFORMAT_RGBA8888) | rose::gm::Surface | |
Surface(Size size, int depth=32, SDL_PixelFormatEnum format=SDL_PIXELFORMAT_RGBA8888) (defined in rose::gm::Surface) | rose::gm::Surface | inlineexplicit |
Surface(int width, int height, int depth, uint32_t rmask, uint32_t gmask, uint32_t bmask, uint32_t amask) (defined in rose::gm::Surface) | rose::gm::Surface | |
textureFromSurface(Context &context, Texture &texture) | rose::gm::Surface | |
toTexture(Context &context) | rose::gm::Surface |