Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.cpp4876 const bool window_just_created = (window == NULL); in Begin() local
4877 if (window_just_created) in Begin()
4996 … if (window_title_visible_elsewhere && !window_just_created && strcmp(name, window->Name) != 0) in Begin()
5013 if (window_just_created && (!window_size_x_set_by_api || !window_size_y_set_by_api)) in Begin()