Searched refs:GetDebugName (Results 1 – 8 of 8) sorted by relevance
312 Local<Value> val = fn->GetDebugName(); in GetName()
2714 if (ImGui::BeginCombo(label, font_current->GetDebugName())) in ShowFontSelector()2717 … if (ImGui::Selectable(io.Fonts->Fonts[n]->GetDebugName(), io.Fonts->Fonts[n] == font_current)) in ShowFontSelector()
2104 …const char* GetDebugName() const { return ConfigData ? ConfigData->… in GetDebugName() function
2112 …const char* GetDebugName() const { return ConfigData ? ConfigData->… in GetDebugName() function
2768 …const char* GetDebugName() const { return ConfigData ? ConfigData->… in GetDebugName() function
5819 if (ImGui::BeginCombo(label, font_current->GetDebugName()))5825 if (ImGui::Selectable(font->GetDebugName(), font == font_current))
694 - ImFont: Added GetDebugName() helper.
2373 - ImFont: Added GetDebugName() helper.