12 #ifndef ROOT_QuartzLine
13 #define ROOT_QuartzLine
25 #include <Cocoa/Cocoa.h>
34 Bool_t SetLineColor(CGContextRef ctx, Color_t colorIndex);
35 void SetLineStyle(CGContextRef ctx, Int_t lstyle);
36 void SetLineWidth(CGContextRef ctx, Int_t width);
38 void DrawLine(CGContextRef ctx, Int_t x1, Int_t y1, Int_t x2, Int_t y2);
39 void DrawPolyLine(CGContextRef ctx, Int_t n, TPoint * xy);