Searched refs:m_scale (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 505 static inline void m_scale(float m[2][3], int x_from, int x_to, int y_from, int y_to) in m_scale() function 514 m_scale(m, 1, -1, 1, -1); in m_rotate() 574 m_scale(ext->m, 1, -1, 1, 1); in set_ext_matrix() 587 m_scale(ext->m, orig_w, adj_xres, orig_h, adj_yres); in set_ext_matrix()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 694 static inline void m_scale(float m[2][3], int x_from, int x_to, int y_from, int y_to) in m_scale() function 703 m_scale(m, 1, -1, 1, -1); in m_rotate() 763 m_scale(ext->m, 1, -1, 1, 1); in set_ext_matrix() 776 m_scale(ext->m, orig_w, adj_xres, orig_h, adj_yres); in set_ext_matrix() 2313 m_scale(hwc_dev->primary_m, orig_w, lcd_w, orig_h, lcd_h); in set_primary_display_transform_matrix()
|