Lines Matching refs:utils
37 namespace ovutils = overlay::utils;
48 class Ctrl : utils::NoCopy {
61 bool setSource(const utils::PipeArgs& args);
63 bool setCrop(const utils::Dim& d);
65 bool setTransform(const utils::eTransform& p, const bool&);
67 bool setPosition(const utils::Dim& dim);
77 utils::ScreenInfo getScreenInfo() const;
80 utils::Dim getCrop() const;
87 bool getScreenInfo(utils::ScreenInfo& info);
93 utils::ScreenInfo mInfo;
97 class Data : utils::NoCopy {
162 inline bool Ctrl::getScreenInfo(utils::ScreenInfo& info) { in getScreenInfo()
178 inline utils::ScreenInfo Ctrl::getScreenInfo() const { in getScreenInfo()
182 inline utils::Dim Ctrl::getCrop() const { in getCrop()