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

  /external/skia/src/pathops/
SkPathOpsTSect.cpp 24 int SkIntersections::intersect(const SkDConic& conic1, const SkDConic& conic2) {
25 SkTSect<SkDConic, SkDConic> sect1(conic1 PATH_OPS_DEBUG_T_SECT_PARAMS(1));
SkAddIntersections.cpp 286 SkDConic conic1, conic2; local
441 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()),
447 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()),
455 conic1.set(wt.pts(), wt.weight()));

Completed in 185 milliseconds