12 #ifndef ROOT_QuartzMarker
13 #define ROOT_QuartzMarker
25 #include <Cocoa/Cocoa.h>
34 void DrawPolyMarker(CGContextRef ctx,
const std::vector<TPoint> &marker,
35 Size_t markerSize, Style_t markerStyle);
36 void DrawPolyMarker(CGContextRef ctx,
unsigned nPoints,
const TPoint *marker,
37 Size_t markerSize, Style_t markerStyle);