Searched refs:CalcTextSize (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_urb.h28 const ImVec2 label_size = ImGui::CalcTextSize("VS entry: ", NULL, true);
H A Daubinator_viewer.cpp1029 align = MAX2(align, ImGui::CalcTextSize(texts[i]).x);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_urb.h28 const ImVec2 label_size = ImGui::CalcTextSize("VS entry: ", NULL, true);
H A Daubinator_viewer.cpp1027 align = MAX2(align, ImGui::CalcTextSize(texts[i]).x);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp189 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 Dimgui_memory_editor.h173 s.GlyphWidth = ImGui::CalcTextSize("F").x + 1; // We assume the font is mono-space
H A Dimgui.h631 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 Dimgui.cpp2333 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 Dimgui_widgets.cpp189 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 Dimgui_memory_editor.h175 s.GlyphWidth = ImGui::CalcTextSize("F").x + 1; // We assume the font is mono-space
H A Dimgui.h631 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 Dimgui.cpp2333 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));

Completed in 73 milliseconds