Searched defs:m_translate (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c492 static inline void m_translate(float m[2][3], int dx, int dy) function
571 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top);
588 m_translate(ext->m, ext->xres >> 1, ext->yres >> 1);
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c681 static inline void m_translate(float m[2][3], int dx, int dy) function
760 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top);
777 m_translate(ext->m, ext->xres >> 1, ext->yres >> 1);
2309 m_translate(hwc_dev->primary_m, -(orig_w >> 1), -(orig_h >> 1));
2314 m_translate(hwc_dev->primary_m, lcd_w >> 1, lcd_h >> 1);

Completed in 48 milliseconds