![]() |
ThorVG
v0.13
|
This is the complete list of members for Picture, including all inherited members.
| blend(BlendMethod method) const noexcept | Paint | |
| blend() const noexcept | Paint | |
| bounds(float *x, float *y, float *w, float *h) const noexcept | Paint | |
| bounds(float *x, float *y, float *w, float *h, bool transformed) const noexcept | Paint | |
| composite(std::unique_ptr< Paint > target, CompositeMethod method) noexcept | Paint | |
| composite(const Paint **target) const noexcept | Paint | |
| duplicate() const noexcept | Paint | |
| gen() noexcept | Picture | static |
| identifier() noexcept | Picture | static |
| tvg::Paint::identifier() const noexcept | Paint | |
| load(const std::string &path) noexcept | Picture | |
| load(const char *data, uint32_t size, bool copy=false) noexcept | Picture | |
| load(const char *data, uint32_t size, const std::string &mimeType, bool copy=false) noexcept | Picture | |
| load(uint32_t *data, uint32_t w, uint32_t h, bool copy) noexcept | Picture | |
| mesh(const Polygon *triangles, uint32_t triangleCnt) noexcept | Picture | |
| mesh(const Polygon **triangles) const noexcept | Picture | |
| opacity(uint8_t o) noexcept | Paint | |
| opacity() const noexcept | Paint | |
| rotate(float degree) noexcept | Paint | |
| scale(float factor) noexcept | Paint | |
| size(float w, float h) noexcept | Picture | |
| size(float *w, float *h) const noexcept | Picture | |
| transform(const Matrix &m) noexcept | Paint | |
| transform() noexcept | Paint | |
| translate(float x, float y) noexcept | Paint |