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

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c505 static inline void m_scale(float m[2][3], int x_from, int x_to, int y_from, int y_to) function
514 m_scale(m, 1, -1, 1, -1);
574 m_scale(ext->m, 1, -1, 1, 1);
587 m_scale(ext->m, orig_w, adj_xres, orig_h, adj_yres);
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c694 static inline void m_scale(float m[2][3], int x_from, int x_to, int y_from, int y_to) function
703 m_scale(m, 1, -1, 1, -1);
763 m_scale(ext->m, 1, -1, 1, 1);
776 m_scale(ext->m, orig_w, adj_xres, orig_h, adj_yres);
2313 m_scale(hwc_dev->primary_m, orig_w, lcd_w, orig_h, lcd_h);

Completed in 48 milliseconds