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

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

Completed in 4 milliseconds