Urho3D
|
This is the complete list of members for Dviglo::AreaAllocator, including all inherited members.
Allocate(int width, int height, int &x, int &y) | Dviglo::AreaAllocator | |
AreaAllocator() | Dviglo::AreaAllocator | |
AreaAllocator(int width, int height, bool fastMode=true) | Dviglo::AreaAllocator | |
AreaAllocator(int width, int height, int maxWidth, int maxHeight, bool fastMode=true) | Dviglo::AreaAllocator | |
Cleanup() | Dviglo::AreaAllocator | private |
doubleWidth_ | Dviglo::AreaAllocator | private |
fastMode_ | Dviglo::AreaAllocator | private |
freeAreas_ | Dviglo::AreaAllocator | private |
GetFastMode() const | Dviglo::AreaAllocator | inline |
GetHeight() const | Dviglo::AreaAllocator | inline |
GetWidth() const | Dviglo::AreaAllocator | inline |
maxSize_ | Dviglo::AreaAllocator | private |
Reset(int width, int height, int maxWidth=0, int maxHeight=0, bool fastMode=true) | Dviglo::AreaAllocator | |
size_ | Dviglo::AreaAllocator | private |
SplitRect(unsigned freeAreaIndex, const IntRect &reserve) | Dviglo::AreaAllocator | private |