Definition at line 31 of file QuartzPixmap.h.
Instance Methods | |
(void) | - addPixel: |
(void) | - copy:area:withMask:clipOrigin:toPoint: |
(CGImageRef) | - createImageFromPixmap |
(CGImageRef) | - createImageFromPixmap: |
(unsigned char *) | - fData |
(unsigned) | - fHeight |
(BOOL) | - fIsOpenGLWidget |
(BOOL) | - fIsPixmap |
(CGFloat) | - fScaleFactor |
(unsigned) | - fWidth |
(id) | - initWithW:H:scaleFactor: |
(void) | - putPixel:X:Y: |
(unsigned char *) | - readColorBits: |
(BOOL) | - resizeW:H:scaleFactor: |
Instance Methods inherited from <X11Drawable> | |
(int) | - fX |
(int) | - fY |
Properties | |
CGContextRef | fContext |
unsigned | fID |
Properties inherited from <X11Drawable> | |
CGContextRef | fContext |
unsigned | fID |
Private Attributes | |
ROOT::MacOSX::Util::CFScopeGuard< CGContextRef > | fContext |
std::vector< unsigned char > | fData |
unsigned | fHeight |
CGFloat | fScaleFactor |
unsigned | fWidth |
#import <QuartzPixmap.h>
- (void) addPixel: | (const unsigned char *) | rgb |
Definition at line 1 of file QuartzPixmap.mm.
- (void) copy: | (NSObject<X11Drawable> *) | src | |
area: | (ROOT::MacOSX::X11::Rectangle) | area | |
withMask: | (QuartzImage *) | mask | |
clipOrigin: | (ROOT::MacOSX::X11::Point) | origin | |
toPoint: | (ROOT::MacOSX::X11::Point) | dstPoint | |
Reimplemented from <X11Drawable>.
Definition at line 1 of file QuartzPixmap.mm.
- (CGImageRef) createImageFromPixmap |
Definition at line 1 of file QuartzPixmap.mm.
- (CGImageRef) createImageFromPixmap: | (ROOT::MacOSX::X11::Rectangle) | cropArea |
Definition at line 1 of file QuartzPixmap.mm.
- (unsigned char *) fData |
- (unsigned) fHeight |
Reimplemented from <X11Drawable>.
- (BOOL) fIsOpenGLWidget |
Reimplemented from <X11Drawable>.
Definition at line 1 of file QuartzPixmap.mm.
- (BOOL) fIsPixmap |
Reimplemented from <X11Drawable>.
Definition at line 1 of file QuartzPixmap.mm.
- (CGFloat) fScaleFactor |
Reimplemented from <X11Drawable>.
- (unsigned) fWidth |
Reimplemented from <X11Drawable>.
- (id) initWithW: | (unsigned) | width | |
H: | (unsigned) | height | |
scaleFactor: | (CGFloat) | scaleFactor | |
Definition at line 1 of file QuartzPixmap.mm.
- (void) putPixel: | (const unsigned char *) | data | |
X: | (unsigned) | x | |
Y: | (unsigned) | y | |
Definition at line 1 of file QuartzPixmap.mm.
- (unsigned char *) readColorBits: | (ROOT::MacOSX::X11::Rectangle) | area |
Reimplemented from <X11Drawable>.
Definition at line 1 of file QuartzPixmap.mm.
- (BOOL) resizeW: | (unsigned) | width | |
H: | (unsigned) | height | |
scaleFactor: | (CGFloat) | scaleFactor | |
Definition at line 1 of file QuartzPixmap.mm.
|
private |
Definition at line 41 of file QuartzPixmap.h.
|
private |
Definition at line 40 of file QuartzPixmap.h.
|
private |
Definition at line 38 of file QuartzPixmap.h.
|
private |
Definition at line 43 of file QuartzPixmap.h.
|
private |
Definition at line 37 of file QuartzPixmap.h.
|
readnonatomicassign |
Definition at line 60 of file QuartzPixmap.h.
|
readwritenonatomicassign |
Definition at line 34 of file QuartzPixmap.h.