Lines Matching defs:c0
31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
305 int32_t c0, int32_t c1, int32_t c2) const
307 int32_t dc01 = c1 - c0;
308 int32_t dc02 = c2 - c0;
309 const int A = gglClz(abs(c0));
313 c0 <<= scale;
317 c0 >>= -scale;
324 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
333 GGLfixed c0, GGLfixed c1, GGLfixed c2) const
335 const GGLfixed dc01 = c1 - c0;
336 const GGLfixed dc02 = c2 - c0;
341 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
349 int32_t c0, int32_t c1, int32_t c2) const
352 int32_t dc01 = (c1 - c0)>>s;
353 int32_t dc02 = (c2 - c0)>>s;
357 it[ 0] = (c0<<16) - ((dcdx*m_x0 + dcdy*m_y0)>>4);
364 int32_t c0, int32_t c1, int32_t c2) const
366 ::iterators0032(this, it, c0, c1, c2);
370 int32_t c0, int32_t c1, int32_t c2) const
373 iterators0032(it64, c0, c1, c2);
652 const GGLcolor c0 = v0->color.v[i] * 255;
655 lerp.iterators1616(&itc[i*3], c0, c1, c2);