Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp325 int scaledPixelMapH = pixelMap->GetHeight(); in DoDrawImageRect() local
329 scaledPixelMapH = scaledPixelMapH * axis; in DoDrawImageRect()
334 scaledPixelMapH = winHeight; in DoDrawImageRect()
337 int top = (winHeight - scaledPixelMapH) / 2; // 2 is the top and bottom boundaries of the win in DoDrawImageRect()