Home | History | Annotate | Download | only in swrast

Lines Matching refs:FixedToInt

235             color[RCOMP] = FixedToInt(span->red);
236 color[GCOMP] = FixedToInt(span->green);
237 color[BCOMP] = FixedToInt(span->blue);
238 color[ACOMP] = FixedToInt(span->alpha);
270 color[RCOMP] = FixedToInt(span->red);
271 color[GCOMP] = FixedToInt(span->green);
272 color[BCOMP] = FixedToInt(span->blue);
273 color[ACOMP] = FixedToInt(span->alpha);
391 z[i] = FixedToInt(zval);