[Libreoffice-commits] core.git: Branch 'feature/tiledrendering' - ios/shared

Tor Lillqvist tml at collabora.com
Fri Nov 1 13:39:10 CET 2013


 ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTile.m |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit acc592a28a3648aa56c0db41f3c3fc50be8f0191
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Nov 1 14:38:46 2013 +0200

    No Y flip needed here
    
    Change-Id: I2518a6151050edee8796a77633097fdd11202647

diff --git a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTile.m b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTile.m
index f066116..864244e 100644
--- a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTile.m
+++ b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTile.m
@@ -46,10 +46,6 @@
     CGContextRef context = UIGraphicsGetCurrentContext();
 
     CGContextSaveGState(context);
-    CGContextTranslateCTM(context, 0, self.tester.params.contextHeight);
-    CGContextScaleCTM(context, 1, -1);
-    CGContextScaleCTM(context, 1, 1);
-
     touch_lo_draw_tile(context,
                        self.tester.params.contextWidth,
                        self.tester.params.contextHeight,


More information about the Libreoffice-commits mailing list