OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coeff_y
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/android/
scroller.cc
256
float
coeff_y
= velocity == 0 ? 1.0f : velocity_y / velocity;
local
269
final_y_ = start_y + total_distance *
coeff_y
;
/external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc
518
float
coeff_y
=
520
if (
coeff_y
== 0.0f) {
525
coeff_y
*
[
all
...]
Completed in 886 milliseconds