![]() |
1.11 |
This is the complete list of members for Surface, including all inherited members.
| color_at(const Point &point, const Color &color) | Surface | |
| color_at(const Point &point) const | Surface | |
| data() | Surface | inline |
| data() const | Surface | inline |
| empty() const | Surface | inline |
| flood(const Point &point, const Color &color) | Surface | |
| flush(bool claimed_by_cpu=false) const | Surface | |
| format() const | Surface | inline |
| height() const | Surface | inline |
| impl() const | Surface | inline |
| m_data | Surface | protected |
| m_format | Surface | protected |
| m_impl | Surface | protected |
| m_release | Surface | protected |
| m_size | Surface | protected |
| m_stride | Surface | protected |
| mark_dirty() | Surface | |
| operator bool() const noexcept | Surface | inlineexplicit |
| operator=(const Surface &)=delete | Surface | |
| operator=(Surface &&rhs) | Surface | |
| ReleaseFunction typedef | Surface | |
| size() const | Surface | inline |
| stride() const | Surface | inline |
| stride(PixelFormat format, DefaultDim width) | Surface | static |
| Surface(const Size &size={}, PixelFormat format=PixelFormat::argb8888) | Surface | |
| Surface(void *data, const ReleaseFunction &release, const Size &size, PixelFormat format, DefaultDim stride) | Surface | |
| Surface(const detail::FrameBuffer &fb) | Surface | |
| Surface(const Surface &)=delete | Surface | |
| Surface(Surface &&rhs) | Surface | |
| sync_for_cpu() const | Surface | |
| width() const | Surface | inline |
| write_to_png(const std::string &name) const | Surface | |
| zero() | Surface | |
| ~Surface() | Surface |