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

/system/core/libpixelflinger/
H A Dscanline.cpp989 int vv = m_t >> 16; local
994 if (vv < 0)
995 vv = 0;
996 if (vv > m_height_m1)
997 vv = m_height_m1;
999 v = vv;

Completed in 115 milliseconds