Logo ROOT   6.08/07
Reference Guide
Namespaces | Functions
QuartzPixmap.mm File Reference
#include <algorithm>
#include <utility>
#include <cassert>
#include <cstddef>
#include <limits>
#include <new>
#include "CocoaGuiTypes.h"
#include "QuartzWindow.h"
#include "QuartzPixmap.h"
#include "QuartzUtils.h"
#include "CocoaUtils.h"
#include "X11Colors.h"
Include dependency graph for QuartzPixmap.mm:

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::MacOSX
 
 ROOT::MacOSX::X11
 

Functions

bool ROOT::MacOSX::X11::AdjustCropArea (const Rectangle &srcRect, Rectangle &cropArea)
 
bool ROOT::MacOSX::X11::AdjustCropArea (QuartzImage *srcImage, Rectangle &cropArea)
 
bool ROOT::MacOSX::X11::AdjustCropArea (QuartzImage *srcImage, NSRect &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)
 
const voidROOT_QuartzImage_GetBytePointer (void *info)
 
std::size_t ROOT_QuartzImage_GetBytesAtPosition (void *info, void *buffer, off_t position, std::size_t count)
 
void ROOT_QuartzImage_ReleaseBytePointer (void *, const void *)
 
bool ROOT::MacOSX::X11::TestBitmapBit (const unsigned char *bitmap, unsigned w, unsigned i, unsigned j)
 

Function Documentation

◆ ROOT_QuartzImage_GetBytePointer()

const void* ROOT_QuartzImage_GetBytePointer ( void info)

Definition at line 32 of file QuartzPixmap.mm.

◆ ROOT_QuartzImage_GetBytesAtPosition()

std::size_t ROOT_QuartzImage_GetBytesAtPosition ( void info,
void buffer,
off_t  position,
std::size_t  count 
)

Definition at line 45 of file QuartzPixmap.mm.

◆ ROOT_QuartzImage_ReleaseBytePointer()

void ROOT_QuartzImage_ReleaseBytePointer ( void ,
const void  
)

Definition at line 39 of file QuartzPixmap.mm.