Home
last modified time | relevance | path

Searched defs:GetWindowRect (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/
DWindow.h78 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); } in GetWindowRect() function
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp11313 static ImRect GetWindowRect(ImGuiWindow* window, int rect_type) in ShowMetricsWindow() function