- QDPictRef cgPictRef = M_METAFILEDATA->m_qdPictRef ;
- CGContextRef cg = ((wxMacCGContext*)(dc->GetGraphicContext()))->GetNativeContext() ;
- CGRect bounds = QDPictGetBounds( cgPictRef ) ;
-
- CGContextSaveGState(cg);
- CGContextTranslateCTM(cg, 0 , bounds.size.width );
- CGContextScaleCTM(cg, 1, -1);
- QDPictDrawToCGContext( cg , bounds , cgPictRef ) ;
- CGContextRestoreGState( cg ) ;
+ QDPictRef cgPictRef = M_METAFILEDATA->m_qdPictRef;
+ CGContextRef cg = ((wxMacCGContext*)(dc->GetGraphicContext()))->GetNativeContext();
+ CGRect bounds = QDPictGetBounds( cgPictRef );
+
+ CGContextSaveGState( cg );
+ CGContextTranslateCTM( cg, 0 , bounds.size.width );
+ CGContextScaleCTM( cg, 1, -1 );
+ QDPictDrawToCGContext( cg , bounds, cgPictRef );
+ CGContextRestoreGState( cg );