Lines Matching refs:fy
293 float fy = -1.0f + 2.0f * ((float)row + 0.5f) / (float)numRows;
296 m_positions.push_back(fy);
329 float fy = centerY + 0.9f * deFloatSin((float)i*2.0f*DE_PI / (float)numVertices) / (float)numRows;
332 m_positions.push_back(fy);
360 float fy = -0.9f + 1.8f * ((float)stripNdx + (i%2 == 0 ? 0.0f : 0.8f)) / numStrips;
363 m_positions.push_back(fy);
401 float fy = centerY + 0.9f * deFloatSin((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numRows;
404 m_positions.push_back(fy);
432 float fy = -0.9f + 1.8f * ((float)rowNdx + (i%3 == 0 ? 0.0f : 0.8f)) / numRows;
435 m_positions.push_back(fy);