Searched refs:NSImageFrameCount (Results 1 – 14 of 14) sorted by relevance
64 [self setProperty:NSImageFrameCount withValue:@(frameCount)];71 [self setProperty:NSImageFrameCount withValue:@(frameCount)];78 [self setProperty:NSImageFrameCount withValue:@(frameCount)];
99 …NSUInteger frameCount = [[bitmapImageRep valueForProperty:NSImageFrameCount] unsignedIntegerValue];
173 frameCount = [[bitmapImageRep valueForProperty:NSImageFrameCount] unsignedIntegerValue];
485 if ([[bm valueForProperty:NSImageFrameCount] intValue] > 0)502 int frames = [[bm valueForProperty:NSImageFrameCount] intValue];521 int frames = [[bm valueForProperty:NSImageFrameCount] intValue];
522 if ([[bm valueForProperty:NSImageFrameCount] intValue] > 0)539 int frames = [[bm valueForProperty:NSImageFrameCount] intValue];558 int frames = [[bm valueForProperty:NSImageFrameCount] intValue];
115 APPKIT_EXPORT NSString *NSImageFrameCount; // NSNumber integer; only for reading animated GIF files variable
70 NSImageFrameCount: NSString; cvar; external;
124 NSString *NSImageFrameCount = @"NSImageFrameCount";
1728 <term> NSImageFrameCount </term>
74 //APPKIT_EXTERN NSString* NSImageFrameCount AVAILABLE_MAC_OS_X_VERSION_10_2_AND_LATER; /…
100 return ([[self valueForProperty: NSImageFrameCount] intValue] > 1) ? YES : NO;