Home
last modified time | relevance | path

Searched refs:GetWindowSize (Results 1 - 9 of 9) sorted by relevance

/third_party/node/src/
H A Dtty_wrap.cc47 registry->Register(GetWindowSize); in RegisterExternalReferences()
67 isolate, t, "getWindowSize", TTYWrap::GetWindowSize); in Initialize()
90 void TTYWrap::GetWindowSize(const FunctionCallbackInfo<Value>& args) { in GetWindowSize() function in node::TTYWrap
H A Dtty_wrap.h54 static void GetWindowSize(const v8::FunctionCallbackInfo<v8::Value>& args);
/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h207 ImGui::SetWindowSize(ImVec2(s.WindowWidth, ImGui::GetWindowSize().y)); in DrawWindow()
H A Dimgui.h261 IMGUI_API ImVec2 GetWindowSize(); // get current window size
262 IMGUI_API float GetWindowWidth(); // get current window width (shortcut for GetWindowSize().x)
263 IMGUI_API float GetWindowHeight(); // get current window height (shortcut for GetWindowSize().y)
H A Dimgui.cpp6077 ImVec2 ImGui::GetWindowSize() in GetWindowSize() function in ImGui
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp1094 window->size = ImGui::GetWindowSize(); in display_windows()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h358 IMGUI_API ImVec2 GetWindowSize(); // get current window size
359 IMGUI_API float GetWindowWidth(); // get current window width (shortcut for GetWindowSize().x)
360 IMGUI_API float GetWindowHeight(); // get current window height (shortcut for GetWindowSize().y)
H A Dimgui_demo.cpp7365 ImVec2 window_size = ImGui::GetWindowSize();
H A Dimgui.cpp6859 ImVec2 ImGui::GetWindowSize() in GetWindowSize() function in ImGui

Completed in 74 milliseconds