Lines Matching defs:sr
225 BRect sr = fBitmap->Bounds();
228 // int32 w1 = sr.IntegerWidth();
229 // int32 h1 = sr.IntegerHeight();
233 sr = sr & dr.OffsetBySelf(location);
234 dr = sr.OffsetByCopy(-location.x, -location.y);
240 for (y = (uint32) sr.top; y <= (uint32) sr.bottom; y++) {
242 s += (uint32) sr.left;
244 d = (uint32 *)(pd + (y + (uint32)(dr.top - sr.top))
270 BRect sr = bitmap->Bounds();
273 sr = sr & dr.OffsetBySelf(location);
274 dr = sr.OffsetByCopy(-location.x, -location.y);
281 for (y = (uint32) sr.top; y <= (uint32) sr.bottom; y++) {
283 s += (uint32) sr.left;
285 d = (uint32 *)(pd + (y + (uint32)(dr.top - sr.top))