OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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