Lines Matching refs:dx
91 Region& translateSelf(int dx, int dy);
93 Region& orSelf(const Region& rhs, int dx, int dy);
94 Region& xorSelf(const Region& rhs, int dx, int dy);
95 Region& andSelf(const Region& rhs, int dx, int dy);
96 Region& subtractSelf(const Region& rhs, int dx, int dy);
100 const Region translate(int dx, int dy) const WARN_UNUSED;
101 const Region merge(const Region& rhs, int dx, int dy) const WARN_UNUSED;
102 const Region mergeExclusive(const Region& rhs, int dx, int dy) const WARN_UNUSED;
103 const Region intersect(const Region& rhs, int dx, int dy) const WARN_UNUSED;
104 const Region subtract(const Region& rhs, int dx, int dy) const WARN_UNUSED;
158 Region& operationSelf(const Region& r, int dx, int dy, uint32_t op);
161 const Region operation(const Region& rhs, int dx, int dy, uint32_t op) const;
164 const Region& lhs, const Region& rhs, int dx, int dy);
166 const Region& lhs, const Rect& rhs, int dx, int dy);
173 static void translate(Region& reg, int dx, int dy);
174 static void translate(Region& dst, const Region& reg, int dx, int dy);