Home | History | Annotate | Download | only in draw

Lines Matching refs:mr

14 	r, dr, sr, mr image.Rectangle
143 "clip sr and mr",
168 clip(dst, &r, src, &sp, mask0.SubImage(c.mr), &mp)
198 // mr is r translated into mask's coordinate space.
199 mr := r.Add(c.mp.Sub(c.dr.Min))
200 if !mr.In(c.mr) {
201 t.Errorf("%s: c.mr %v does not contain mr %v", c.desc, c.mr, mr)