Home
last modified time | relevance | path

Searched refs:IsWindowAppearing (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h250 IMGUI_API bool IsWindowAppearing();
Dimgui.cpp6021 bool ImGui::IsWindowAppearing() in IsWindowAppearing() function in ImGui
/third_party/mesa3d/src/imgui/
Dimgui.h254 IMGUI_API bool IsWindowAppearing();
Dimgui.cpp6148 bool ImGui::IsWindowAppearing() in IsWindowAppearing() function in ImGui
/third_party/skia/third_party/externals/imgui/
Dimgui.h352 IMGUI_API bool IsWindowAppearing();
Dimgui.cpp6937 bool ImGui::IsWindowAppearing() in IsWindowAppearing() function in ImGui
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt643 … which in the current (master) branch behave the same as doing `if (IsWindowAppearing()) SetScroll…
773 - Window: Added `IsWindowAppearing()` helper (helpful e.g. as a condition before initializing some …
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt278 - Window: Fix IsWindowAppearing() from returning true twice in most cases. (#3982, #1497, #1061)
661 use IsWindowAppearing() after BeginPopup() for a similar result.
2322 … which in the current (master) branch behave the same as doing `if (IsWindowAppearing()) SetScroll…
2452 - Window: Added `IsWindowAppearing()` helper (helpful e.g. as a condition before initializing some …