Searched defs:to (Results 1 - 1 of 1) sorted by path

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c10 * Unless required by applicable law or agreed to in writing, software
96 hwc_rect_t mirror_region; /* region of screen to mirror */
134 int pipe_fds[2]; /* pipe to event thread */
498 static inline void m_scale1(float m[3], int from, int to) argument
500 m[0] = m[0] * to / from;
501 m[1] = m[1] * to / from;
502 m[2] = m[2] * to / from;
550 /* trim to keep aspect ratio */
568 m = (center-from-target-center) * (scale-to-target) * (mirror) * (rotate) * (center-to
[all...]

Completed in 80 milliseconds