| /third_party/mesa3d/src/imgui/ |
| D | imgui_widgets.cpp | 1051 ImFormatString(overlay_buf, IM_ARRAYSIZE(overlay_buf), "%.0f%%", fraction*100+0.01f); in ProgressBar() 1354 …ImFormatString(name, IM_ARRAYSIZE(name), "##Combo_%02d", g.BeginPopupStack.Size); // Recycle windo… in BeginCombo() 1528 …ImFormatString(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), "%.*s%%d%s", (int)(fmt_start - fmt), fmt,… in PatchFormatStringFloatToInt() 1540 return ImFormatString(buf, buf_size, format, *(const ImU32*)data_ptr); in DataTypeFormatString() 1542 return ImFormatString(buf, buf_size, format, *(const ImU64*)data_ptr); in DataTypeFormatString() 1544 return ImFormatString(buf, buf_size, format, *(const float*)data_ptr); in DataTypeFormatString() 1546 return ImFormatString(buf, buf_size, format, *(const double*)data_ptr); in DataTypeFormatString() 1698 ImFormatString(v_str, IM_ARRAYSIZE(v_str), fmt_start, v); in RoundScalarWithFormatT() 2762 ImFormatString(format, IM_ARRAYSIZE(format), "%%.%df", decimal_precision); in InputFloat() 2770 ImFormatString(format, IM_ARRAYSIZE(format), "%%.%df", decimal_precision); in InputFloat2() [all …]
|
| D | imgui.cpp | 1406 int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) in ImFormatString() function 4342 ImFormatString(title, IM_ARRAYSIZE(title), "%s/%s_%08X", parent_window->Name, name, id); in BeginChildEx() 4344 ImFormatString(title, IM_ARRAYSIZE(title), "%s/%08X", parent_window->Name, id); in BeginChildEx() 6681 … ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", g.TooltipOverrideCount); in BeginTooltipEx() 6689 …ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", ++g.TooltipOverrideCount); in BeginTooltipEx() 6913 …ImFormatString(name, IM_ARRAYSIZE(name), "##Menu_%02d", g.BeginPopupStack.Size); // Recycle window… in BeginPopupEx() 6915 …ImFormatString(name, IM_ARRAYSIZE(name), "##Popup_%08x", id); // Not recycling, so we can close/op… in BeginPopupEx() 7224 …ImFormatString(buf, IM_ARRAYSIZE(buf), "dbox (%.2f,%.2f->%.4f)\ndcen (%.2f,%.2f->%.4f)\nd (%.2f,%.… in NavScoreItem() 7236 ImFormatString(buf, IM_ARRAYSIZE(buf), "%.0f/%.0f", dist_box, dist_center); in NavScoreItem() 7834 …L32(255,0,0,255); ImVec2 p = NavCalcPreferredRefPos(); char buf[32]; ImFormatString(buf, 32, "%d",… in NavUpdate() [all …]
|
| D | imgui_draw.cpp | 1600 …ImFormatString(font_cfg.Name, IM_ARRAYSIZE(font_cfg.Name), "ProggyClean.ttf, %dpx", (int)font_cfg.… in AddFontDefault() 1625 ImFormatString(font_cfg.Name, IM_ARRAYSIZE(font_cfg.Name), "%s, %.0fpx", p, size_pixels); in AddFontFromFileTTF()
|
| D | imgui_internal.h | 183 IMGUI_API int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) IM_FMTARGS…
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui_widgets.cpp | 1266 ImFormatString(overlay_buf, IM_ARRAYSIZE(overlay_buf), "%.0f%%", fraction * 100 + 0.01f); in ProgressBar() 1664 …ImFormatString(name, IM_ARRAYSIZE(name), "##Combo_%02d", g.BeginPopupStack.Size); // Recycle windo… in BeginComboPopup() 1894 …ImFormatString(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), "%.*s%%d%s", (int)(fmt_start - fmt), fmt,… in PatchFormatStringFloatToInt() 1913 return ImFormatString(buf, buf_size, format, *(const ImU32*)p_data); in DataTypeFormatString() 1915 return ImFormatString(buf, buf_size, format, *(const ImU64*)p_data); in DataTypeFormatString() 1917 return ImFormatString(buf, buf_size, format, *(const float*)p_data); in DataTypeFormatString() 1919 return ImFormatString(buf, buf_size, format, *(const double*)p_data); in DataTypeFormatString() 1921 return ImFormatString(buf, buf_size, format, *(const ImS8*)p_data); in DataTypeFormatString() 1923 return ImFormatString(buf, buf_size, format, *(const ImU8*)p_data); in DataTypeFormatString() 1925 return ImFormatString(buf, buf_size, format, *(const ImS16*)p_data); in DataTypeFormatString() [all …]
|
| D | imgui.cpp | 1468 int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) in ImFormatString() function 5029 …ImFormatString(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), "%s/%s_%08X", parent_window->Name, name, … in BeginChildEx() 5031 … ImFormatString(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), "%s/%08X", parent_window->Name, id); in BeginChildEx() 8215 … ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", g.TooltipOverrideCount); in BeginTooltipEx() 8223 …ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", ++g.TooltipOverrideCount); in BeginTooltipEx() 8498 …ImFormatString(name, IM_ARRAYSIZE(name), "##Menu_%02d", g.BeginPopupStack.Size); // Recycle window… in BeginPopupEx() 8500 …ImFormatString(name, IM_ARRAYSIZE(name), "##Popup_%08x", id); // Not recycling, so we can close/op… in BeginPopupEx() 8920 …ImFormatString(buf, IM_ARRAYSIZE(buf), "dbox (%.2f,%.2f->%.4f)\ndcen (%.2f,%.2f->%.4f)\nd (%.2f,%.… in NavScoreItem() 8931 ImFormatString(buf, IM_ARRAYSIZE(buf), "%.0f/%.0f", dist_box, dist_center); in NavScoreItem() 9442 …L32(255,0,0,255); ImVec2 p = NavCalcPreferredRefPos(); char buf[32]; ImFormatString(buf, 32, "%d",… in NavUpdate() [all …]
|
| D | imgui_tables.cpp | 2403 ImFormatString(buf, 32, "MG%d:%d", merge_group_n, merge_group->ChannelsCount); in TableMergeDrawChannels() 2891 … ImFormatString(sort_order_suf, IM_ARRAYSIZE(sort_order_suf), "%d", column->SortOrder + 1); in TableHeader() 3526 …ImFormatString(p, buf_end - p, "Table 0x%08X (%d columns, in '%s')%s", table->ID, table->ColumnsCo… in DebugNodeTable() 3551 ImFormatString(buf, IM_ARRAYSIZE(buf), in DebugNodeTable()
|
| D | imgui_draw.cpp | 2127 …ImFormatString(font_cfg.Name, IM_ARRAYSIZE(font_cfg.Name), "ProggyClean.ttf, %dpx", (int)font_cfg.… in AddFontDefault() 2153 ImFormatString(font_cfg.Name, IM_ARRAYSIZE(font_cfg.Name), "%s, %.0fpx", p, size_pixels); in AddFontFromFileTTF()
|
| D | imgui_internal.h | 320 IMGUI_API int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) IM_FMTARGS…
|
| /third_party/skia/third_party/externals/imgui/docs/ |
| D | CHANGELOG.txt | 2483 …G_FUNCTIONS` support in imconfig.h to allow user reimplementing the `ImFormatString()` functions e… 2604 - ImFormatString(): Fixed an overflow handling bug with implementation of vsnprintf() that do not r…
|