Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkAddIntersections.cpp379 pts = ts.cubicLine(wn.pts(), wt.pts()); in AddIntersectTs()
474 pts = ts.cubicLine(wt.pts(), wn.pts()); in AddIntersectTs()
DSkIntersections.h96 int cubicLine(const SkPoint a[4], const SkPoint b[2]) { in cubicLine() function