Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java114 float t3 = d1 - b1; in lineIntersect() local
121 float u = (t3 * t4 + t5 * t2) / denom; in lineIntersect()