Definition at line 28 of file GrDynamicAtlas.cpp.
◆ Node()
◆ addRect()
Definition at line 35 of file GrDynamicAtlas.cpp.
35 {
36
37 if (w < fRectanizer->
width()) {
39 }
40 if (h < fRectanizer->
height()) {
42 }
44 return false;
45 }
48 return true;
49 }
static constexpr int kPadding
virtual bool addRect(int width, int height, SkIPoint16 *loc)=0
static float min(float r, float g, float b)
int16_t fY
y-axis value used by SkIPoint16
int16_t fX
x-axis value used by SkIPoint16
◆ previous()
Node * GrDynamicAtlas::Node::previous |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: