Searched defs:ImCharIsBlankA (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h155 static inline bool ImCharIsBlankA(char c) { return c == ' ' || c == '\t'; } function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h155 static inline bool ImCharIsBlankA(char c) { return c == ' ' || c == '\t'; } function in typeref:typename:bool

Completed in 11 milliseconds