Home
last modified time | relevance | path

Searched refs:EndTable (Results 1 - 6 of 6) sorted by relevance

/third_party/EGL/sdk/docs/man/xhtml/
H A Dmaketoc.pl94 sub EndTable { subroutine
300 EndTable();
310 EndTable();
321 EndTable();
331 EndTable();
341 EndTable();
351 EndTable();
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A Dmaketoc.pl94 sub EndTable { subroutine
300 EndTable();
310 EndTable();
321 EndTable();
331 EndTable();
341 EndTable();
351 EndTable();
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp521 ImGui::EndTable(); in ShowDemoWindow()
1190 ImGui::EndTable(); in ShowDemoWindowWidgets()
1207 ImGui::EndTable(); in ShowDemoWindowWidgets()
2433 ImGui::EndTable(); in ShowDemoWindowLayout()
3050 ImGui::EndTable(); in ShowDemoWindowLayout()
3644 ImGui::EndTable();
3662 ImGui::EndTable();
3678 ImGui::EndTable();
3749 ImGui::EndTable();
3778 ImGui::EndTable();
[all...]
H A Dimgui.h737 // - 5. Call EndTable()
739 IMGUI_API void EndTable(); // only call EndTable() if BeginTable() returns true!
H A Dimgui_tables.cpp65 // - EndTable() user ends the table
250 // - EndTable()
314 if (outer_window->SkipItems) // Consistent with other tables + beneficial side effect that assert on miscalling EndTable() will be more visible. in BeginTableEx()
401 // But at this point we do NOT have a correct value for .Max.y (unless a height has been explicitly passed in). It will only be updated in EndTable(). in BeginTableEx()
549 // Because we cannot safely assert in EndTable() when no rows have been created, this seems like our best option. in BeginTableEx()
1132 // Process hit-testing on resizing borders. Actual size change will be applied in EndTable()
1143 // really problematic (whereas the actual visual will be displayed in EndTable() and using the current frame height). in TableUpdateBorders()
1144 // Actual columns highlight/render will be performed in EndTable() and not be affected. in TableUpdateBorders()
1196 void ImGui::EndTable() in EndTable() function in ImGui
1200 IM_ASSERT(table != NULL && "Only call EndTable() i in EndTable()
[all...]
H A Dimgui.cpp7357 if (log_callback) log_callback(user_data, "Recovered from missing EndTable() in '%s'", g.CurrentTable->OuterWindow->Name); in ErrorCheckEndWindowRecover()
7358 EndTable(); in ErrorCheckEndWindowRecover()
12218 EndTable(); in ShowStackToolWindow()

Completed in 44 milliseconds