Lines Matching refs:col
290 for (int col = 0; col < row + 1; col++)
292 float fx = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numRows;
321 for (int col = 0; col < numCols; col++)
323 float centerX = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numCols;
324 int numVertices = row*numCols + col + 1;
337 if (col < numCols - 1 || row < numRows - 1) // Add a restart after all but last polygon.
388 for (int col = 0; col < numCols; col++)
390 float centerX = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numCols;
391 int numArcVertices = row*numCols + col;
409 if (col < numCols - 1 || row < numRows - 1) // Add a restart after all but last polygon.