Home
last modified time | relevance | path

Searched defs:inner_width (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp304 …har* str_id, int columns_count, ImGuiTableFlags flags, const ImVec2& outer_size, float inner_width) in BeginTable()
310 … ImGuiID id, int columns_count, ImGuiTableFlags flags, const ImVec2& outer_size, float inner_width) in BeginTableEx()
Dimgui_demo.cpp4242 static float inner_width = 1000.0f; local