Searched refs:MULDIV (Results 1 - 2 of 2) 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);
/hardware/qcom/display/libcopybit/
H A Dcopybit.cpp105 static inline void MULDIV(uint32_t *a, uint32_t *b, int mul, int div) { function
186 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W);
187 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H);

Completed in 361 milliseconds