Home
last modified time | relevance | path

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

/reactos/base/applications/rapps/
H A Dappview.cpp579 float ZoomedImgWidth = ZoomRatio * (float)pImage->GetWidth(); in PaintOnDC() local
583 … pImage, ((float)width - ZoomedImgWidth) / 2.0, ((float)height - ZoomedImgHeight) / 2.0, in PaintOnDC()
584 ZoomedImgWidth, ZoomedImgHeight); in PaintOnDC()