OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_to_b_numer
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/utils/
LinearTransform.h
34
// f(a) = (((a - a_zero) *
a_to_b_numer
) / a_to_b_denom) + b_zero;
38
// F(b) = (((b - b_zero) * a_to_b_denom) /
a_to_b_numer
) + a_zero;
43
int32_t
a_to_b_numer
;
member in struct:android::LinearTransform
/frameworks/base/libs/utils/
LinearTransform.cpp
192
a_to_b_numer
,
199
if (0 ==
a_to_b_numer
)
205
a_to_b_numer
,
Completed in 95 milliseconds