mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
8 lines
332 B
C
8 lines
332 B
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
|