esvg::render::Weight Class Reference
Public Member Functions | |
| Weight (const ivec2 &_size) | |
| void | resize (const ivec2 &_size) |
| const ivec2 & | getSize () const |
| int32_t | getWidth () const |
| int32_t | getHeight () const |
| void | clear (float _fill) |
| float | get (const ivec2 &_pos) const |
| void | set (const ivec2 &_pos, float _newColor) |
| void | set (int32_t _posY, const esvg::render::Scanline &_data) |
| void | append (int32_t _posY, const esvg::render::Scanline &_data) |
| void | generate (ivec2 _size, int32_t _subSamplingCount, const esvg::render::SegmentList &_listSegment) |
The documentation for this class was generated from the following file:
- framework/atria-soft/esvg/esvg/render/Weight.hpp
1.8.12