Home
last modified time | relevance | path

Searched refs:ImUpperPowerOfTwo (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h158 static inline int ImUpperPowerOfTwo(int v) { v--; v |= v >> 1; v |= v >> 2; v |= v >> … in ImUpperPowerOfTwo() function
Dimgui_draw.cpp1962 …s & ImFontAtlasFlags_NoPowerOfTwoHeight) ? (atlas->TexHeight + 1) : ImUpperPowerOfTwo(atlas->TexHe… in ImFontAtlasBuildWithStbTruetype()