Home
last modified time | relevance | path

Searched refs:AddText (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/external/mesa3d/src/imgui/
Dimgui.h1840 …IMGUI_API void AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end…
1841 …IMGUI_API void AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const c…
1956 …IMGUI_API void AddText(const char* text, const char* text_end = NULL); // Add string (each ch…
Dimgui_memory_editor.h424 …draw_list->AddText(pos, (display_c == '.') ? color_disabled : color_text, &display_c, &display_c +…
Dimgui_draw.cpp1176 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const c… in AddText() function in ImDrawList
1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText() function in ImDrawList
1207 AddText(NULL, 0.0f, pos, col, text_begin, text_end); in AddText()
2355 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) in AddText() function in ImFontGlyphRangesBuilder
Dimgui.cpp2305 …window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_display_… in RenderText()
2321 …window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_end, wra… in RenderTextWrapped()
2349 …draw_list->AddText(NULL, 0.0f, pos, GetColorU32(ImGuiCol_Text), text, text_display_end, 0.0f, &fin… in RenderTextClippedEx()
2353 …draw_list->AddText(NULL, 0.0f, pos, GetColorU32(ImGuiCol_Text), text, text_display_end, 0.0f, NULL… in RenderTextClippedEx()
7229 draw_list->AddText(g.IO.FontDefault, 13.0f, cand.Max, ~0U, buf); in NavScoreItem()
7239 … draw_list->AddText(g.IO.FontDefault, 13.0f, cand.Min, IM_COL32(255, 255, 255, 255), buf); in NavScoreItem()
7834 …Window)->AddCircleFilled(p, 3.0f, col); GetOverlayDrawList(g.NavWindow)->AddText(NULL, 13.0f, p + … in NavUpdate()
9503 … overlay_draw_list->AddText(NULL, font_size, window->Pos, IM_COL32(255, 255, 255, 255), buf); in ShowMetricsWindow()
Dimgui_widgets.cpp3753 …draw_window->DrawList->AddText(g.Font, g.FontSize, render_pos - render_scroll, GetColorU32(ImGuiCo… in InputTextEx()
3775 …draw_window->DrawList->AddText(g.Font, g.FontSize, render_pos, GetColorU32(ImGuiCol_Text), buf_dis… in InputTextEx()