HomeSort by relevance Sort by last modified time
    Searched full:vertexindex3 (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatPolygon.cpp 73 unsigned vertexIndex3 = nextVertexIndex(vertexIndex2, nVertices, clockwise);
74 if (!areCollinearPoints(polygon.vertexAt(vertexIndex1), polygon.vertexAt(vertexIndex2), polygon.vertexAt(vertexIndex3)))
76 vertexIndex2 = vertexIndex3;

Completed in 648 milliseconds