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

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.h53 bool pointInTriangle(const FloatPoint& point,
H A DLoopBlinnMathUtils.cpp145 bool pointInTriangle(const FloatPoint& point, function in namespace:WebCore::LoopBlinnMathUtils
197 if (pointInTriangle(a1, a2, b2, c2)
198 || pointInTriangle(a2, a1, b1, c1)
199 || pointInTriangle(b1, a2, b2, c2)
200 || pointInTriangle(b2, a1, b1, c1)
201 || pointInTriangle(c1, a2, b2, c2)
202 || pointInTriangle(c2, a1, b1, c1))
H A DLoopBlinnLocalTriangulator.cpp39 using LoopBlinnMathUtils::pointInTriangle;
177 if (pointInTriangle(m_vertices[i].xyCoordinates(),

Completed in 144 milliseconds