HomeSort by relevance Sort by last modified time
    Searched refs:MULDIV (Results 1 - 2 of 2) sorted by null

  /hardware/msm7k/libcopybit/
copybit.cpp 102 static inline void MULDIV(uint32_t *a, uint32_t *b, int mul, int div) {
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/
copybit.cpp 105 static inline void MULDIV(uint32_t *a, uint32_t *b, int mul, int div) {
187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W);
188 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H);

Completed in 45 milliseconds