Searched refs:GetWindowRect (Results 1 – 3 of 3) sorted by relevance
63 static DisplayError GetWindowRect(float *left, float *top, float *right, float *bottom);
186 DisplayError Debug::GetWindowRect(float *left, float *top, float *right, float *bottom) { in GetWindowRect() function in sdm::Debug
226 windowed_display_ = Debug::GetWindowRect(&window_rect_.left, &window_rect_.top, in Init()