Home
last modified time | relevance | path

Searched refs:srect (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp837 struct ScreenRect srect = {0, 0, 0, 0}; in SetScreenRotateAnimation() local
839 srect.h = abstractScreenModes->height_; in SetScreenRotateAnimation()
840 srect.w = abstractScreenModes->width_; in SetScreenRotateAnimation()
843 std::swap(srect.w, srect.h); in SetScreenRotateAnimation()
844 srect.x = (srect.h - srect.w) / 2; // 2: used to calculate offset to center display node in SetScreenRotateAnimation()
845 srect.y = (srect in SetScreenRotateAnimation()
890 SetDisplayNode(Rotation rotationAfter, const std::shared_ptr<RSDisplayNode>& displayNode, struct ScreenRect srect) SetDisplayNode() argument
[all...]
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen_controller.h125 struct ScreenRect srect);

Completed in 3 milliseconds