Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h675 IMGUI_API const char* SaveIniSettingsToMemory(size_t* out_ini_size = NULL); // return a zero-terminated string with the .ini data which you can save by your own mean. call when io.WantSaveIniSettings is set, then save data by your own mean and clear io.WantSaveIniSettings.
1374 bool WantSaveIniSettings; // When manual .ini load/save is active (io.IniFilename == NULL), this will be set to notify your application that you can call SaveIniSettingsToMemory() and save yourself. IMPORTANT: You need to clear io.WantSaveIniSettings yourself.
H A Dimgui.cpp3405 g.IO.WantSaveIniSettings = true; // Let user know they can call SaveIniSettingsToMemory(). user will need to clear io.WantSaveIniSettings themselves. in NewFrame()
9075 const char* ini_data = SaveIniSettingsToMemory(&ini_data_size); in SaveIniSettingsToDisk()
9084 const char* ImGui::SaveIniSettingsToMemory(size_t* out_size) in SaveIniSettingsToMemory() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h927 IMGUI_API const char* SaveIniSettingsToMemory(size_t* out_ini_size = NULL); // return a zero-terminated string with the .ini data which you can save by your own mean. call when io.WantSaveIniSettings is set, then save data by your own mean and clear io.WantSaveIniSettings.
1912 bool WantSaveIniSettings; // When manual .ini load/save is active (io.IniFilename == NULL), this will be set to notify your application that you can call SaveIniSettingsToMemory() and save yourself. Important: clear io.WantSaveIniSettings yourself after saving!
H A Dimgui.cpp10667 // - SaveIniSettingsToMemory()
10693 g.IO.WantSaveIniSettings = true; // Let user know they can call SaveIniSettingsToMemory(). user will need to clear io.WantSaveIniSettings themselves. in UpdateSettings()
10860 const char* ini_data = SaveIniSettingsToMemory(&ini_data_size); in SaveIniSettingsToDisk()
10869 const char* ImGui::SaveIniSettingsToMemory(size_t* out_size) in SaveIniSettingsToMemory() function in ImGui
11498 SaveIniSettingsToMemory(); in ShowMetricsWindow()

Completed in 60 milliseconds