Home
last modified time | relevance | path

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

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