HomeSort by relevance Sort by last modified time
    Searched full:from_ag (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/skin/
trackball.c 402 unsigned from_ag = (from >> 8) & 0x00ff00ff; local
406 unsigned result_ag = (from_ag + (alpha*(to_ag - from_ag) >> 8)) & 0xff00ff;

Completed in 57 milliseconds