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

/system/core/libpixelflinger/
H A Dscanline.cpp1010 int vv = m_t >> 16; local
1015 if (vv < 0)
1016 vv = 0;
1017 if (vv > m_height_m1)
1018 vv = m_height_m1;
1020 v = vv;

Completed in 7 milliseconds