Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dtrap.cpp362 GGLcoord halfWidth = TRI_ROUND(width) >> 1; in linex() local
363 if (halfWidth == 0) in linex()
364 halfWidth = TRI_HALF; in linex()
366 ((dx > dy) ? ny : nx) = halfWidth; in linex()