Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h374 IMGUI_API void TextColoredV(const ImVec4& col, const char* fmt, va_list args) IM_FMTLIST(2);
H A Dimgui_widgets.cpp116 // - 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 Dimgui.h489 IMGUI_API void TextColoredV(const ImVec4& col, const char* fmt, va_list args) IM_FMTLIST(2);
H A Dimgui_widgets.cpp139 // - 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