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

/external/webkit/Source/WebCore/platform/graphics/gpu/
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))

Completed in 170 milliseconds