12 #ifndef ROOT_QuartzFillArea
13 #define ROOT_QuartzFillArea
25 #include <Cocoa/Cocoa.h>
37 Bool_t SetFillColor(CGContextRef ctx, Color_t colorIndex);
38 Bool_t SetFillAreaParameters(CGContextRef ctx,
unsigned *patternIndex);
40 void DrawBox(CGContextRef ctx, Int_t x1, Int_t y1, Int_t x2, Int_t y2,
bool hollow);
41 void DrawFillArea(CGContextRef ctx, Int_t n, TPoint *xy, Bool_t drawShadow);
43 void DrawPolygonWithGradientFill(CGContextRef ctx,
const TColorGradient *extendedColor,
const CGSize &sizeOfDrawable,
44 Int_t nPoints,
const TPoint *xy, Bool_t drawShadow);