Home | History | Annotate | Download | only in gregbook

Lines Matching refs:hh

1214         int ii, x, y, hw, hh, grayspot;
1223 hh = (int)(rpng2_info.height / 2);
1234 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
1240 maxDist = (double)((hw*hw) + (hh*hh));
1243 y = (int)(row - hh);
1255 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
1983 int ii, x, y, hw, hh, grayspot;
1988 hh = (int)(rpng2_info.height / 2);
1999 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
2005 maxDist = (double)((hw*hw) + (hh*hh));
2008 y = (int)(row - hh);
2020 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));