Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.cpp105 static inline void MULDIV(uint32_t *a, uint32_t *b, int mul, int div) { in MULDIV() function
187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
188 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit.cpp109 static inline void MULDIV(uint32_t *a, uint32_t *b, int mul, int div) { in MULDIV() function
205 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
206 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp107 static inline void MULDIV(uint32_t *a, uint32_t *b, int mul, int div) { in MULDIV() function
191 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
192 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp109 static inline void MULDIV(uint32_t *a, uint32_t *b, int mul, int div) { in MULDIV() function
200 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
201 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.cpp108 static inline void MULDIV(uint32_t *a, uint32_t *b, int mul, int div) { in MULDIV() function
194 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
195 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp107 static inline void MULDIV(uint32_t *a, uint32_t *b, int mul, int div) { in MULDIV() function
191 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
192 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit.cpp109 static inline void MULDIV(uint32_t *a, uint32_t *b, int mul, int div) { in MULDIV() function
203 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
204 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()