Lines Matching refs:fx
292 float fx = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numRows;
295 m_positions.push_back(fx);
328 float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numVertices) / (float)numCols;
331 m_positions.push_back(fx);
359 float fx = -0.9f + 1.8f * (float)(i/2*2) / numStrips;
362 m_positions.push_back(fx);
400 float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numCols;
403 m_positions.push_back(fx);
431 float fx = -0.9f + 1.8f * ((float)(i/3) + (i%3 == 2 ? 0.8f : 0.0f)) * 3 / numRows;
434 m_positions.push_back(fx);