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

/system/core/libpixelflinger/
H A Dtrap.cpp363 GGLcoord halfWidth = TRI_ROUND(width) >> 1; local
364 if (halfWidth == 0)
365 halfWidth = TRI_HALF;
367 ((dx > dy) ? ny : nx) = halfWidth;

Completed in 30 milliseconds