Lines Matching +defs:val +defs:buf
1307 void* buf = ImGui::MemAlloc(len + 1); in ImStrdup() local
1376 void ImStrTrimBlanks(char* buf) in ImStrTrimBlanks()
1406 int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) in ImFormatString()
1424 int ImFormatStringV(char* buf, size_t buf_size, const char* fmt, va_list args) in ImFormatStringV()
1516 ImVector<ImWchar> buf; in ImFileOpen() local
1633 int ImTextStrFromUtf8(ImWchar* buf, int buf_size, const char* in_text, const char* in_text_end, con… in ImTextStrFromUtf8()
1668 static inline int ImTextCharToUtf8(char* buf, int buf_size, unsigned int c) in ImTextCharToUtf8()
1721 int ImTextStrToUtf8(char* buf, int buf_size, const ImWchar* in_text, const ImWchar* in_text_end) in ImTextStrToUtf8()
1964 void ImGuiStorage::SetInt(ImGuiID key, int val) in SetInt()
1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool()
1980 void ImGuiStorage::SetFloat(ImGuiID key, float val) in SetFloat()
1991 void ImGuiStorage::SetVoidPtr(ImGuiID key, void* val) in SetVoidPtr()
5830 void ImGui::PushStyleVar(ImGuiStyleVar idx, float val) in PushStyleVar()
5844 void ImGui::PushStyleVar(ImGuiStyleVar idx, const ImVec2& val) in PushStyleVar()
7221 char buf[128]; in NavScoreItem() local
7834 …55,255) : IM_COL32(255,0,0,255); ImVec2 p = NavCalcPreferredRefPos(); char buf[32]; ImFormatString… in NavUpdate() local
9016 char* buf = (char*)ImGui::MemAlloc(ini_size + 1); in LoadIniSettingsFromMemory() local
9118 …andlerWindow_WriteAll(ImGuiContext* imgui_ctx, ImGuiSettingsHandler* handler, ImGuiTextBuffer* buf) in SettingsHandlerWindow_WriteAll()
9347 char buf[300]; in ShowMetricsWindow() local
9426 char buf[256]; in ShowMetricsWindow() local
9498 char buf[32]; in ShowMetricsWindow() local