Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h608 IMGUI_API bool IsItemVisible(); // is the last item visible? (items may be out of sight because of clipping/scrolling)
H A Dimgui.cpp4275 bool ImGui::IsItemVisible() in IsItemVisible() function in ImGui
6463 if (!IsItemVisible()) in SetItemDefaultFocus()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h841 IMGUI_API bool IsItemVisible(); // is the last item visible? (items may be out of sight because of clipping/scrolling)
H A Dimgui_tables.cpp3532 if (IsItemVisible() && table->HoveredColumnBody != -1)
H A Dimgui.cpp4947 bool ImGui::IsItemVisible() in IsItemVisible() function in ImGui
7116 if (!IsItemVisible()) in SetItemDefaultFocus()
H A Dimgui_demo.cpp2250 "IsItemVisible() = %d\n" in ShowDemoWindowWidgets()
2269 ImGui::IsItemVisible(), in ShowDemoWindowWidgets()

Completed in 97 milliseconds