OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_diff
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/ndk_helper/
tapCamera.cpp
213
float
x_diff
;
local
215
vec.Value(
x_diff
, y_diff );
217
pinch_start_distance_SQ_ =
x_diff
*
x_diff
+ y_diff * y_diff;
218
camera_rotation_start_ = atan2f( y_diff,
x_diff
);
250
float
x_diff
, y_diff;
local
252
vec.Value(
x_diff
, y_diff );
254
float fDistanceSQ =
x_diff
*
x_diff
+ y_diff * y_diff;
273
float fRotation = atan2f( y_diff,
x_diff
);
[
all
...]
/prebuilts/ndk/r13/sources/android/ndk_helper/
tapCamera.cpp
213
float
x_diff
;
local
215
vec.Value(
x_diff
, y_diff );
217
pinch_start_distance_SQ_ =
x_diff
*
x_diff
+ y_diff * y_diff;
218
camera_rotation_start_ = atan2f( y_diff,
x_diff
);
250
float
x_diff
, y_diff;
local
252
vec.Value(
x_diff
, y_diff );
254
float fDistanceSQ =
x_diff
*
x_diff
+ y_diff * y_diff;
273
float fRotation = atan2f( y_diff,
x_diff
);
[
all
...]
Completed in 46 milliseconds