Home | History | Annotate | Download | only in libagl

Lines Matching defs:c0

31         int32_t* it, int32_t c0, int32_t c1, int32_t c2);
304 int32_t c0, int32_t c1, int32_t c2) const
306 int32_t dc01 = c1 - c0;
307 int32_t dc02 = c2 - c0;
308 const int A = gglClz(abs(c0));
312 c0 <<= scale;
316 c0 >>= -scale;
323 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
332 GGLfixed c0, GGLfixed c1, GGLfixed c2) const
334 const GGLfixed dc01 = c1 - c0;
335 const GGLfixed dc02 = c2 - c0;
340 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
348 int32_t c0, int32_t c1, int32_t c2) const
351 int32_t dc01 = (c1 - c0)>>s;
352 int32_t dc02 = (c2 - c0)>>s;
356 it[ 0] = (c0<<16) - ((dcdx*m_x0 + dcdy*m_y0)>>4);
363 int32_t c0, int32_t c1, int32_t c2) const
365 ::iterators0032(this, it, c0, c1, c2);
369 int32_t c0, int32_t c1, int32_t c2) const
372 iterators0032(it64, c0, c1, c2);
651 const GGLcolor c0 = v0->color.v[i] * 255;
654 lerp.iterators1616(&itc[i*3], c0, c1, c2);