Home | History | Annotate | Download | only in swrast

Lines Matching defs:fsx

127       GLfixed fsx;	/* first sample point x coord */
263 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
276 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
286 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
575 const GLfixed fsx = eLeft->fsx; /* no fractional part */
576 const GLfixed fx = FixedCeil(fsx); /* no fractional part */
583 fError = fx - fsx - FIXED_ONE;
584 fxLeftEdge = fsx - FIXED_EPSILON;
731 fxRightEdge = eRight->fsx - FIXED_EPSILON;