Lines Matching defs:dr
226 BRect dr = bitmap->Bounds();
230 // int32 w2 = dr.IntegerWidth();
231 // int32 h2 = dr.IntegerHeight();
233 sr = sr & dr.OffsetBySelf(location);
234 dr = sr.OffsetByCopy(-location.x, -location.y);
244 d = (uint32 *)(pd + (y + (uint32)(dr.top - sr.top))
246 d += (uint32) dr.left;
247 memcpy(d, s, dr.IntegerWidth() * 4);
271 BRect dr = fBitmap->Bounds();
273 sr = sr & dr.OffsetBySelf(location);
274 dr = sr.OffsetByCopy(-location.x, -location.y);
285 d = (uint32 *)(pd + (y + (uint32)(dr.top - sr.top))
287 d += (uint32) dr.left;
289 memcpy(d, s, dr.IntegerWidth() * 4);