Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapdrawgdal.c867 static int ParseDefaultLUT( const char *lut_def, GByte *lut, int nMaxValIn ) in ParseDefaultLUT() argument
887 if ( last_in != nMaxValIn ) { in ParseDefaultLUT()
888 this_in = nMaxValIn; in ParseDefaultLUT()
911 this_in = MS_MAX(0,MS_MIN(nMaxValIn,this_in)); in ParseDefaultLUT()