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

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.h36 namespace LoopBlinnMathUtils { namespace in namespace:WebCore
107 } // namespace LoopBlinnMathUtils
H A DLoopBlinnClassifier.cpp32 #include "LoopBlinnMathUtils.h"
36 using LoopBlinnMathUtils::approxEqual;
37 using LoopBlinnMathUtils::roundToZero;
H A DLoopBlinnLocalTriangulator.cpp32 #include "LoopBlinnMathUtils.h"
37 using LoopBlinnMathUtils::approxEqual;
38 using LoopBlinnMathUtils::linesIntersect;
39 using LoopBlinnMathUtils::pointInTriangle;
H A DLoopBlinnPathProcessor.cpp35 #include "LoopBlinnMathUtils.h"
58 using LoopBlinnMathUtils::XRay;
59 using LoopBlinnMathUtils::chopCubicAt;
60 using LoopBlinnMathUtils::numXRayCrossingsForCubic;
61 using LoopBlinnMathUtils::trianglesOverlap;
62 using LoopBlinnMathUtils::xRayCrossesLine;
H A DLoopBlinnMathUtils.cpp30 #include "LoopBlinnMathUtils.h"
37 namespace LoopBlinnMathUtils { namespace in namespace:WebCore
667 } // namespace LoopBlinnMathUtils
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp41 #include "LoopBlinnMathUtils.h"
654 if (contours.size() == 1 && LoopBlinnMathUtils::isConvex(inVertices.begin(), inVertices.size())) {

Completed in 81 milliseconds