#include <vector>
#include <Cocoa/Cocoa.h>
#include "CocoaGuiTypes.h"
#include "CocoaUtils.h"
#include "X11Drawable.h"
#include "GuiTypes.h"
Classes | |
class | QuartzImage |
class | QuartzPixmap |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::MacOSX |
namespace | ROOT::MacOSX::X11 |
Functions | |
bool | ROOT::MacOSX::X11::AdjustCropArea (const Rectangle &srcRect, Rectangle &cropArea) |
bool | ROOT::MacOSX::X11::AdjustCropArea (QuartzImage *srcImage, NSRect &cropArea) |
bool | ROOT::MacOSX::X11::AdjustCropArea (QuartzImage *srcImage, Rectangle &cropArea) |
bool | ROOT::MacOSX::X11::AdjustCropArea (QuartzPixmap *srcImage, Rectangle &cropArea) |
CGImageRef | ROOT::MacOSX::X11::CreateSubImage (QuartzImage *image, const Rectangle &area) |
void | ROOT::MacOSX::X11::FillPixmapBuffer (const unsigned char *bitmap, unsigned width, unsigned height, ULong_t foregroundPixel, ULong_t backgroundPixel, unsigned depth, unsigned char *imageData) |