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

  /external/skia/src/pathops/
SkPathOpsTSect.cpp 28 int SkIntersections::intersect(const SkDConic& conic1, const SkDConic& conic2) {
31 SkTSect<SkDConic, SkDConic> sect2(conic2
SkAddIntersections.cpp 285 SkDConic conic1, conic2; local
408 pts = ts.intersect(conic2.set(wn.pts(), wn.weight()),
447 conic2.set(wn.pts(), wn.weight()));
486 conic2.set(wn.pts(), wn.weight()
  /external/skia/tests/
PathOpsConicIntersectionTest.cpp 298 static void oneOff(skiatest::Reporter* reporter, const ConicPts& conic1, const ConicPts& conic2,
305 c2.debugSet(conic2.fPts.fPts, conic2.fWeight);

Completed in 104 milliseconds