Searched refs:mOrientation (Results 1 - 25 of 25) sorted by relevance

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdssRot.cpp111 mOrientation = static_cast<utils::eTransform>(flags);
116 mRotInfo.flags |= mOrientation;
117 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
236 mOrientation = utils::OVERLAY_TRANSFORM_0;
H A DoverlayMdpRot.cpp111 mOrientation = static_cast<utils::eTransform>(r);
116 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
217 mOrientation = utils::OVERLAY_TRANSFORM_0;
H A DoverlayRotator.h149 utils::eTransform mOrientation; member in class:overlay::MdpRot
201 utils::eTransform mOrientation; member in class:overlay::MdssRot
H A DoverlayMdp.cpp56 mOrientation = utils::OVERLAY_TRANSFORM_0;
120 mOrientation = static_cast<utils::eTransform>(rot);
127 utils::preRotateSource(mOrientation, whf, dim);
H A DoverlayMdp.h121 utils::eTransform mOrientation; //Holds requested orientation member in class:overlay::MdpCtrl
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdpRot.cpp123 mOrientation = static_cast<utils::eTransform>(r);
128 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
149 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
230 mOrientation = utils::OVERLAY_TRANSFORM_0;
H A DoverlayMdssRot.cpp108 mOrientation = static_cast<utils::eTransform>(flags);
113 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
239 mOrientation = utils::OVERLAY_TRANSFORM_0;
H A DoverlayMdp.cpp61 mOrientation = utils::OVERLAY_TRANSFORM_0;
123 mOrientation = static_cast<utils::eTransform>(rot);
130 utils::preRotateSource(mOrientation, whf, dim);
H A DoverlayRotator.h165 utils::eTransform mOrientation; member in class:overlay::MdpRot
215 utils::eTransform mOrientation; member in class:overlay::MdssRot
H A DoverlayMdp.h125 utils::eTransform mOrientation; //Holds requested orientation member in class:overlay::MdpCtrl
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdssRot.cpp120 mOrientation = static_cast<utils::eTransform>(flags);
125 mRotInfo.flags |= mOrientation;
126 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
260 mOrientation = utils::OVERLAY_TRANSFORM_0;
H A DoverlayMdpRot.cpp130 mOrientation = static_cast<utils::eTransform>(r);
135 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
236 mOrientation = utils::OVERLAY_TRANSFORM_0;
H A DoverlayRotator.h156 utils::eTransform mOrientation; member in class:overlay::MdpRot
210 utils::eTransform mOrientation; member in class:overlay::MdssRot
H A DoverlayMdp.cpp56 mOrientation = utils::OVERLAY_TRANSFORM_0;
119 mOrientation = static_cast<utils::eTransform>(rot);
143 utils::preRotateSource(mOrientation, whf, dim);
H A DoverlayMdp.h121 utils::eTransform mOrientation; //Holds requested orientation member in class:overlay::MdpCtrl
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdpRot.cpp139 mOrientation = static_cast<utils::eTransform>(r);
144 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
244 mOrientation = utils::OVERLAY_TRANSFORM_0;
H A DoverlayMdssRot.cpp143 mOrientation = static_cast<utils::eTransform>(flags);
148 mRotInfo.flags |= mOrientation;
149 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
296 mOrientation = utils::OVERLAY_TRANSFORM_0;
H A DoverlayRotator.h190 utils::eTransform mOrientation; member in class:overlay::MdpRot
273 utils::eTransform mOrientation; member in class:overlay::MdssRot
H A DoverlayMdp.cpp52 mOrientation = utils::OVERLAY_TRANSFORM_0;
114 mOrientation = static_cast<utils::eTransform>(rot);
138 utils::preRotateSource(mOrientation, whf, dim);
H A DoverlayMdp.h119 utils::eTransform mOrientation; //Holds requested orientation member in class:overlay::MdpCtrl
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdpRot.cpp139 mOrientation = static_cast<utils::eTransform>(r);
144 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
244 mOrientation = utils::OVERLAY_TRANSFORM_0;
H A DoverlayMdssRot.cpp143 mOrientation = static_cast<utils::eTransform>(flags);
148 mRotInfo.flags |= mOrientation;
149 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
296 mOrientation = utils::OVERLAY_TRANSFORM_0;
H A DoverlayRotator.h190 utils::eTransform mOrientation; member in class:overlay::MdpRot
273 utils::eTransform mOrientation; member in class:overlay::MdssRot
H A DoverlayMdp.cpp57 mOrientation = utils::OVERLAY_TRANSFORM_0;
119 mOrientation = static_cast<utils::eTransform>(rot);
143 utils::preRotateSource(mOrientation, whf, dim);
H A DoverlayMdp.h119 utils::eTransform mOrientation; //Holds requested orientation member in class:overlay::MdpCtrl

Completed in 193 milliseconds