Lines Matching refs:numCols
300 const int numCols = 4; in init() local
306 for (int col = 0; col < numCols; col++) in init()
308 float centerX = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numCols; in init()
309 int numVertices = row*numCols + col + 1; in init()
313 … float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numVertices) / (float)numCols; in init()
322 if (col < numCols - 1 || row < numRows - 1) // Add a restart after all but last polygon. in init()
367 const int numCols = 4; in init() local
373 for (int col = 0; col < numCols; col++) in init()
375 float centerX = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numCols; in init()
376 int numArcVertices = row*numCols + col; in init()
385 …oat fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numCols; in init()
394 if (col < numCols - 1 || row < numRows - 1) // Add a restart after all but last polygon. in init()