Searched refs:IntersectLine (Results 1 - 9 of 9) sorted by relevance

/external/skia/include/core/
H A DSkLineClipper.h41 left or right sides. IntersectLine does not.
43 static bool IntersectLine(const SkPoint src[2], const SkRect& clip,
/external/skia/legacy/include/core/
H A DSkLineClipper.h40 left or right sides. IntersectLine does not.
42 static bool IntersectLine(const SkPoint src[2], const SkRect& clip,
/external/skia/tests/
H A DClipperTest.cpp94 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst);
118 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst);
137 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst);
/external/skia/src/core/
H A DSkScan_Hairline.cpp57 if (!SkLineClipper::IntersectLine(pts, fixedBounds, pts)) {
67 if (!SkLineClipper::IntersectLine(pts, r, pts)) {
H A DSkLineClipper.cpp87 bool SkLineClipper::IntersectLine(const SkPoint src[2], const SkRect& clip, function in class:SkLineClipper
H A DSkScan_Antihair.cpp612 if (!SkLineClipper::IntersectLine(pts, fixedBounds, pts)) {
632 if (!SkLineClipper::IntersectLine(pts, clipBounds, pts)) {
/external/skia/legacy/src/core/
H A DSkLineClipper.cpp68 bool SkLineClipper::IntersectLine(const SkPoint src[2], const SkRect& clip, function in class:SkLineClipper
H A DSkScan_Hairline.cpp47 if (!SkLineClipper::IntersectLine(pts, r, pts)) {
H A DSkScan_Antihair.cpp418 if (!SkLineClipper::IntersectLine(pts, clipBounds, pts)) {

Completed in 122 milliseconds