Searched defs:numRings (Results 1 – 2 of 2) sorted by relevance
747 …int numRings = (minNumPointsForTessFactor >> 1); // note for even tess we aren't counting center … in QuadGeneratePoints() local824 int numRings = min(numPointRowsToCenter[U],numPointRowsToCenter[V]); in QuadGenerateConnectivity() local1256 int numRings = (processedTessFactors.numPointsForInsideTessFactor >> 1); in TriGeneratePoints() local1320 …int numRings = ((processedTessFactors.numPointsForInsideTessFactor+1) >> 1); // +1 is so even tess… in TriGenerateConnectivity() local
761 …int numRings = (minNumPointsForTessFactor >> 1); // note for even tess we aren't counting center … in QuadGeneratePoints() local838 int numRings = min(numPointRowsToCenter[U],numPointRowsToCenter[V]); in QuadGenerateConnectivity() local1270 int numRings = (processedTessFactors.numPointsForInsideTessFactor >> 1); in TriGeneratePoints() local1334 …int numRings = ((processedTessFactors.numPointsForInsideTessFactor+1) >> 1); // +1 is so even tess… in TriGenerateConnectivity() local