Home | History | Annotate | Download | only in functional

Lines Matching refs:cellW

400 	const float	cellW		= (float)dst.getWidth() / (float)(gridWidth-1);
407 const int cellX = de::clamp(deFloorFloatToInt32((float)x / cellW), 0, gridWidth-2);
409 const float xf = ((float)x - (float)cellX*cellW + 0.5f) / cellW;
430 float cellW = (float)dst.getWidth() / (float)(gridWidth-1);
437 int cellX = de::clamp(deFloorFloatToInt32((float)x / cellW), 0, gridWidth-2);