Searched defs:TextRange (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui.h | 1561 struct TextRange struct in struct:ImGuiTextFilter 1566 TextRange() { b = e = NULL; } function in struct:ImGuiTextFilter::TextRange 1567 TextRange(const char* _b, const char* _e) { b = _b; e = _e; } function in struct:ImGuiTextFilter::TextRange |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui.h | 1561 struct TextRange struct in struct:ImGuiTextFilter 1566 TextRange() { b = e = NULL; } function in struct:ImGuiTextFilter::TextRange 1567 TextRange(const char* _b, const char* _e) { b = _b; e = _e; } function in struct:ImGuiTextFilter::TextRange |
Completed in 16 milliseconds