Home | History | Annotate | Download | only in hwc

Lines Matching refs:m_scale

694 static inline void m_scale(float m[2][3], int x_from, int x_to, int y_from, int y_to)
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);