|
|
|
|
|
|
untransformedPaintingCoordinates.dx, |
|
|
|
-_topScrollMarginExtent |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool shouldApplyOffCenterDim = overAndUnderCenterOpacity < 1; |
|
|
|
if (useMagnifier || shouldApplyOffCenterDim) { |
|
|
|
_paintChildWithMagnifier(context, offset, child, transform, offsetToCenter, untransformedPaintingCoordinates); |
|
|
|
|
|
|
context1.pushTransform( |
|
|
|
needsCompositing, |
|
|
|
offset1, |
|
|
|
cylindricalTransform, |
|
|
|
// this._centerOriginTransform(cylindricalTransform),
|
|
|
|
_magnifyTransform(), |
|
|
|
(PaintingContext context2, Offset offset2) => { |
|
|
|
context2.paintChild(child, offset2 + untransformedPaintingCoordinates); |
|
|
|
}); |
|
|
|