Home | History | Annotate | Download | only in swrast

Lines Matching defs:fx0

124       GLfixed fx0;	/* fixed pt X of lower endpoint */
257 eMaj.fx0 = vMin_fx;
258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
270 eTop.fx0 = vMid_fx;
271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
280 eBot.fx0 = vMin_fx;
281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
572 const GLfixed adjx = (GLfixed) (fx - eLeft->fx0); /* SCALED! */