Lines Matching refs:c1
31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
304 int32_t c0, int32_t c1, int32_t c2) const in iteratorsScale() argument
306 int32_t dc01 = c1 - c0; in iteratorsScale()
332 GGLfixed c0, GGLfixed c1, GGLfixed c2) const in iterators1616() argument
334 const GGLfixed dc01 = c1 - c0; in iterators1616()
348 int32_t c0, int32_t c1, int32_t c2) const in iterators0032() argument
351 int32_t dc01 = (c1 - c0)>>s; in iterators0032()
363 int32_t c0, int32_t c1, int32_t c2) const in iterators0032() argument
365 ::iterators0032(this, it, c0, c1, c2); in iterators0032()
369 int32_t c0, int32_t c1, int32_t c2) const in iterators0032() argument
372 iterators0032(it64, c0, c1, c2); in iterators0032()
652 const GGLcolor c1 = v1->color.v[i] * 255; in lerp_triangle() local
654 lerp.iterators1616(&itc[i*3], c0, c1, c2); in lerp_triangle()