Searched refs:ConfigDataCount (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1470 Fonts[i]->ConfigDataCount = 0;
2064 font->ConfigDataCount++;
2402 ConfigDataCount = 0;
H A Dimgui.h2098 short ConfigDataCount; // 2 // in // ~ 1 // Number of ImFontConfig involved in creating this font. Bigger than 1 when merging multiple font sources into one ImFont. member in struct:ImFont
H A Dimgui_demo.cpp2923 bool font_details_opened = ImGui::TreeNode(font, "Font %d: \"%s\"\n%.2f px, %d glyphs, %d file(s)", i, font->ConfigData ? font->ConfigData[0].Name : "", font->FontSize, font->Glyphs.Size, font->ConfigDataCount);
2937 for (int config_i = 0; config_i < font->ConfigDataCount; config_i++)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1470 Fonts[i]->ConfigDataCount = 0;
2064 font->ConfigDataCount++;
2402 ConfigDataCount = 0;
H A Dimgui.h2098 short ConfigDataCount; // 2 // in // ~ 1 // Number of ImFontConfig involved in creating this font. Bigger than 1 when merging multiple font sources into one ImFont. member in struct:ImFont

Completed in 36 milliseconds