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

  /external/skia/src/pathops/
SkPathOpsTSect.cpp 24 int SkIntersections::intersect(const SkDConic& conic1, const SkDConic& conic2) {
26 SkTSect<SkDConic, SkDConic> sect2(conic2 PATH_OPS_DEBUG_T_SECT_PARAMS(2));
SkAddIntersections.cpp 286 SkDConic conic1, conic2; local
409 pts = ts.intersect(conic2.set(wn.pts(), wn.weight()),
448 conic2.set(wn.pts(), wn.weight()));
484 conic2.set(wn.pts(), wn.weight()));

Completed in 425 milliseconds