HomeSort by relevance Sort by last modified time
    Searched refs:conicLine (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pathops/
SkIntersections.h 73 int conicLine(const SkPoint a[3], SkScalar weight, const SkPoint b[2]) {
SkAddIntersections.cpp 373 pts = ts.conicLine(wn.pts(), wn.weight(), wt.pts());
436 pts = ts.conicLine(wt.pts(), wt.weight(), wn.pts());
  /external/skqp/src/pathops/
SkIntersections.h 73 int conicLine(const SkPoint a[3], SkScalar weight, const SkPoint b[2]) {
SkAddIntersections.cpp 373 pts = ts.conicLine(wn.pts(), wn.weight(), wt.pts());
436 pts = ts.conicLine(wt.pts(), wt.weight(), wn.pts());

Completed in 167 milliseconds