Lines Matching defs:vv
989 int vv = m_t >> 16;994 if (vv < 0)995 vv = 0;996 if (vv > m_height_m1)997 vv = m_height_m1;999 v = vv;