Searched defs:text_display_end (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 2274 const char* text_display_end = text; local in function:ImGui::FindRenderedTextEnd 2291 const char* text_display_end; local in function:ImGui::RenderText 2329 RenderTextClippedEx(ImDrawList * draw_list,const ImVec2 & pos_min,const ImVec2 & pos_max,const char * text,const char * text_display_end,const ImVec2 * text_size_if_known,const ImVec2 & align,const ImRect * clip_rect) argument 2360 const char* text_display_end = FindRenderedTextEnd(text, text_end); local in function:ImGui::RenderTextClipped 3902 const char* text_display_end; local in function:ImGui::CalcTextSize [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 2274 const char* text_display_end = text; local in function:ImGui::FindRenderedTextEnd 2291 const char* text_display_end; local in function:ImGui::RenderText 2329 RenderTextClippedEx(ImDrawList * draw_list,const ImVec2 & pos_min,const ImVec2 & pos_max,const char * text,const char * text_display_end,const ImVec2 * text_size_if_known,const ImVec2 & align,const ImRect * clip_rect) argument 2360 const char* text_display_end = FindRenderedTextEnd(text, text_end); local in function:ImGui::RenderTextClipped 3902 const char* text_display_end; local in function:ImGui::CalcTextSize [all...] |
Completed in 19 milliseconds