![]() |
Prusa Slicer 2.6.0
|
#include <src/imgui/imgui_internal.h>
Collaboration diagram for ImBitVector:Public Member Functions | |
| void | Create (int sz) |
| void | Clear () |
| bool | TestBit (int n) const |
| void | SetBit (int n) |
| void | ClearBit (int n) |
Public Attributes | |
| ImVector< ImU32 > | Storage |
|
inline |
References ImVector< T >::clear().
Referenced by ImFontAtlasBuildWithStbTruetype().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Data, IM_ASSERT, ImBitArrayClearBit(), and ImVector< T >::Size.
Here is the call graph for this function:
|
inline |
References ImVector< T >::Data, ImVector< T >::resize(), and ImVector< T >::Size.
Referenced by ImFontAtlasBuildWithStbTruetype().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Data, IM_ASSERT, ImBitArraySetBit(), and ImVector< T >::Size.
Referenced by ImFontAtlasBuildWithStbTruetype().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Data, IM_ASSERT, ImBitArrayTestBit(), and ImVector< T >::Size.
Referenced by ImFontAtlasBuildWithStbTruetype().
Here is the call graph for this function:
Here is the caller graph for this function:Referenced by ImFontAtlasBuildWithStbTruetype(), and UnpackBitVectorToFlatIndexList().