Searched refs:label_end (Results 1 - 7 of 7) sorted by relevance
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | views.rs | 148 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 D | imgui_widgets.cpp | 4697 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 D | imgui_internal.h | 1475 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 D | imgui_widgets.cpp | 2489 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 D | imgui_tables.cpp | 2872 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 D | imgui_internal.h | 2689 IMGUI_API bool TreeNodeBehavior(ImGuiID id, ImGuiTreeNodeFlags flags, const char* label, const char* label_end = NULL);
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 734 Label label_end; in TEST() local 747 __ b(Wide, &label_end); in TEST() 758 __ Bind(&label_end); in TEST()
|
Completed in 45 milliseconds