Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_processor.cpp144 screenTransformMatrix_ = displayParams->GetMatrix(); in InitForRenderThread()
147 screenTransformMatrix_ = mirrorNodeParam->GetMatrix(); in InitForRenderThread()
215 screenTransformMatrix_ = boundsGeoPtr->GetMatrix(); in CalculateScreenTransformMatrix()
H A Drs_processor.h70 return screenTransformMatrix_; in GetScreenTransformMatrix()
114 Drawing::Matrix screenTransformMatrix_; variable
H A Drs_physical_screen_processor.cpp102 canvas->ConcatMatrix(screenTransformMatrix_); in Redraw()
H A Drs_virtual_screen_processor.cpp77 canvas_->ConcatMatrix(screenTransformMatrix_); in Init()