Searched refs:r_max_i (Results 1 – 1 of 1) sorted by relevance
1034 const GGLfixed r_max_i = gglCeilx (r_max); in aapolyx() local1038 const int xmr = min(xmax, gglFixedToIntFloor(r_max_i)); in aapolyx()1139 for (int x = r_min_i+FIXED_ONE ; x < r_max_i-FIXED_ONE ; x += FIXED_ONE) { in aapolyx()1145 dx = TRI_FROM_FIXED(r_max - r_max_i) - TRI_ONE; in aapolyx()