Home
last modified time | relevance | path

Searched refs:point_less_than_segment_in_x (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/modules/bentleyottmann/include/
H A DSegment.h50 bool point_less_than_segment_in_x(Point p, const Segment& segment);
/aosp_15_r20/external/skia/modules/bentleyottmann/src/
H A DSweepLine.cpp63 return !point_less_than_segment_in_x(p, s); in handleInsertionsAndCheckForNewCrossings()
H A DSegment.cpp214 bool point_less_than_segment_in_x(Point p, const Segment& segment) { in point_less_than_segment_in_x() function