Home | History | Annotate | Download | only in liboverlay

Lines Matching full:dst_rect

67     //For Mdss dst_rect itself represents buffer dimensions. We ignore actual
72 return utils::Whf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
77 return utils::Dim(mRotInfo.dst_rect.x, mRotInfo.dst_rect.y,
78 mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
127 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
140 mRotInfo.dst_rect.x = 0;
141 mRotInfo.dst_rect.y = 0;
142 mRotInfo.dst_rect.w = mRotInfo.src_rect.w;
143 mRotInfo.dst_rect.h = mRotInfo.src_rect.h;
274 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,