Lines Matching refs:fsx
128 GLfixed fsx; /* first sample point x coord */
264 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
277 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
287 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
576 const GLfixed fsx = eLeft->fsx; /* no fractional part */
577 const GLfixed fx = FixedCeil(fsx); /* no fractional part */
584 fError = fx - fsx - FIXED_ONE;
585 fxLeftEdge = fsx - FIXED_EPSILON;
732 fxRightEdge = eRight->fsx - FIXED_EPSILON;