Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dtrap.cpp178 GGLcoord rmin, GGLcoord rmax, GGLcoord rr) in coverageNice() argument
181 if (d2 >= rmax) return 0; in coverageNice()
238 GGLcoord rmax = (rad + sqr2Over2)*(rad + sqr2Over2); in aa_nice_pointx() local
247 covPtr[i] = coverageNice(x, y, rmin, rmax, rr); in aa_nice_pointx()
260 GGLcoord rmin, GGLcoord rmax, GGLcoord scale) in coverageFast() argument
263 if (d2 >= rmax) return 0; in coverageFast()
303 GGLcoord rmax = rad + sqr2Over2; in aa_pointx() local
306 rmax *= rmax; in aa_pointx()
307 scale = 0x800000 / (rmax - rmin); in aa_pointx()
309 rmax >>= 8; in aa_pointx()
[all …]