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

  /external/chromium_org/third_party/skia/src/core/
SkLineClipper.h 41 left or right sides. IntersectLine does not.
43 static bool IntersectLine(const SkPoint src[2], const SkRect& clip,
SkScan_Hairline.cpp 56 if (!SkLineClipper::IntersectLine(pts, fixedBounds, pts)) {
65 if (!SkLineClipper::IntersectLine(pts, r, pts)) {
SkLineClipper.cpp 77 bool SkLineClipper::IntersectLine(const SkPoint src[2], const SkRect& clip,
SkScan_Antihair.cpp 611 if (!SkLineClipper::IntersectLine(pts, fixedBounds, pts)) {
630 if (!SkLineClipper::IntersectLine(pts, clipBounds, pts)) {
  /external/skia/src/core/
SkLineClipper.h 41 left or right sides. IntersectLine does not.
43 static bool IntersectLine(const SkPoint src[2], const SkRect& clip,
SkScan_Hairline.cpp 56 if (!SkLineClipper::IntersectLine(pts, fixedBounds, pts)) {
65 if (!SkLineClipper::IntersectLine(pts, r, pts)) {
SkLineClipper.cpp 77 bool SkLineClipper::IntersectLine(const SkPoint src[2], const SkRect& clip,
SkScan_Antihair.cpp 611 if (!SkLineClipper::IntersectLine(pts, fixedBounds, pts)) {
630 if (!SkLineClipper::IntersectLine(pts, clipBounds, pts)) {
  /external/chromium_org/third_party/skia/tests/
ClipperTest.cpp 93 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst);
117 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst);
136 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst);
  /external/skia/tests/
ClipperTest.cpp 93 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst);
117 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst);
136 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst);

Completed in 2057 milliseconds