Home
last modified time | relevance | path

Searched defs:ExampleAppConsole (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp3063 struct ExampleAppConsole struct
3072 ExampleAppConsole() in ExampleAppConsole() argument
3083 ~ExampleAppConsole() in ~ExampleAppConsole() argument
3091 … int d; while ((d = toupper(*str2) - toupper(*str1)) == 0 && *str1) { str1++; str2++; } return d; } in Stricmp()
3092 …(n > 0 && (d = toupper(*str2) - toupper(*str1)) == 0 && *str1) { str1++; str2++; n--; } return d; } in Strnicmp()
3093 …n = strlen(str) + 1; void* buff = malloc(len); return (char*)memcpy(buff, (const void*)str, len); } in Strdup()
3094 …str_end = str + strlen(str); while (str_end > str && str_end[-1] == ' ') str_end--; *str_end = 0; } in Strtrim()
3096 void ClearLog() in ClearLog()
3104 void AddLog(const char* fmt, ...) IM_FMTARGS(2) in AddLog()
3117 void Draw(const char* title, bool* p_open) in Draw()
[all …]