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

  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
TweenPaths.java 3 import aurelienribon.tweenengine.paths.CatmullRom;
13 public static final CatmullRom catmullRom = new CatmullRom();
Tween.java 211 tween.path(TweenPaths.catmullRom);
249 tween.path(TweenPaths.catmullRom);
  /frameworks/av/include/media/
Interpolator.h 115 // you could have catmullRom with monotonic or
116 // non catmullRom (finite difference) with regular cubic;
118 bool monotonic, catmullRom;
121 catmullRom = false;
124 catmullRom = true;
132 if (!catmullRom || monotonic) {
144 if (catmullRom) {

Completed in 667 milliseconds