Home
last modified time | relevance | path

Searched defs:ImFontAtlas (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h1985 struct ImFontAtlas struct
2008 … { return Fonts.Size > 0 && (TexPixelsAlpha8 != NULL || TexPixelsRGBA32 != NULL); } in IsBuilt()
2009 void SetTexID(ImTextureID id) { TexID = id; } in SetTexID()
2032 struct CustomRect
2057 ImFontAtlasFlags Flags; // Build flags (see ImFontAtlasFlags_) argument
2073 … CustomRectIds[1]; // Identifiers of custom texture rectangle used by ImFontAtlas/ImDrawList argument
2081 // ImFontAtlas automatically loads a default embedded font for you when you call GetTexDataAsAlpha8… argument
Dimgui_draw.cpp1432 ImFontAtlas::ImFontAtlas() in ImFontAtlas() function in ImFontAtlas