Home
last modified time | relevance | path

Searched refs:_progressMarks (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSAnimation.m231 if (GSIArrayCount(_progressMarks) == 0)
233 GSIArrayAddItem (_progressMarks,progress);
450 c->_progressMarks = GSIArrayCopyWithZone(_progressMarks, zone);
461 GSIArrayEmpty(_progressMarks);
462 NSZoneFree([self zone], _progressMarks);
500 count = GSIArrayCount(_progressMarks);
542 index = GSIArraySearch(_progressMarks, progress,
544 if (index < GSIArrayCount(_progressMarks)
653 if (_nextMark < GSIArrayCount(_progressMarks))
732 GSIArrayEmpty(_progressMarks);
[all …]
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSAnimation.h125 /* GSIArray<NSAnimationProgress> */ void *_progressMarks; // Array variable
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSAnimation.inc54 _progressMarks: NSMutableArray;