HomeSort by relevance Sort by last modified time
    Searched full:intersectline (Results 1 - 6 of 6) sorted by null

  /external/skia/include/core/
SkLineClipper.h 33 left or right sides. IntersectLine does not.
35 static bool IntersectLine(const SkPoint src[2], const SkRect& clip,
  /external/skia/tests/
ClipperTest.cpp 31 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst);
55 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst);
74 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst);
  /external/skia/src/core/
SkLineClipper.cpp 39 bool SkLineClipper::IntersectLine(const SkPoint src[2], const SkRect& clip,
SkScan_Hairline.cpp 55 if (!SkLineClipper::IntersectLine(pts, r, pts)) {
SkScan_Antihair.cpp 443 if (!SkLineClipper::IntersectLine(pts, clipBounds, pts)) {
  /frameworks/base/awt/org/apache/harmony/awt/gl/
Crossing.java 596 public static int intersectLine(double x1, double y1, double x2, double y2, double rx1, double ry1, double rx2, double ry2) {
828 count = intersectLine(cx, cy, mx, my, rx1, ry1, rx2, ry2);
834 count = intersectLine(cx, cy, cx = coords[0], cy = coords[1], rx1, ry1, rx2, ry2);
844 count = intersectLine(cx, cy, mx, my, rx1, ry1, rx2, ry2);
857 count = intersectLine(cx, cy, mx, my, rx1, ry1, rx2, ry2);

Completed in 14 milliseconds