Home | History | Annotate | Download | only in core

Lines Matching refs:SkIRect

23 /** \struct SkIRect
25 SkIRect holds four 32 bit integer coordinates for a rectangle
27 struct SkIRect {
44 friend int operator==(const SkIRect& a, const SkIRect& b) {
48 friend int operator!=(const SkIRect& a, const SkIRect& b) {
114 bool contains(const SkIRect& r) const {
139 bool intersect(const SkIRect& r) {
148 bool intersect(const SkIRect& a, const SkIRect& b) {
169 bool intersectNoEmptyCheck(const SkIRect& a, const SkIRect& b) {
203 static bool Intersects(const SkIRect& a, const SkIRect& b) {
219 void join(const SkIRect& r) {
278 void set(const SkIRect& src) {
416 void round(SkIRect* dst) const {
424 void roundOut(SkIRect* dst) const {