Home
last modified time | relevance | path

Searched defs:SweepLineTestingPeer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/modules/bentleyottmann/tests/
H A DSweepLineTest.cpp15 struct SweepLineTestingPeer { struct
16 SweepLineTestingPeer(SweepLine* sl) : fSL{sl} {} in SweepLineTestingPeer() function
17 void verifySweepLine(int32_t y) const { in verifySweepLine()
20 void insertSegment(int i, const Segment& s) { in insertSegment()
24 size_t size() const { in size()
28 const std::vector<Segment>& sweepLine() const { in sweepLine()
32 SweepLine* const fSL;