Searched refs:inputBoundsInLayer (Results 1 – 1 of 1) sorted by relevance
2253 const FloatRect inputBoundsInLayer = tmpBounds.toFloatRect(); in fillInputFrameInfo() local2258 std::max(0.f, std::min(surfaceInset, inputBoundsInLayer.getWidth() / 2.f)); in fillInputFrameInfo()2260 std::max(0.f, std::min(surfaceInset, inputBoundsInLayer.getHeight() / 2.f)); in fillInputFrameInfo()2263 const FloatRect insetBoundsInLayer(inputBoundsInLayer.left + xSurfaceInset, in fillInputFrameInfo()2264 inputBoundsInLayer.top + ySurfaceInset, in fillInputFrameInfo()2265 inputBoundsInLayer.right - xSurfaceInset, in fillInputFrameInfo()2266 inputBoundsInLayer.bottom - ySurfaceInset); in fillInputFrameInfo()