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

/system/core/libpixelflinger/
H A Dscanline.cpp1028 int vv = m_t >> 16; local
1033 if (vv < 0)
1034 vv = 0;
1035 if (vv > m_height_m1)
1036 vv = m_height_m1;
1038 v = vv;

Completed in 32 milliseconds