Home
last modified time | relevance | path

Searched refs:quadLine (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkAddIntersections.cpp370 pts = ts.quadLine(wn.pts(), wt.pts()); in AddIntersectTs()
400 pts = ts.quadLine(wt.pts(), wn.pts()); in AddIntersectTs()
DSkIntersections.h183 int quadLine(const SkPoint a[3], const SkPoint b[2]) { in quadLine() function