Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp325 float yScale = crop.getHeight() / float(winHeight); in computeCrop() local
328 float insetT = winCrop.top * yScale; in computeCrop()
330 float insetB = (winHeight - winCrop.bottom) * yScale; in computeCrop()