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

/system/core/libpixelflinger/
H A Dscanline.cpp986 m_s = (xs * ti.dsdx) + ti.ydsdy;
1009 int uu = m_s >> 16;
1021 m_s += m_ds;
1025 GGLfixed m_s, m_t; member in struct:android::clamp_iterator
1044 int u = m_s >> 16;
1045 m_s += m_ds;
1054 int u = m_s >> 16;
1055 m_s += m_ds;
1065 GGLfixed m_s; member in struct:android::horz_clamp_iterator
1076 m_s
[all...]

Completed in 8 milliseconds