Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sdm/include/utils/
Ddebug.h63 static DisplayError GetWindowRect(float *left, float *top, float *right, float *bottom);
/hardware/qcom/sm7250/display/sdm/libs/utils/
Ddebug.cpp186 DisplayError Debug::GetWindowRect(float *left, float *top, float *right, float *bottom) { in GetWindowRect() function in sdm::Debug
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp756 if (!GetWindowRect(mParentWindow, &windowRect)) in setPosition()
778 if (!GetWindowRect(mParentWindow, &windowRect)) in resize()
/hardware/qcom/sm7250/display/composer/
Dhwc_display_builtin.cpp262 windowed_display_ = Debug::GetWindowRect(&window_rect_.left, &window_rect_.top, in Init()