Home | History | Annotate | Download | only in swrast

Lines Matching refs:ChanToFixed

641                   rLeft = (GLint)(ChanToFixed(vLower->color[RCOMP])
644 gLeft = (GLint)(ChanToFixed(vLower->color[GCOMP])
647 bLeft = (GLint)(ChanToFixed(vLower->color[BCOMP])
657 aLeft = (GLint)(ChanToFixed(vLower->color[ACOMP])
666 rLeft = ChanToFixed(v2->color[RCOMP]);
667 gLeft = ChanToFixed(v2->color[GCOMP]);
668 bLeft = ChanToFixed(v2->color[BCOMP]);
671 aLeft = ChanToFixed(v2->color[ACOMP]);