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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPolygon.cpp47 static inline bool areCoincidentPoints(const FloatPoint& p0, const FloatPoint& p1) function in namespace:WebCore
69 while (vertexIndex2 && areCoincidentPoints(polygon.vertexAt(vertexIndex1), polygon.vertexAt(vertexIndex2)))

Completed in 147 milliseconds