Searched refs:nextVertexIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPolygon.cpp59 static inline unsigned nextVertexIndex(unsigned vertexIndex, unsigned nVertices, bool clockwise) function in namespace:WebCore
67 unsigned vertexIndex2 = nextVertexIndex(vertexIndex1, nVertices, clockwise);
70 vertexIndex2 = nextVertexIndex(vertexIndex2, nVertices, clockwise);
73 unsigned vertexIndex3 = nextVertexIndex(vertexIndex2, nVertices, clockwise);

Completed in 90 milliseconds