Lines Matching defs:x1
441 int x1 = deRoundFloatToInt32(((float)width * fx1 / 2.0f) + (float)ox);
446 for (int x = x1; x < x2; x++)
450 float xf = ((float)(x-x1) + 0.5f) / (float)(x2 - x1);
744 int x1 = (int)(((float)width/2.0f) * (-0.9f) + ((float)width/2.0f));
749 for (int x = x1; x <= x2; x++)
753 float t = ((float)(x-x1) / (float)(x2-x1));
1033 int x1 = (int)(((float)width/2.0f) * (-0.9f) + ((float)width/2.0f));
1038 for (int x = x1; x <= x2; x++)
1042 float t = ((float)(x-x1) / (float)(x2-x1));