Searched refs:ImFontAtlasFlags_NoPowerOfTwoHeight (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1964 ImFontAtlasFlags_NoPowerOfTwoHeight = 1 << 0, // Don't round the height to next power of two enumerator in enum:ImFontAtlasFlags_
H A Dimgui_draw.cpp1962 atlas->TexHeight = (atlas->Flags & ImFontAtlasFlags_NoPowerOfTwoHeight) ? (atlas->TexHeight + 1) : ImUpperPowerOfTwo(atlas->TexHeight);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1964 ImFontAtlasFlags_NoPowerOfTwoHeight = 1 << 0, // Don't round the height to next power of two enumerator in enum:ImFontAtlasFlags_
H A Dimgui_draw.cpp1962 atlas->TexHeight = (atlas->Flags & ImFontAtlasFlags_NoPowerOfTwoHeight) ? (atlas->TexHeight + 1) : ImUpperPowerOfTwo(atlas->TexHeight);

Completed in 30 milliseconds