Searched refs:rmax (Results 1 – 1 of 1) sorted by relevance
180 GGLcoord rmin, GGLcoord rmax, GGLcoord rr) in coverageNice() argument183 if (d2 >= rmax) return 0; in coverageNice()240 GGLcoord rmax = (rad + sqr2Over2)*(rad + sqr2Over2); in aa_nice_pointx() local249 covPtr[i] = coverageNice(x, y, rmin, rmax, rr); in aa_nice_pointx()262 GGLcoord rmin, GGLcoord rmax, GGLcoord scale) in coverageFast() argument265 if (d2 >= rmax) return 0; in coverageFast()305 GGLcoord rmax = rad + sqr2Over2; in aa_pointx() local308 rmax *= rmax; in aa_pointx()309 scale = 0x800000 / (rmax - rmin); in aa_pointx()311 rmax >>= 8; in aa_pointx()[all …]