Searched refs:MULDIV (Results 1 - 1 of 1) sorted by relevance

/hardware/msm7k/libcopybit/
H A Dcopybit.cpp102 static inline void MULDIV(uint32_t *a, uint32_t *b, int mul, int div) { function
186 MULDIV(&e->src_rect.x, &e->src_rect.w, src->r - src->l, W);
187 MULDIV(&e->src_rect.y, &e->src_rect.h, src->b - src->t, H);

Completed in 58 milliseconds