ThorVG
v0.15
|
This is the complete list of members for Paint, including all inherited members.
blend(BlendMethod method) 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 | |
clip(std::unique_ptr< Paint > clipper) noexcept | Paint | |
composite(std::unique_ptr< Paint > target, CompositeMethod method) noexcept | Paint | |
composite(const Paint **target) const noexcept | Paint | |
duplicate() const noexcept | Paint | |
id | Paint | |
identifier() const noexcept | Paint | |
opacity(uint8_t o) noexcept | Paint | |
opacity() const noexcept | Paint | |
rotate(float degree) noexcept | Paint | |
scale(float factor) noexcept | Paint | |
transform(const Matrix &m) noexcept | Paint | |
transform() noexcept | Paint | |
translate(float x, float y) noexcept | Paint | |
type() const noexcept=0 | Paint | pure virtual |