Searched refs:windowCropF (Results 1 – 1 of 1) sorted by relevance
817 private var windowCropF = RectF() variable1131 windowCropF.set(cropX, cropY, cropX + state.width, cropY + state.height) in applyStateToWindow()1133 invertMatrix.mapRect(windowCropF) in applyStateToWindow()1135 windowCropF.left.roundToInt(), in applyStateToWindow()1136 windowCropF.top.roundToInt(), in applyStateToWindow()1137 windowCropF.right.roundToInt(), in applyStateToWindow()1138 windowCropF.bottom.roundToInt() in applyStateToWindow()