Home | History | Annotate | Download | only in surface

Lines Matching defs:dst_size

422     const gfx::Size& dst_size,
429 dst_size,
450 const gfx::Size& dst_size,
454 bool result = DoCopyToARGB(src_subrect, dst_size, &target);
471 const gfx::Size& dst_size,
475 "width", dst_size.width(),
476 "height", dst_size.height());
513 dst_size,
524 final_surface, gfx::Rect(dst_size))) {
531 dst_size.width(), dst_size.height());
547 gfx::Size dst_size
550 "width", dst_size.width(),
551 "height", dst_size.height());
586 if (!gpu_ops->GetIntermediateTexture(dst_size,
596 gfx::Rect letterbox = media::ComputeLetterboxRegion(gfx::Rect(dst_size),
598 if (letterbox != gfx::Rect(dst_size)) {
613 dst_size,
1089 const gfx::Size& dst_size,
1091 presenter_->AsyncCopyTo(src_subrect, dst_size, callback);