Home | History | Annotate | Download | only in Renderer

Lines Matching defs:c00

1055 		Color<float> c00 = read(x0, y0);
1063 c00 *= (1 - fx) * (1 - fy);
1068 return c00 + c10 + c01 + c11;