Home
last modified time | relevance | path

Searched refs:label_end (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Dviews.rs148 let label_end =
162 (range.start, range.end).cmp(&(label_start, label_end))
171 .insert(index, (label.style, label_start..label_end, &label.message));
242 let label_end = label.range.end - end_line_range.start;
253 MultiLabel::Bottom(label_end, &label.message),
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp4697 const char* label_end = g.TempBuffer + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fmt, args);
4698 return TreeNodeBehavior(window->GetID(str_id), flags, g.TempBuffer, label_end);
4708 const char* label_end = g.TempBuffer + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fmt, args);
4709 return TreeNodeBehavior(window->GetID(ptr_id), flags, g.TempBuffer, label_end);
4759 bool ImGui::TreeNodeBehavior(ImGuiID id, ImGuiTreeNodeFlags flags, const char* label, const char* label_end)
4770 if (!label_end)
4771 label_end = FindRenderedTextEnd(label);
4772 const ImVec2 label_size = CalcTextSize(label, label_end, false);
4879 RenderTextClipped(text_pos, frame_bb.Max, label, label_end, &label_size);
4884 RenderTextClipped(text_pos, frame_bb.Max, label, label_end,
[all...]
H A Dimgui_internal.h1475 IMGUI_API bool TreeNodeBehavior(ImGuiID id, ImGuiTreeNodeFlags flags, const char* label, const char* label_end = NULL);
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp2489 const char* label_end = FindRenderedTextEnd(label); in DragScalarN() local
2490 if (label != label_end) in DragScalarN()
2493 TextEx(label, label_end); in DragScalarN()
3102 const char* label_end = FindRenderedTextEnd(label);
3103 if (label != label_end)
3106 TextEx(label, label_end);
3468 const char* label_end = FindRenderedTextEnd(label);
3469 if (label != label_end)
3472 TextEx(label, label_end);
3514 const char* label_end
[all...]
H A Dimgui_tables.cpp2872 const char* label_end = FindRenderedTextEnd(label);
2873 ImVec2 label_size = CalcTextSize(label, label_end, true);
2984 RenderTextEllipsis(window->DrawList, label_pos, ImVec2(ellipsis_max, label_pos.y + label_height + g.Style.FramePadding.y), ellipsis_max, ellipsis_max, label, label_end, &label_size);
2988 SetTooltip("%.*s", (int)(label_end - label), label);
H A Dimgui_internal.h2689 IMGUI_API bool TreeNodeBehavior(ImGuiID id, ImGuiTreeNodeFlags flags, const char* label, const char* label_end = NULL);
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc734 Label label_end; in TEST() local
747 __ b(Wide, &label_end); in TEST()
758 __ Bind(&label_end); in TEST()

Completed in 45 milliseconds