31 assert(ctx != 0 &&
"SetLineColor, ctx parameter is null");
41 const CGFloat alpha = color->
GetAlpha();
61 assert(ctx != 0 &&
"SetLineType, ctx parameter is null");
65 for (
int i = 0; i <
n; i++)
77 assert(ctx != 0 &&
"SetLineStyle, ctx parameter is null");
113 assert(ctx != 0 &&
"SetLineWidth, ctx parameter is null");
125 assert(ctx != 0 &&
"DrawLine, ctx parameter is null");
141 assert(ctx != 0 &&
"DrawPolyLine, ctx parameter is null");
142 assert(
xy != 0 &&
"DrawPolyLine, xy parameter is null");
146 for (
Int_t i = 1; i <
n; ++i)
149 if (
xy[
n - 1].fX ==
xy[0].fX &&
xy[
n - 1].fY ==
xy[0].fY)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t SetLineWidth
Option_t Option_t SetLineColor
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
Option_t Option_t TPoint xy
Option_t Option_t TPoint TPoint const char y2
Option_t Option_t TPoint TPoint const char DrawLine
Option_t Option_t TPoint TPoint const char y1
R__EXTERN TStyle * gStyle
The color creation and management class.
virtual void GetRGB(Float_t &r, Float_t &g, Float_t &b) const
static Int_t GetColor(const char *hexcolor)
Static method returning color number for color specified by hex color string of form: "#rrggbb",...
Collectable string class.
const char * GetLineStyleString(Int_t i=1) const
Return line style string (used by PostScript).
void DrawPolyLine(CGContextRef ctx, Int_t n, TPoint *xy)
void SetLineType(CGContextRef ctx, Int_t n, Int_t *dash)
void SetLineStyle(CGContextRef ctx, Int_t lstyle)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...