Searched refs:ImCharIsBlankA (Results 1 - 8 of 8) 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
H A Dimgui_widgets.cpp1590 while (ImCharIsBlankA(*buf))
1599 while (ImCharIsBlankA(*buf))
3932 while (*p == '#' || ImCharIsBlankA(*p))
6639 while (label_end > label && ImCharIsBlankA(label_end[-1])) // Trim trailing space
H A Dimgui_draw.cpp2680 if (ImCharIsBlankA(c)) { s++; } else if (c == '\n') { s++; break; } else { break; }
2826 if (ImCharIsBlankA(c)) { s++; } else if (c == '\n') { s++; break; } else { break; }
H A Dimgui.cpp2067 while (f.b < f.e && ImCharIsBlankA(f.b[0]))
2069 while (f.e > f.b && ImCharIsBlankA(f.e[-1]))
/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
H A Dimgui_widgets.cpp1590 while (ImCharIsBlankA(*buf))
1599 while (ImCharIsBlankA(*buf))
3932 while (*p == '#' || ImCharIsBlankA(*p))
6639 while (label_end > label && ImCharIsBlankA(label_end[-1])) // Trim trailing space
H A Dimgui_draw.cpp2680 if (ImCharIsBlankA(c)) { s++; } else if (c == '\n') { s++; break; } else { break; }
2826 if (ImCharIsBlankA(c)) { s++; } else if (c == '\n') { s++; break; } else { break; }
H A Dimgui.cpp2067 while (f.b < f.e && ImCharIsBlankA(f.b[0]))
2069 while (f.e > f.b && ImCharIsBlankA(f.e[-1]))

Completed in 128 milliseconds