Home
last modified time | relevance | path

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

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