| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator_viewer_urb.h | 28 const ImVec2 label_size = ImGui::CalcTextSize("VS entry: ", NULL, true);
|
| H A D | aubinator_viewer.cpp | 1029 align = MAX2(align, ImGui::CalcTextSize(texts[i]).x);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_viewer_urb.h | 28 const ImVec2 label_size = ImGui::CalcTextSize("VS entry: ", NULL, true);
|
| H A D | aubinator_viewer.cpp | 1027 align = MAX2(align, ImGui::CalcTextSize(texts[i]).x);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 189 const ImVec2 line_size = CalcTextSize(line, line_end, false); 221 const ImVec2 text_size = CalcTextSize(text_begin, text_end, false, wrap_width); 320 const ImVec2 label_size = CalcTextSize(label, NULL, true); 355 const ImVec2 label_size = CalcTextSize(text_begin, text_end, false); 553 const ImVec2 label_size = CalcTextSize(label, NULL, true); 915 const ImVec2 label_size = CalcTextSize(label, NULL, true); 974 const ImVec2 label_size = CalcTextSize(label, NULL, true); 1055 ImVec2 overlay_size = CalcTextSize(overlay, NULL); 1297 const ImVec2 label_size = CalcTextSize(label, NULL, true); 1875 const ImVec2 label_size = CalcTextSize(labe [all...] |
| H A D | imgui_memory_editor.h | 173 s.GlyphWidth = ImGui::CalcTextSize("F").x + 1; // We assume the font is mono-space
|
| H A D | imgui.h | 631 IMGUI_API ImVec2 CalcTextSize(const char* text, const char* text_end = NULL, bool hide_text_after_double_hash = false, float wrap_width = -1.0f); 2084 // Members: Hot ~20/24 bytes (for CalcTextSize) 2085 ImVector<float> IndexAdvanceX; // 12-16 // out // // Sparse. Glyphs->AdvanceX in a directly indexable way (cache-friendly for CalcTextSize functions which only this this info, and are often bottleneck in large UI). 2089 // Members: Hot ~36/48 bytes (for CalcTextSize + render loop)
|
| H A D | imgui.cpp | 2333 const ImVec2 text_size = text_size_if_known ? *text_size_if_known : CalcTextSize(text, text_display_end, false, 0.0f); 3897 // CalcTextSize("") should return ImVec2(0.0f, GImGui->FontSize) 3898 ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) function in class:ImGui 5395 float marker_size_x = (flags & ImGuiWindowFlags_UnsavedDocument) ? CalcTextSize(UNSAVED_DOCUMENT_MARKER, NULL, false).x : 0.0f; 5396 ImVec2 text_size = CalcTextSize(name, NULL, true) + ImVec2(marker_size_x, 0.0f); 7228 draw_list->AddRectFilled(cand.Max-ImVec2(4,4), cand.Max+ImGui::CalcTextSize(buf)+ImVec2(4,4), IM_COL32(40,0,0,150));
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 189 const ImVec2 line_size = CalcTextSize(line, line_end, false); 221 const ImVec2 text_size = CalcTextSize(text_begin, text_end, false, wrap_width); 320 const ImVec2 label_size = CalcTextSize(label, NULL, true); 355 const ImVec2 label_size = CalcTextSize(text_begin, text_end, false); 553 const ImVec2 label_size = CalcTextSize(label, NULL, true); 915 const ImVec2 label_size = CalcTextSize(label, NULL, true); 974 const ImVec2 label_size = CalcTextSize(label, NULL, true); 1055 ImVec2 overlay_size = CalcTextSize(overlay, NULL); 1297 const ImVec2 label_size = CalcTextSize(label, NULL, true); 1875 const ImVec2 label_size = CalcTextSize(labe [all...] |
| H A D | imgui_memory_editor.h | 175 s.GlyphWidth = ImGui::CalcTextSize("F").x + 1; // We assume the font is mono-space
|
| H A D | imgui.h | 631 IMGUI_API ImVec2 CalcTextSize(const char* text, const char* text_end = NULL, bool hide_text_after_double_hash = false, float wrap_width = -1.0f); 2084 // Members: Hot ~20/24 bytes (for CalcTextSize) 2085 ImVector<float> IndexAdvanceX; // 12-16 // out // // Sparse. Glyphs->AdvanceX in a directly indexable way (cache-friendly for CalcTextSize functions which only this this info, and are often bottleneck in large UI). 2089 // Members: Hot ~36/48 bytes (for CalcTextSize + render loop)
|
| H A D | imgui.cpp | 2333 const ImVec2 text_size = text_size_if_known ? *text_size_if_known : CalcTextSize(text, text_display_end, false, 0.0f); 3897 // CalcTextSize("") should return ImVec2(0.0f, GImGui->FontSize) 3898 ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) function in class:ImGui 5395 float marker_size_x = (flags & ImGuiWindowFlags_UnsavedDocument) ? CalcTextSize(UNSAVED_DOCUMENT_MARKER, NULL, false).x : 0.0f; 5396 ImVec2 text_size = CalcTextSize(name, NULL, true) + ImVec2(marker_size_x, 0.0f); 7228 draw_list->AddRectFilled(cand.Max-ImVec2(4,4), cand.Max+ImGui::CalcTextSize(buf)+ImVec2(4,4), IM_COL32(40,0,0,150));
|