Searched refs:currentEdgeVertices (Results 1 – 2 of 2) sorted by relevance
836 Vec3Set currentEdgeVertices; in iterate() local847 currentEdgeVertices.insert(outerEdgeIndex == 0 ? coord : in iterate()851 currentEdgeVertices.insert(tcu::Vec3(outerEdgeIndex == 0 ? coord.y() : in iterate()862 firstEdgeVertices = currentEdgeVertices; in iterate()866 if (currentEdgeVertices != firstEdgeVertices) in iterate()884 << " to match component order on first edge:\n" << containerStr(currentEdgeVertices, 5) in iterate()
4624 Vec3Set currentEdgeVertices; in iterate() local4635 currentEdgeVertices.insert(outerEdgeIndex == 0 ? vtx in iterate()4642 currentEdgeVertices.insert(Vec3(outerEdgeIndex == 0 ? vtx.y() in iterate()4655 firstEdgeVertices = currentEdgeVertices; in iterate()4660 if (currentEdgeVertices != firstEdgeVertices) in iterate()4674 … << " to match component order on first edge:\n" << containerStr(currentEdgeVertices, 5) in iterate()