Home | History | Annotate | Download | only in resources

Lines Matching refs:image_rect

712                                  const gfx::Rect& image_rect,
732 image_rect,
741 DCHECK(source_rect.x() >= image_rect.x());
742 DCHECK(source_rect.y() >= image_rect.y());
743 DCHECK(source_rect.right() <= image_rect.right());
744 DCHECK(source_rect.bottom() <= image_rect.bottom());
747 size_t image_row_bytes = image_rect.width() * 4;
748 gfx::Vector2d source_offset = source_rect.origin() - image_rect.origin();