Home | History | Annotate | Download | only in capture

Lines Matching refs:region_in_frame

148   // |region_in_frame| defines the desktop bound in the captured frame.
150 gfx::Point UpdateCursorState(const gfx::Rect& region_in_frame);
378 gfx::Rect region_in_frame =
381 region_in_frame = gfx::Rect(region_in_frame.x() & ~1,
382 region_in_frame.y() & ~1,
383 region_in_frame.width() & ~1,
384 region_in_frame.height() & ~1);
385 if (region_in_frame.IsEmpty())
404 yuv_readback_pipeline_->scaler()->DstSize() != region_in_frame.size()) {
410 region_in_frame,
415 gfx::Point cursor_position_in_frame = UpdateCursorState(region_in_frame);
431 const gfx::Rect& region_in_frame) {
441 cursor_bitmap.width() * region_in_frame.width() /
443 cursor_bitmap.height() * region_in_frame.height() /
461 region_in_frame.x() + cursor_position.x() * region_in_frame.width() /
463 region_in_frame.y() + cursor_position.y() * region_in_frame.height() /