Searched defs:Dim (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h95 struct Dim;
148 bool getPositionS3D(const Whf& whf, Dim& out);
151 bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt);
156 struct Dim { struct in namespace:overlay::utils
157 Dim () : x(0), y(0), function in struct:overlay::utils::Dim
160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : function in struct:overlay::utils::Dim
163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : function in struct:overlay::utils::Dim
172 bool operator==(const Dim& d) const {
178 bool operator!=(const Dim
[all...]
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.h94 struct Dim;
148 bool getPositionS3D(const Whf& whf, Dim& out);
151 bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt);
156 struct Dim { struct in namespace:overlay::utils
157 Dim () : x(0), y(0), function in struct:overlay::utils::Dim
160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : function in struct:overlay::utils::Dim
163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : function in struct:overlay::utils::Dim
172 bool operator==(const Dim& d) const {
178 bool operator!=(const Dim
[all...]
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayUtils.h95 struct Dim;
148 bool getPositionS3D(const Whf& whf, Dim& out);
151 bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt);
156 struct Dim { struct in namespace:overlay::utils
157 Dim () : x(0), y(0), function in struct:overlay::utils::Dim
160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : function in struct:overlay::utils::Dim
163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : function in struct:overlay::utils::Dim
172 bool operator==(const Dim& d) const {
178 bool operator!=(const Dim
[all...]

Completed in 156 milliseconds