Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:yScale

325         float yScale = crop.getHeight() / float(winHeight);
328 float insetT = winCrop.top * yScale;
330 float insetB = (winHeight - winCrop.bottom) * yScale;