Searched refs:fixedBounds (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkScan_Hairline.cpp | 51 const SkRect fixedBounds = SkRect::MakeLTRB(-max, -max, max, max); in HairLineRgn() local 65 if (!SkLineClipper::IntersectLine(&array[i], fixedBounds, pts)) { in HairLineRgn()
|
D | SkScan_Antihair.cpp | 540 const SkRect fixedBounds = SkRect::MakeLTRB(-max, -max, max, max); in AntiHairLineRgn() local 562 if (!SkLineClipper::IntersectLine(&array[i], fixedBounds, pts)) { in AntiHairLineRgn()
|
/third_party/skia/src/core/ |
D | SkScan_Hairline.cpp | 52 const SkRect fixedBounds = SkRect::MakeLTRB(-max, -max, max, max); in HairLineRgn() local 66 if (!SkLineClipper::IntersectLine(&array[i], fixedBounds, pts)) { in HairLineRgn()
|
D | SkScan_Antihair.cpp | 545 const SkRect fixedBounds = SkRect::MakeLTRB(-max, -max, max, max); in AntiHairLineRgn() local 567 if (!SkLineClipper::IntersectLine(&array[i], fixedBounds, pts)) { in AntiHairLineRgn()
|