Lines Matching refs:utils
23 namespace ovutils = overlay::utils;
56 if(!utils::openDev(mFd, 0, Res::fbPath, O_RDWR)) { in init()
63 void MdssRot::setSource(const overlay::utils::Whf& awhf) { in setSource()
64 utils::Whf whf(awhf); in setSource()
69 whf.w = utils::alignup(awhf.w, 64); in setSource()
70 whf.h = utils::alignup(awhf.h, 32); in setSource()
85 void MdssRot::setFlags(const utils::eMdpFlags& flags) { in setFlags()
89 void MdssRot::setTransform(const utils::eTransform& rot, const bool& rotUsed) in setTransform()
91 int flags = utils::getMdpOrient(rot); in setTransform()
96 mOrientation = static_cast<utils::eTransform>(flags); in setTransform()
106 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90) in doTransform()
107 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h); in doTransform()
229 mOrientation = utils::OVERLAY_TRANSFORM_0; in reset()