Classes | |
| class | CGAAStateGuard |
| class | CGStateGuard |
| class | TextLine |
| void ROOT::Quartz::DrawBox | ( | CGContextRef | ctx, |
| Int_t | x1, | ||
| Int_t | y1, | ||
| Int_t | x2, | ||
| Int_t | y2, | ||
| bool | hollow ) |
Definition at line 430 of file QuartzFillArea.mm.
| void ROOT::Quartz::DrawFillArea | ( | CGContextRef | ctx, |
| Int_t | n, | ||
| TPoint * | xy, | ||
| Bool_t | drawShadow, | ||
| const TAttFill & | attfill ) |
Definition at line 446 of file QuartzFillArea.mm.
| void ROOT::Quartz::DrawLine | ( | CGContextRef | ctx, |
| Int_t | x1, | ||
| Int_t | y1, | ||
| Int_t | x2, | ||
| Int_t | y2 ) |
Definition at line 124 of file QuartzLine.mm.
| void ROOT::Quartz::DrawPattern | ( | void * | data, |
| CGContextRef | ctx ) |
Definition at line 327 of file QuartzFillArea.mm.
| void ROOT::Quartz::DrawPolygonWithGradientFill | ( | CGContextRef | ctx, |
| const TColorGradient * | extendedColor, | ||
| const CGSize & | sizeOfDrawable, | ||
| Int_t | nPoints, | ||
| const TPoint * | xy, | ||
| Bool_t | drawShadow ) |
Definition at line 482 of file QuartzFillArea.mm.
| void ROOT::Quartz::DrawPolyLine | ( | CGContextRef | ctx, |
| Int_t | n, | ||
| const TPoint * | xy ) |
Definition at line 136 of file QuartzLine.mm.
| void ROOT::Quartz::DrawPolyMarker | ( | CGContextRef | ctx, |
| unsigned | nPoints, | ||
| const TPoint * | marker, | ||
| const TAttMarker & | attmark, | ||
| float | scaleFactor ) |
Definition at line 23 of file QuartzMarker.mm.
| void ROOT::Quartz::DrawTextLineNoKerning | ( | CGContextRef | ctx, |
| CTFontRef | font, | ||
| const std::vector< UniChar > & | text, | ||
| Int_t | x, | ||
| Int_t | y ) |
Definition at line 319 of file QuartzText.mm.
| bool ROOT::Quartz::SetFillAreaParameters | ( | CGContextRef | ctx, |
| unsigned * | patternIndex, | ||
| const TAttFill & | attfill ) |
Definition at line 391 of file QuartzFillArea.mm.
| Bool_t ROOT::Quartz::SetFillColor | ( | CGContextRef | ctx, |
| Color_t | colorIndex ) |
Definition at line 304 of file QuartzFillArea.mm.
| bool ROOT::Quartz::SetFillPattern | ( | CGContextRef | ctx, |
| const unsigned * | patternIndex, | ||
| Color_t | attrFillColor ) |
Definition at line 350 of file QuartzFillArea.mm.
| Bool_t ROOT::Quartz::SetLineColor | ( | CGContextRef | ctx, |
| Color_t | colorIndex ) |
Definition at line 29 of file QuartzLine.mm.
| void ROOT::Quartz::SetLineStyle | ( | CGContextRef | ctx, |
| Int_t | lstyle ) |
Definition at line 75 of file QuartzLine.mm.
| void ROOT::Quartz::SetLineType | ( | CGContextRef | ctx, |
| Int_t | n, | ||
| Int_t * | dash ) |
Definition at line 50 of file QuartzLine.mm.
| void ROOT::Quartz::SetLineWidth | ( | CGContextRef | ctx, |
| Int_t | width ) |
Definition at line 109 of file QuartzLine.mm.
| const CTFontOrientation ROOT::Quartz::defaultFontOrientation = kCTFontDefaultOrientation |
Definition at line 38 of file QuartzText.mm.
| const CTFontOrientation ROOT::Quartz::horizontalFontOrientation = kCTFontHorizontalOrientation |
Definition at line 39 of file QuartzText.mm.
| const CTFontOrientation ROOT::Quartz::verticalFontOrientation = kCTFontVerticalOrientation |
Definition at line 40 of file QuartzText.mm.