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

  /external/chromium_org/third_party/skia/src/animator/
SkParseSVGPath.cpp 22 // it is used by quadApprox
27 // quadApprox - makes an approximation, which we hope is faster
28 static void quadApprox(SkPath &fPath, const SkPoint &p0, const SkPoint &p1, const SkPoint &p2)
182 quadApprox(fPath, points[0], points[1], points[2]);
186 //if we are using the quadApprox, lastc is what it would have been if we had used
  /external/skia/src/animator/
SkParseSVGPath.cpp 22 // it is used by quadApprox
27 // quadApprox - makes an approximation, which we hope is faster
28 static void quadApprox(SkPath &fPath, const SkPoint &p0, const SkPoint &p1, const SkPoint &p2)
182 quadApprox(fPath, points[0], points[1], points[2]);
186 //if we are using the quadApprox, lastc is what it would have been if we had used

Completed in 23 milliseconds