Home | History | Annotate | Download | only in EKA2

Lines Matching defs:sourceRect

955 	TRect sourceRect = aRect;
963 Rotate(sourceRect);
967 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0))
969 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
971 ClipCopy(target, aBits, updateRect, sourceRect);
1006 TRect sourceRect = aRect;
1011 Rotate(sourceRect);
1015 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0))
1017 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
1019 ClipCopy(target, aBits, updateRect, sourceRect.iTl);