Home | History | Annotate | Download | only in gregbook

Lines Matching refs:hmax

1078     int k, hmax, max;
1180 hmax = (bgscale-1)/2; /* half the max weight of a color */
1181 max = 2*hmax; /* the max weight of a color */
1192 if (yidx > hmax)
1197 if (xidx > hmax)
1862 int k, hmax, max;
1949 hmax = (bgscale-1)/2; /* half the max weight of a color */
1950 max = 2*hmax; /* the max weight of a color */
1961 if (yidx > hmax)
1966 if (xidx > hmax)