Home
last modified time | relevance | path

Searched refs:adaptiveDstWidth (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.cpp112 const float adaptiveDstWidth = params.dstRect.GetWidth() * mirrorAdaptiveCoefficient_; in ProcessSurface() local
116 params.dstRect.SetRight(adaptiveDstWidth); in ProcessSurface()
H A Drs_render_engine.cpp187 const float adaptiveDstWidth = params.dstRect.GetWidth() * mirrorAdaptiveCoefficient_; in DrawSurfaceNode() local
189 params.dstRect = Drawing::Rect(0, 0, adaptiveDstWidth, adaptiveDstHeight); in DrawSurfaceNode()