Searched refs:TextColoredV (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 374 IMGUI_API void TextColoredV(const ImVec4& col, const char* fmt, va_list args) IM_FMTLIST(2);
|
H A D | imgui_widgets.cpp | 116 // - TextColoredV() 257 TextColoredV(col, fmt, args); in TextColored() 261 void ImGui::TextColoredV(const ImVec4& col, const char* fmt, va_list args) in TextColoredV() function in ImGui
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 489 IMGUI_API void TextColoredV(const ImVec4& col, const char* fmt, va_list args) IM_FMTLIST(2);
|
H A D | imgui_widgets.cpp | 139 // - TextColoredV() 286 TextColoredV(col, fmt, args); in TextColored() 290 void ImGui::TextColoredV(const ImVec4& col, const char* fmt, va_list args) in TextColoredV() function in ImGui
|
Completed in 41 milliseconds