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

/system/core/libpixelflinger/
H A Dscanline.cpp965 m_s = (xs * ti.dsdx) + ti.ydsdy;
988 int uu = m_s >> 16;
1000 m_s += m_ds;
1004 GGLfixed m_s, m_t; member in struct:android::clamp_iterator
1023 int u = m_s >> 16;
1024 m_s += m_ds;
1033 int u = m_s >> 16;
1034 m_s += m_ds;
1044 GGLfixed m_s; member in struct:android::horz_clamp_iterator
1055 m_s
[all...]

Completed in 80 milliseconds