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

/external/chromium_org/remoting/client/jni/
H A Djni_frame_consumer.cc66 webrtc::DesktopRect buffer_rect = webrtc::DesktopRect::MakeSize(view_size);
97 clip_area_ = webrtc::DesktopRect::MakeSize(view_size_);
/external/chromium_org/remoting/codec/
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.cc91 transparent_region_.SetRect(webrtc::DesktopRect::MakeSize(screen_size_));
140 webrtc::DesktopRegion(webrtc::DesktopRect::MakeSize(screen_size_));
H A Dcodec_test.cc356 frame->mutable_updated_region()->SetRect(DesktopRect::MakeSize(screen_size));
/external/chromium_org/third_party/skia/src/utils/
H A DSkCanvasStack.cpp20 const SkIRect canvasBounds = SkIRect::MakeSize(canvas->getDeviceSize());
H A DSkLayer.cpp211 SkRect r = SkRect::MakeSize(this->getSize());
/external/skia/src/utils/
H A DSkCanvasStack.cpp20 const SkIRect canvasBounds = SkIRect::MakeSize(canvas->getDeviceSize());
H A DSkLayer.cpp211 SkRect r = SkRect::MakeSize(this->getSize());
/external/chromium_org/remoting/host/
H A Dscreen_capturer_fake.cc71 webrtc::DesktopRect::MakeSize(size_));
/external/chromium_org/remoting/base/
H A Dutil.cc85 DCHECK(DoesRectContain(webrtc::DesktopRect::MakeSize(source_size),
87 DCHECK(DoesRectContain(webrtc::DesktopRect::MakeSize(dest_size),
H A Dutil_unittest.cc86 DoesRectContain(webrtc::DesktopRect::MakeSize(dest_size), rect));
118 webrtc::DesktopRect::MakeSize(dest_size),
/external/chromium_org/content/browser/renderer_host/media/
H A Ddesktop_capture_device.cc292 output_rect_ = webrtc::DesktopRect::MakeSize(frame_size);
/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.cc155 clip_area_.IntersectWith(webrtc::DesktopRect::MakeSize(view_size_));
/external/chromium_org/remoting/client/
H A Drectangle_update_decoder.cc258 region.AddRect(webrtc::DesktopRect::MakeSize(view_size));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DNativeImageSkia.cpp207 enclosingScaledSrcRect.intersect(SkIRect::MakeSize(scaledImageSize));
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { function in struct:SkIRect
386 static SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) {
/external/skia/include/core/
H A DSkRect.h41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { function in struct:SkIRect
386 static SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) {
/external/skia/tests/
H A DWritePixelsTest.cpp461 SkIRect canvasRect = SkIRect::MakeSize(canvas.getDeviceSize());
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp681 if (SkIRect::Intersects(SkIRect::MakeSize(this->getDeviceSize()),
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1188 const SkRect r = SkRect::MakeSize(this->fCurrentCanvasSize);
/external/skia/src/core/
H A DSkCanvas.cpp681 if (SkIRect::Intersects(SkIRect::MakeSize(this->getDeviceSize()),
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1188 const SkRect r = SkRect::MakeSize(this->fCurrentCanvasSize);

Completed in 443 milliseconds