Home
last modified time | relevance | path

Searched refs:ImFormatString (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp1051 ImFormatString(overlay_buf, IM_ARRAYSIZE(overlay_buf), "%.0f%%", fraction*100+0.01f); in ProgressBar()
1354ImFormatString(name, IM_ARRAYSIZE(name), "##Combo_%02d", g.BeginPopupStack.Size); // Recycle windo… in BeginCombo()
1528ImFormatString(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 …]
Dimgui.cpp1406 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()
6681ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", g.TooltipOverrideCount); in BeginTooltipEx()
6689ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", ++g.TooltipOverrideCount); in BeginTooltipEx()
6913ImFormatString(name, IM_ARRAYSIZE(name), "##Menu_%02d", g.BeginPopupStack.Size); // Recycle window… in BeginPopupEx()
6915ImFormatString(name, IM_ARRAYSIZE(name), "##Popup_%08x", id); // Not recycling, so we can close/op… in BeginPopupEx()
7224ImFormatString(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 …]
Dimgui_draw.cpp1600ImFormatString(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()
Dimgui_internal.h183 IMGUI_API int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) IM_FMTARGS…
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp1266 ImFormatString(overlay_buf, IM_ARRAYSIZE(overlay_buf), "%.0f%%", fraction * 100 + 0.01f); in ProgressBar()
1664ImFormatString(name, IM_ARRAYSIZE(name), "##Combo_%02d", g.BeginPopupStack.Size); // Recycle windo… in BeginComboPopup()
1894ImFormatString(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 …]
Dimgui.cpp1468 int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) in ImFormatString() function
5029ImFormatString(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), "%s/%s_%08X", parent_window->Name, name, … in BeginChildEx()
5031ImFormatString(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), "%s/%08X", parent_window->Name, id); in BeginChildEx()
8215ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", g.TooltipOverrideCount); in BeginTooltipEx()
8223ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", ++g.TooltipOverrideCount); in BeginTooltipEx()
8498ImFormatString(name, IM_ARRAYSIZE(name), "##Menu_%02d", g.BeginPopupStack.Size); // Recycle window… in BeginPopupEx()
8500ImFormatString(name, IM_ARRAYSIZE(name), "##Popup_%08x", id); // Not recycling, so we can close/op… in BeginPopupEx()
8920ImFormatString(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 …]
Dimgui_tables.cpp2403 ImFormatString(buf, 32, "MG%d:%d", merge_group_n, merge_group->ChannelsCount); in TableMergeDrawChannels()
2891ImFormatString(sort_order_suf, IM_ARRAYSIZE(sort_order_suf), "%d", column->SortOrder + 1); in TableHeader()
3526ImFormatString(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()
Dimgui_draw.cpp2127ImFormatString(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()
Dimgui_internal.h320 IMGUI_API int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) IM_FMTARGS…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2483 …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…