Searched refs:MakeSize (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vpx_unittest.cc57 webrtc::DesktopRect::MakeSize(frame_size));
81 webrtc::DesktopRect::MakeSize(frame_size));
105 webrtc::DesktopRect::MakeSize(frame_size));
124 webrtc::DesktopRect::MakeSize(frame_size));
132 webrtc::DesktopRect::MakeSize(frame_size));
H A Dvideo_decoder_verbatim.cc43 if (!DoesRectContain(webrtc::DesktopRect::MakeSize(screen_size_), rect)) {
85 webrtc::DesktopRect clip_rect = webrtc::DesktopRect::MakeSize(screen_size_);
H A Dvideo_decoder_vpx.cc92 transparent_region_.SetRect(webrtc::DesktopRect::MakeSize(screen_size_));
142 webrtc::DesktopRegion(webrtc::DesktopRect::MakeSize(screen_size_));
H A Dcodec_test.cc358 frame->mutable_updated_region()->SetRect(DesktopRect::MakeSize(screen_size));
389 frame->mutable_updated_region()->SetRect(DesktopRect::MakeSize(size));
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_and_cursor_composer.cc84 DesktopRect target_rect = DesktopRect::MakeSize(cursor.image()->size());
87 target_rect.IntersectWith(DesktopRect::MakeSize(size()));
96 DesktopRect::MakeSize(restore_frame_->size()));
114 DesktopRect target_rect = DesktopRect::MakeSize(restore_frame_->size());
H A Dscreen_capturer_helper.cc41 invalid_region_.AddRect(DesktopRect::MakeSize(size));
58 invalid_region->IntersectWith(DesktopRect::MakeSize(size_most_recent_));
H A Ddesktop_frame.cc33 assert(DesktopRect::MakeSize(size()).ContainsRect(dest_rect));
47 assert(DesktopRect::MakeSize(src_frame.size()).ContainsRect(
H A Ddesktop_geometry.h80 static DesktopRect MakeSize(const DesktopSize& size) { function in class:webrtc::DesktopRect
H A Dscreen_capturer_unittest.cc102 EXPECT_TRUE(it.rect().equals(DesktopRect::MakeSize(frame->size())));
H A Dwindow_capturer_x11.cc302 x_server_pixel_buffer_.CaptureRect(DesktopRect::MakeSize(frame->size()),
306 DesktopRect::MakeSize(frame->size()));
H A Dscreen_capturer_x11.cc423 DesktopRect::MakeSize(x_server_pixel_buffer_.window_size()));
432 DesktopRect screen_rect = DesktopRect::MakeSize(frame->size());
H A Dwindow_capturer_mac.mm228 DesktopRect::MakeSize(frame->size()));
/external/chromium_org/remoting/client/jni/
H A Djni_frame_consumer.cc68 webrtc::DesktopRect buffer_rect = webrtc::DesktopRect::MakeSize(view_size);
97 clip_area_ = webrtc::DesktopRect::MakeSize(source_size);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleOvalTest.cpp48 canvas.drawOval(SkRect::MakeSize(fSize), p);
/external/chromium_org/third_party/skia/src/utils/
H A DSkCanvasStack.cpp20 const SkIRect canvasBounds = SkIRect::MakeSize(canvas->getDeviceSize());
/external/chromium_org/third_party/skia/tools/
H A DCopyTilesRenderer.cpp67 fCanvas->readPixels(SkIRect::MakeSize(fCanvas->getBaseLayerSize()), &baseBitmap);
/external/skia/samplecode/
H A DSampleOvalTest.cpp48 canvas.drawOval(SkRect::MakeSize(fSize), p);
/external/skia/src/utils/
H A DSkCanvasStack.cpp20 const SkIRect canvasBounds = SkIRect::MakeSize(canvas->getDeviceSize());
/external/chromium_org/remoting/host/
H A Dvideo_frame_recorder_host_extension.cc138 webrtc::DesktopRect::MakeSize(frame->size()));
/external/chromium_org/remoting/base/
H A Dutil.cc63 DCHECK(DoesRectContain(webrtc::DesktopRect::MakeSize(source_size),
65 DCHECK(DoesRectContain(webrtc::DesktopRect::MakeSize(dest_size),
H A Dutil_unittest.cc87 DoesRectContain(webrtc::DesktopRect::MakeSize(dest_size), rect));
118 webrtc::DesktopRect::MakeSize(dest_size),
/external/chromium_org/skia/ext/
H A Danalysis_canvas.cc49 if (!clip_irect.contains(SkIRect::MakeSize(canvas->getDeviceSize())))
408 SkIRect canvas_ibounds = SkIRect::MakeSize(this->getDeviceSize());
/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.cpp178 ir = SkIRect::MakeSize(size);
287 ir = SkIRect::MakeSize(size);
/external/chromium_org/remoting/client/plugin/
H A Dmedia_source_video_renderer.cc228 webrtc::DesktopRegion(webrtc::DesktopRect::MakeSize(frame_size));
H A Dpepper_view.cc160 clip_area_.IntersectWith(webrtc::DesktopRect::MakeSize(view_size_));

Completed in 911 milliseconds

12