HomeSort by relevance Sort by last modified time
    Searched refs:MakeSize (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/remoting/client/jni/
jni_frame_consumer.cc 66 webrtc::DesktopRect buffer_rect = webrtc::DesktopRect::MakeSize(view_size);
97 clip_area_ = webrtc::DesktopRect::MakeSize(view_size_);
  /external/chromium_org/remoting/codec/
video_decoder_verbatim.cc 43 if (!DoesRectContain(webrtc::DesktopRect::MakeSize(screen_size_), rect)) {
85 webrtc::DesktopRect clip_rect = webrtc::DesktopRect::MakeSize(screen_size_);
video_decoder_vpx.cc 91 transparent_region_.SetRect(webrtc::DesktopRect::MakeSize(screen_size_));
140 webrtc::DesktopRegion(webrtc::DesktopRect::MakeSize(screen_size_));
codec_test.cc 356 frame->mutable_updated_region()->SetRect(DesktopRect::MakeSize(screen_size));
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStack.cpp 20 const SkIRect canvasBounds = SkIRect::MakeSize(canvas->getDeviceSize());
SkLayer.cpp 211 SkRect r = SkRect::MakeSize(this->getSize());
  /external/skia/src/utils/
SkCanvasStack.cpp 20 const SkIRect canvasBounds = SkIRect::MakeSize(canvas->getDeviceSize());
SkLayer.cpp 211 SkRect r = SkRect::MakeSize(this->getSize());
  /external/chromium_org/remoting/host/
screen_capturer_fake.cc 71 webrtc::DesktopRect::MakeSize(size_));
  /external/chromium_org/remoting/base/
util.cc 85 DCHECK(DoesRectContain(webrtc::DesktopRect::MakeSize(source_size),
87 DCHECK(DoesRectContain(webrtc::DesktopRect::MakeSize(dest_size),
util_unittest.cc 86 DoesRectContain(webrtc::DesktopRect::MakeSize(dest_size), rect));
118 webrtc::DesktopRect::MakeSize(dest_size),
  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device.cc 292 output_rect_ = webrtc::DesktopRect::MakeSize(frame_size);
  /external/chromium_org/remoting/client/plugin/
pepper_view.cc 155 clip_area_.IntersectWith(webrtc::DesktopRect::MakeSize(view_size_));
  /external/chromium_org/remoting/client/
rectangle_update_decoder.cc 258 region.AddRect(webrtc::DesktopRect::MakeSize(view_size));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 207 enclosingScaledSrcRect.intersect(SkIRect::MakeSize(scaledImageSize));
  /external/chromium_org/third_party/skia/include/core/
SkRect.h 41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) {
386 static SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) {
  /external/skia/include/core/
SkRect.h 41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) {
386 static SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) {
  /external/skia/tests/
WritePixelsTest.cpp 461 SkIRect canvasRect = SkIRect::MakeSize(canvas.getDeviceSize());
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 681 if (SkIRect::Intersects(SkIRect::MakeSize(this->getDeviceSize()),
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/core/
SkCanvas.cpp 681 if (SkIRect::Intersects(SkIRect::MakeSize(this->getDeviceSize()),
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 2904 milliseconds