Home
last modified time | relevance | path

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

/third_party/python/Tools/peg_generator/pegen/
Dvalidator.py29 def check_intersection(self, first_alt: Alt, second_alt: Alt) -> None: member in SubRuleValidator
/third_party/skia/src/core/
DSkScan_AAAPath.cpp1371 static void check_intersection(const SkAnalyticEdge* edge, SkFixed nextY, SkFixed* nextNextY) { in check_intersection() function