Searched refs:Filters (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1558 bool IsActive() const { return !Filters.empty(); }
1574 ImVector<TextRange> Filters; member in struct:ImGuiTextFilter
H A Dimgui.cpp2059 Filters.resize(0);
2061 input_range.split(',', &Filters);
2064 for (int i = 0; i != Filters.Size; i++)
2066 TextRange& f = Filters[i];
2073 if (Filters[i].b[0] != '-')
2080 if (Filters.empty())
2086 for (int i = 0; i != Filters.Size; i++)
2088 const TextRange& f = Filters[i];
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1558 bool IsActive() const { return !Filters.empty(); }
1574 ImVector<TextRange> Filters; member in struct:ImGuiTextFilter
H A Dimgui.cpp2059 Filters.resize(0);
2061 input_range.split(',', &Filters);
2064 for (int i = 0; i != Filters.Size; i++)
2066 TextRange& f = Filters[i];
2073 if (Filters[i].b[0] != '-')
2080 if (Filters.empty())
2086 for (int i = 0; i != Filters.Size; i++)
2088 const TextRange& f = Filters[i];

Completed in 108 milliseconds