Searched refs:LabelText (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/tools/viewer/ |
H A D | ParticlesSlide.cpp | 101 ImGui::LabelText("##Label", "%s", name);
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 379 IMGUI_API void LabelText(const char* label, const char* fmt, ...) IM_FMTARGS(2); // display text+label aligned the same way as value+label widgets
|
H A D | imgui_widgets.cpp | 121 // - LabelText() 301 void ImGui::LabelText(const char* label, const char* fmt, ...) in LabelText() function in ImGui
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 494 IMGUI_API void LabelText(const char* label, const char* fmt, ...) IM_FMTARGS(2); // display text+label aligned the same way as value+label widgets
|
H A D | imgui_demo.cpp | 614 ImGui::LabelText("label", "Value"); in ShowDemoWindowWidgets()
|
H A D | imgui_widgets.cpp | 144 // - LabelText() 341 void ImGui::LabelText(const char* label, const char* fmt, ...) in LabelText() function in ImGui
|
Completed in 55 milliseconds