HomeSort by relevance Sort by last modified time
    Searched refs:a_to_b_denom (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;
44 uint32_t a_to_b_denom; member in struct:android::LinearTransform
  /frameworks/base/libs/utils/
LinearTransform.cpp 187 if (0 == a_to_b_denom)
193 a_to_b_denom,
204 a_to_b_denom,

Completed in 483 milliseconds