Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dtrap.cpp157 GGLcoord halfSize = TRI_ROUND(rad) >> 1; in pointx() local
158 if (halfSize == 0) in pointx()
159 halfSize = TRI_HALF; in pointx()
162 if (halfSize & TRI_HALF) { // size odd in pointx()
169 GGLint l = (xc - halfSize) >> TRI_FRACTION_BITS; in pointx()
170 GGLint t = (yc - halfSize) >> TRI_FRACTION_BITS; in pointx()
171 GGLint r = (xc + halfSize) >> TRI_FRACTION_BITS; in pointx()
172 GGLint b = (yc + halfSize) >> TRI_FRACTION_BITS; in pointx()