Searched defs:text_display_end (Results 1 – 3 of 3) sorted by relevance
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 2218 const char* text_display_end = text; in FindRenderedTextEnd() local 2235 const char* text_display_end; in RenderText() local 2273 …nst ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_display_end, const … in RenderTextClippedEx() 2304 const char* text_display_end = FindRenderedTextEnd(text, text_end); in RenderTextClipped() local 3836 const char* text_display_end; in CalcTextSize() local
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui.cpp | 2274 const char* text_display_end = text; in FindRenderedTextEnd() local 2291 const char* text_display_end; in RenderText() local 2329 …nst ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_display_end, const … in RenderTextClippedEx() 2360 const char* text_display_end = FindRenderedTextEnd(text, text_end); in RenderTextClipped() local 3902 const char* text_display_end; in CalcTextSize() local
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 2695 const char* text_display_end = text; in FindRenderedTextEnd() local 2712 const char* text_display_end; in RenderText() local 2750 …nst ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_display_end, const … in RenderTextClippedEx() 2781 const char* text_display_end = FindRenderedTextEnd(text, text_end); in RenderTextClipped() local 4567 const char* text_display_end; in CalcTextSize() local
|