Lines Matching refs:dx
92 Region& translateSelf(int dx, int dy);
94 Region& orSelf(const Region& rhs, int dx, int dy);
95 Region& xorSelf(const Region& rhs, int dx, int dy);
96 Region& andSelf(const Region& rhs, int dx, int dy);
97 Region& subtractSelf(const Region& rhs, int dx, int dy);
101 const Region translate(int dx, int dy) const WARN_UNUSED;
102 const Region merge(const Region& rhs, int dx, int dy) const WARN_UNUSED;
103 const Region mergeExclusive(const Region& rhs, int dx, int dy) const WARN_UNUSED;
104 const Region intersect(const Region& rhs, int dx, int dy) const WARN_UNUSED;
105 const Region subtract(const Region& rhs, int dx, int dy) const WARN_UNUSED;
159 Region& operationSelf(const Region& r, int dx, int dy, uint32_t op);
162 const Region operation(const Region& rhs, int dx, int dy, uint32_t op) const;
165 const Region& lhs, const Region& rhs, int dx, int dy);
167 const Region& lhs, const Rect& rhs, int dx, int dy);
174 static void translate(Region& reg, int dx, int dy);
175 static void translate(Region& dst, const Region& reg, int dx, int dy);