mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
8 lines
332 B
Objective-C
8 lines
332 B
Objective-C
#import <AppKit/NSImage.h>
|
|
|
|
@interface NSImage (CHImageAdditions)
|
|
- (void) drawFlippedInRect:(NSRect) rect operation:(NSCompositingOperation) op fraction:(float) delta;
|
|
- (void) drawFlippedInRect:(NSRect) rect operation:(NSCompositingOperation) op;
|
|
- (void)applyBadge:(NSImage*)badge withAlpha:(float)alpha scale:(float)scale;
|
|
@end
|