Home
last modified time | relevance | path

Searched defs:tc (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java63 double tc = (a * a * a - a) * derivatives[pivot]; in calculatetCurve() local
104 double tc = (a * a * a - a) * mDerivatives[pivot]; in getValue() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java196 double tc = (a * a * a - a) * derivatives[pivot]; in getAppliedCurve() local
291 double tc = (a * a * a - a) * derivatives[i]; in draw() local