Home
last modified time | relevance | path

Searched refs:IM_FMTARGS (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui.h67 #define IM_FMTARGS(FMT) __attribute__((format(printf, FMT, FMT+1))) // Apply printf-sty… macro
70 #define IM_FMTARGS(FMT) macro
371 … Text(const char* fmt, ...) IM_FMTARGS(1); // simple fo…
373 … TextColored(const ImVec4& col, const char* fmt, ...) IM_FMTARGS(2); // shortcut …
375 … TextDisabled(const char* fmt, ...) IM_FMTARGS(1); // shortcut …
377 … TextWrapped(const char* fmt, ...) IM_FMTARGS(1); // shortcut …
379 … LabelText(const char* label, const char* fmt, ...) IM_FMTARGS(2); // display t…
381 … BulletText(const char* fmt, ...) IM_FMTARGS(1); // shortcut …
473 …IMGUI_API bool TreeNode(const char* str_id, const char* fmt, ...) IM_FMTARGS(2); // hel…
474 IMGUI_API bool TreeNode(const void* ptr_id, const char* fmt, ...) IM_FMTARGS(2); // "
[all …]
Dimgui_internal.h183 IMGUI_API int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) IM_FMTARGS
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h67 #define IM_FMTARGS(FMT) __attribute__((format(printf, FMT, FMT+1))) // Apply printf-sty… macro
70 #define IM_FMTARGS(FMT) macro
365 … Text(const char* fmt, ...) IM_FMTARGS(1); // simple fo…
367 … TextColored(const ImVec4& col, const char* fmt, ...) IM_FMTARGS(2); // shortcut …
369 … TextDisabled(const char* fmt, ...) IM_FMTARGS(1); // shortcut …
371 … TextWrapped(const char* fmt, ...) IM_FMTARGS(1); // shortcut …
373 … LabelText(const char* label, const char* fmt, ...) IM_FMTARGS(2); // display t…
375 … BulletText(const char* fmt, ...) IM_FMTARGS(1); // shortcut …
467 …IMGUI_API bool TreeNode(const char* str_id, const char* fmt, ...) IM_FMTARGS(2); // hel…
468 IMGUI_API bool TreeNode(const void* ptr_id, const char* fmt, ...) IM_FMTARGS(2); // "
[all …]
Dimgui_internal.h176 IMGUI_API int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) IM_FMTARGS
Dimgui_demo.cpp3104 void AddLog(const char* fmt, ...) IM_FMTARGS(2) in AddLog()
3392 void AddLog(const char* fmt, ...) IM_FMTARGS(2) in AddLog()
/third_party/skia/third_party/externals/imgui/
Dimgui.h96 #define IM_FMTARGS(FMT) __attribute__((format(gnu_printf, FMT, FMT+1))) macro
99 #define IM_FMTARGS(FMT) __attribute__((format(printf, FMT, FMT+1))) macro
102 #define IM_FMTARGS(FMT) macro
486 … Text(const char* fmt, ...) IM_FMTARGS(1); // formatted…
488 … TextColored(const ImVec4& col, const char* fmt, ...) IM_FMTARGS(2); // shortcut …
490 … TextDisabled(const char* fmt, ...) IM_FMTARGS(1); // shortcut …
492 … TextWrapped(const char* fmt, ...) IM_FMTARGS(1); // shortcut …
494 … LabelText(const char* label, const char* fmt, ...) IM_FMTARGS(2); // display t…
496 … BulletText(const char* fmt, ...) IM_FMTARGS(1); // shortcut …
601 …IMGUI_API bool TreeNode(const char* str_id, const char* fmt, ...) IM_FMTARGS(2); // hel…
[all …]
Dimgui_demo.cpp6269 void AddLog(const char* fmt, ...) IM_FMTARGS(2)
6603 void AddLog(const char* fmt, ...) IM_FMTARGS(2)
Dimgui_internal.h320 IMGUI_API int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) IM_FMTARGS