Searched refs:GetWindowRect (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm7250/display/sdm/include/utils/ |
D | debug.h | 63 static DisplayError GetWindowRect(float *left, float *top, float *right, float *bottom);
|
/hardware/qcom/sm7250/display/sdm/libs/utils/ |
D | debug.cpp | 186 DisplayError Debug::GetWindowRect(float *left, float *top, float *right, float *bottom) { in GetWindowRect() function in sdm::Debug
|
/hardware/google/gfxstream/host/testlibs/windows/win32/ |
D | Win32Window.cpp | 756 if (!GetWindowRect(mParentWindow, &windowRect)) in setPosition() 778 if (!GetWindowRect(mParentWindow, &windowRect)) in resize()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display_builtin.cpp | 262 windowed_display_ = Debug::GetWindowRect(&window_rect_.left, &window_rect_.top, in Init()
|