Searched refs:layerCrop (Results 1 – 2 of 2) sorted by relevance
1466 Rect layerCrop(0, 0, 10, 10); in TEST_F() local1467 SurfaceComposerClient::Transaction().setCrop_legacy(child, layerCrop).show(child).apply(true); in TEST_F()
385 const Rect layerCrop = getCrop(s); in computeBounds() local386 if (!layerCrop.isEmpty()) { in computeBounds()387 bounds = mSourceBounds.intersect(layerCrop.toFloatRect()); in computeBounds()