Searched refs:adaptiveDstHeight (Results 1 – 2 of 2) sorted by relevance
113 const float adaptiveDstHeight = params.dstRect.GetHeight() * mirrorAdaptiveCoefficient_; in ProcessSurface() local117 params.dstRect.SetBottom(adaptiveDstHeight); in ProcessSurface()
188 const float adaptiveDstHeight = params.dstRect.GetHeight() * mirrorAdaptiveCoefficient_; in DrawSurfaceNode() local189 params.dstRect = Drawing::Rect(0, 0, adaptiveDstWidth, adaptiveDstHeight); in DrawSurfaceNode()