ThorVG  v0.6
Picture Member List

This is the complete list of members for Picture, including all inherited members.

bounds(float *x, float *y, float *w, float *h) const noexceptPaint
bounds(float *x, float *y, float *w, float *h, bool transformed) const noexceptPaint
composite(std::unique_ptr< Paint > target, CompositeMethod method) noexceptPaint
composite(const Paint **target) const noexceptPaint
data(uint32_t *w, uint32_t *h) const noexceptPicture
duplicate() const noexceptPaint
gen() noexceptPicturestatic
identifier() noexceptPicturestatic
tvg::Paint::identifier() constPaintinline
load(const std::string &path) noexceptPicture
load(const char *data, uint32_t size, bool copy=false) noexceptPicture
load(const char *data, uint32_t size, const std::string &mimeType, bool copy=false) noexceptPicture
load(uint32_t *data, uint32_t w, uint32_t h, bool copy) noexceptPicture
opacity(uint8_t o) noexceptPaint
opacity() const noexceptPaint
rotate(float degree) noexceptPaint
scale(float factor) noexceptPaint
size(float w, float h) noexceptPicture
size(float *w, float *h) const noexceptPicture
transform(const Matrix &m) noexceptPaint
transform() noexceptPaint
translate(float x, float y) noexceptPaint
viewbox(float *x, float *y, float *w, float *h) const noexceptPicture