#include <Rectanizer.h>
Definition at line 15 of file Rectanizer.h.
◆ Rectanizer()
skgpu::Rectanizer::Rectanizer |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
◆ ~Rectanizer()
virtual skgpu::Rectanizer::~Rectanizer |
( |
| ) |
|
|
inlinevirtual |
◆ addPaddedRect()
bool skgpu::Rectanizer::addPaddedRect |
( |
int |
width, |
|
|
int |
height, |
|
|
int16_t |
padding, |
|
|
SkIPoint16 * |
loc |
|
) |
| |
|
inline |
Definition at line 34 of file Rectanizer.h.
34 {
38 return true;
39 }
40 return false;
41 }
virtual bool addRect(int width, int height, SkIPoint16 *loc)=0
int16_t fY
y-axis value used by SkIPoint16
int16_t fX
x-axis value used by SkIPoint16
◆ addRect()
virtual bool skgpu::Rectanizer::addRect |
( |
int |
width, |
|
|
int |
height, |
|
|
SkIPoint16 * |
loc |
|
) |
| |
|
pure virtual |
◆ Factory()
◆ height()
int skgpu::Rectanizer::height |
( |
| ) |
const |
|
inline |
◆ percentFull()
virtual float skgpu::Rectanizer::percentFull |
( |
| ) |
const |
|
pure virtual |
◆ reset()
virtual void skgpu::Rectanizer::reset |
( |
| ) |
|
|
pure virtual |
◆ width()
int skgpu::Rectanizer::width |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: