Home | History | Annotate | Download | only in liboverlay

Lines Matching full:dst_rect

76     //For Mdss dst_rect itself represents buffer dimensions. We ignore actual
81 return utils::Whf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
86 return utils::Dim(mRotInfo.dst_rect.x, mRotInfo.dst_rect.y,
87 mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
150 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
165 mRotInfo.dst_rect.x = 0;
166 mRotInfo.dst_rect.y = 0;
167 mRotInfo.dst_rect.w = mDownscale ?
169 mRotInfo.dst_rect.h = mDownscale ?
311 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,