OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSquareY
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/camera/
EmulatedFakeCameraDevice.cpp
55
mSquareY
(0),
309
mSquareY
+= mSquareYSpeed * elapsed;
311
int squareY =
mSquareY
* mFrameHeight;
325
mSquareY
-= 2.0 * (
mSquareY
+ relativeHeight - 1.0);
326
squareY =
mSquareY
* mFrameHeight;
329
mSquareY
= -
mSquareY
;
330
squareY =
mSquareY
* mFrameHeight;
EmulatedFakeCameraDevice.h
159
double
mSquareY
;
Completed in 55 milliseconds