Home
last modified time | relevance | path

Searched refs:nodeRotation_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_display_render_params.cpp177 targetDisplayParams->nodeRotation_ = nodeRotation_; in OnSync()
205 ret += RENDER_BASIC_PARAM_TO_STRING(int(nodeRotation_)); in ToString()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_display_render_params.h74 return nodeRotation_; in GetNodeRotation()
162 ScreenRotation nodeRotation_ = ScreenRotation::INVALID_SCREEN_ROTATION; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp223 displayParams->nodeRotation_ = GetRotation(); in UpdateRenderParams()