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

/system/core/libpixelflinger/
H A Dscanline.cpp991 m_height_m1 = tx.surface.height - 1;
1017 if (vv > m_height_m1)
1018 vv = m_height_m1;
1027 int m_width_m1, m_height_m1; member in struct:android::clamp_iterator

Completed in 7 milliseconds