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

/system/core/libpixelflinger/
H A Dtrap.cpp237 const int32_t sqr2Over2 = 0xC; // rounded up local
239 GGLcoord rmin = (rad - sqr2Over2)*(rad - sqr2Over2);
240 GGLcoord rmax = (rad + sqr2Over2)*(rad + sqr2Over2);
303 const int32_t sqr2Over2 = 0xB5; // fixed-point 24.8 local
304 GGLcoord rmin = rad - sqr2Over2;
305 GGLcoord rmax = rad + sqr2Over2;

Completed in 56 milliseconds