Home
last modified time | relevance | path

Searched refs:isMaxIndex (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DImage.c923 if ( index < 0 || index > isMaxIndex) return 0; in Image_stats()
971 for ( y = 0; y <= isMaxIndex; y++) var->stats[ y] = 0; in Image_stats()
973 var->statsCache = (1 << (isMaxIndex + 1)) - 1; in Image_stats()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3127 #define isMaxIndex 6 macro