HomeSort by relevance Sort by last modified time
    Searched refs:m_round (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/hwc/
hwc.c 523 static inline int m_round(float x) function
681 oc->win.x = m_round(w > 0 ? x : x + w);
682 oc->win.y = m_round(h > 0 ? y : y + h);
683 oc->win.w = m_round(w > 0 ? w : -w);
684 oc->win.h = m_round(h > 0 ? h : -h);
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 712 static inline int m_round(float x) function
862 oc->win.x = m_round(w > 0 ? x : x + w);
863 oc->win.y = m_round(h > 0 ? y : y + h);
864 oc->win.w = m_round(w > 0 ? w : -w);
865 oc->win.h = m_round(h > 0 ? h : -h);
    [all...]

Completed in 214 milliseconds