Home
last modified time | relevance | path

Searched refs:adaptiveDstHeight (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_virtual_screen_processor.cpp113 const float adaptiveDstHeight = params.dstRect.GetHeight() * mirrorAdaptiveCoefficient_; in ProcessSurface() local
117 params.dstRect.SetBottom(adaptiveDstHeight); in ProcessSurface()
H A Drs_render_engine.cpp188 const float adaptiveDstHeight = params.dstRect.GetHeight() * mirrorAdaptiveCoefficient_; in DrawSurfaceNode() local
189 params.dstRect = Drawing::Rect(0, 0, adaptiveDstWidth, adaptiveDstHeight); in DrawSurfaceNode()