Home | History | Annotate | Download | only in resources

Lines Matching refs:source_rect

24     gfx::Rect source_rect,
28 SkBitmap::kARGB_8888_Config, source_rect.width(), source_rect.height());
33 updater_->PaintContentsRect(&canvas, source_rect);
36 texture(), &bitmap_, source_rect, source_rect, dest_offset);
73 gfx::Rect source_rect) {
74 // Translate the origin of content_rect to that of source_rect.
75 canvas->translate(content_rect().x() - source_rect.x(),
76 content_rect().y() - source_rect.y());
85 source_rect.width() * source_rect.height(),