Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h380 IMGUI_API void LabelTextV(const char* label, const char* fmt, va_list args) IM_FMTLIST(2);
H A Dimgui_widgets.cpp122 // - LabelTextV()
305 LabelTextV(label, fmt, args); in LabelText()
310 void ImGui::LabelTextV(const char* label, const char* fmt, va_list args) in LabelTextV() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h495 IMGUI_API void LabelTextV(const char* label, const char* fmt, va_list args) IM_FMTLIST(2);
H A Dimgui_widgets.cpp145 // - LabelTextV()
345 LabelTextV(label, fmt, args); in LabelText()
350 void ImGui::LabelTextV(const char* label, const char* fmt, va_list args) in LabelTextV() function in ImGui

Completed in 60 milliseconds