Searched refs:sqr2Over2 (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dtrap.cpp235 const int32_t sqr2Over2 = 0xC; // rounded up local
237 GGLcoord rmin = (rad - sqr2Over2)*(rad - sqr2Over2);
238 GGLcoord rmax = (rad + sqr2Over2)*(rad + sqr2Over2);
301 const int32_t sqr2Over2 = 0xB5; // fixed-point 24.8 local
302 GGLcoord rmin = rad - sqr2Over2;
303 GGLcoord rmax = rad + sqr2Over2;

Completed in 14 milliseconds