Searched refs:IntersectLine (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/tests/ |
H A D | ClipperTest.cpp | 101 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); in test_intersectline() 126 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); in test_intersectline() 146 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); in test_intersectline() 168 SkLineClipper::IntersectLine(src, clip, dst); in DEF_TEST()
|
/third_party/skia/src/core/ |
H A D | SkLineClipper.h | 40 left or right sides. IntersectLine does not. 42 static bool IntersectLine(const SkPoint src[2], const SkRect& clip, SkPoint dst[2]);
|
H A D | SkLineClipper.cpp | 90 bool SkLineClipper::IntersectLine(const SkPoint src[2], const SkRect& clip, in IntersectLine() function in SkLineClipper
|
H A D | SkScan_Hairline.cpp | 66 if (!SkLineClipper::IntersectLine(&array[i], fixedBounds, pts)) { 72 if (clip && !SkLineClipper::IntersectLine(pts, clipBounds, pts)) {
|
H A D | SkScan_Antihair.cpp | 567 if (!SkLineClipper::IntersectLine(&array[i], fixedBounds, pts)) { 571 if (clip && !SkLineClipper::IntersectLine(pts, clipBounds, pts)) {
|
/third_party/skia/gm/ |
H A D | compositor_quads.cpp | 177 SkAssertResult(SkLineClipper::IntersectLine(line, border, clippedLine)); in draw_clipping_boundaries() 182 SkAssertResult(SkLineClipper::IntersectLine(line, border, clippedLine)); in draw_clipping_boundaries() 187 SkAssertResult(SkLineClipper::IntersectLine(line, border, clippedLine)); in draw_clipping_boundaries()
|
Completed in 5 milliseconds