Searched refs:label_size (Results 1 - 5 of 5) 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); local in function:AubinatorViewerUrb::DrawAllocation
29 ImVec2 graph_size(ImGui::CalcItemWidth(), 2 * n_stages * label_size.y);
35 const float row_height = MAX2(RowHeight, label_size.y);
36 const float width = ImGui::GetContentRegionAvailWidth() - label_size.x;
44 const float x = window_pos.x + label_size.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); local in function:AubinatorViewerUrb::DrawAllocation
29 ImVec2 graph_size(ImGui::CalcItemWidth(), 2 * n_stages * label_size.y);
35 const float row_height = MAX2(RowHeight, label_size.y);
36 const float width = ImGui::GetContentRegionAvailWidth() - label_size.x;
44 const float x = window_pos.x + label_size.x;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp320 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::LabelTextV
321 const ImRect value_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(w, label_size.y + style.FramePadding.y*2));
322 const ImRect total_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(w + (label_size.x > 0.0f ? style.ItemInnerSpacing.x : 0.0f), style.FramePadding.y*2) + label_size);
331 if (label_size.x > 0.0f)
355 const ImVec2 label_size = CalcTextSize(text_begin, text_end, false); local in function:ImGui::BulletTextV
358 const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(g.FontSize + (label_size.x > 0.0f ? (label_size.x + style.FramePadding.x*2) : 0.0f), ImMax(line_height, label_size.y))); // Empty text doesn't add padding
553 const ImVec2 label_size local in function:ImGui::ButtonEx
915 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::Checkbox
974 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::RadioButton
1297 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::BeginCombo
1875 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::DragScalar
2308 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::SliderScalar
2462 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::VSliderScalar
3153 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::InputTextEx
4772 const ImVec2 label_size = CalcTextSize(label, label_end, false); local in function:ImGui::TreeNodeBehavior
5034 ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::Selectable
5141 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::ListBoxHeader
5259 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::PlotEx
5599 ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::BeginMenu
5753 ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::MenuItem
6546 ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::TabItemCalcSize
6585 ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::TabItemLabelAndCloseButton
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp320 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::LabelTextV
321 const ImRect value_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(w, label_size.y + style.FramePadding.y*2));
322 const ImRect total_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(w + (label_size.x > 0.0f ? style.ItemInnerSpacing.x : 0.0f), style.FramePadding.y*2) + label_size);
331 if (label_size.x > 0.0f)
355 const ImVec2 label_size = CalcTextSize(text_begin, text_end, false); local in function:ImGui::BulletTextV
358 const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(g.FontSize + (label_size.x > 0.0f ? (label_size.x + style.FramePadding.x*2) : 0.0f), ImMax(line_height, label_size.y))); // Empty text doesn't add padding
553 const ImVec2 label_size local in function:ImGui::ButtonEx
915 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::Checkbox
974 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::RadioButton
1297 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::BeginCombo
1875 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::DragScalar
2308 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::SliderScalar
2462 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::VSliderScalar
3153 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::InputTextEx
4772 const ImVec2 label_size = CalcTextSize(label, label_end, false); local in function:ImGui::TreeNodeBehavior
5034 ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::Selectable
5141 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::ListBoxHeader
5259 const ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::PlotEx
5599 ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::BeginMenu
5753 ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::MenuItem
6546 ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::TabItemCalcSize
6585 ImVec2 label_size = CalcTextSize(label, NULL, true); local in function:ImGui::TabItemLabelAndCloseButton
[all...]
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated4.c2859 int label_size = length; local in function:_mesa_marshal_ObjectLabel
2860 int cmd_size = sizeof(struct marshal_cmd_ObjectLabel) + label_size;
2862 if (unlikely(label_size < 0 || (label_size > 0 && !label) || (unsigned)cmd_size > MARSHAL_MAX_CMD_SIZE)) {
2872 memcpy(variable_data, label, label_size);

Completed in 32 milliseconds