HomeSort by relevance Sort by last modified time
    Searched refs:pointInHull (Results 1 - 8 of 8) sorted by null

  /external/skia/tests/
PathOpsDQuadTest.cpp 41 bool result = quad.pointInHull(inPoint[index]);
46 result = quad.pointInHull(outPoint[index]);
PathOpsQuadIntersectionTest.cpp 362 q1.pointInHull(q2[index]) ? "true" : "false");
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.h 44 bool pointInHull(const SkDPoint&) const;
SkDQuadIntersection.cpp 187 bool startInTriangle = hull.pointInHull(end);
192 bool endInTriangle = hull.pointInHull(end);
SkPathOpsQuad.cpp 46 bool SkDQuad::pointInHull(const SkDPoint& pt) const {
  /external/skia/src/pathops/
SkPathOpsQuad.h 44 bool pointInHull(const SkDPoint&) const;
SkDQuadIntersection.cpp 187 bool startInTriangle = hull.pointInHull(end);
192 bool endInTriangle = hull.pointInHull(end);
SkPathOpsQuad.cpp 46 bool SkDQuad::pointInHull(const SkDPoint& pt) const {

Completed in 564 milliseconds