Searched refs:MULDIV (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit.cpp | 105 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/msm8226/libcopybit/ |
D | copybit.cpp | 107 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/ |
D | copybit.cpp | 109 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/msm8084/libcopybit/ |
D | copybit.cpp | 107 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/msm8994/libcopybit/ |
D | copybit.cpp | 108 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/msm8996/libcopybit/ |
D | copybit.cpp | 109 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()
|