Searched refs:cropLayerSnapshot (Results 1 – 1 of 1) sorted by relevance
1052 auto cropLayerSnapshot = getSnapshot(requested.touchCropId); in updateInput() local1053 if (!cropLayerSnapshot && snapshot.inputInfo.replaceTouchableRegionWithCrop) { in updateInput()1147 auto cropLayerSnapshot = getSnapshot(snapshot->touchCropId); in updateTouchableRegionCrop() local1149 needsUpdate || (cropLayerSnapshot && cropLayerSnapshot->changes.any(AFFECTS_INPUT)); in updateTouchableRegionCrop()1160 if (!cropLayerSnapshot) { in updateTouchableRegionCrop()1166 getInputBounds(*cropLayerSnapshot, /*fillParentBounds=*/true).first; in updateTouchableRegionCrop()1168 getInputBoundsInDisplaySpace(*cropLayerSnapshot, inputBounds, in updateTouchableRegionCrop()1172 } else if (cropLayerSnapshot) { in updateTouchableRegionCrop()1174 getInputBounds(*cropLayerSnapshot, /*fillParentBounds=*/true).first; in updateTouchableRegionCrop()1176 getInputBoundsInDisplaySpace(*cropLayerSnapshot, inputBounds, in updateTouchableRegionCrop()