Home
last modified time | relevance | path

Searched defs:catmullRom (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DTweenPaths.java13 public static final CatmullRom catmullRom = new CatmullRom(); field
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dspline.inl7 GLM_FUNC_QUALIFIER genType catmullRom function
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dspline.inl7 GLM_FUNC_QUALIFIER genType catmullRom function
/aosp_15_r20/frameworks/av/include/media/
H A DInterpolator.h112 bool monotonic, catmullRom; in findY() local