OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xdelt
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java
133
float
xdelt
= x2 - x1;
local
135
if (
xdelt
== 0 && ydelt == 0)
137
float u = ((point[0] - x1) *
xdelt
+ (point[1] - y1) * ydelt)
138
/ (
xdelt
*
xdelt
+ ydelt * ydelt);
Completed in 66 milliseconds