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

1 2

  /external/webrtc/webrtc/modules/desktop_capture/
cropped_desktop_frame.cc 28 if (!DesktopRect::MakeSize(frame->size()).ContainsRect(rect)) {
desktop_and_cursor_composer.cc 84 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());
screen_capturer_helper.cc 41 invalid_region_.AddRect(DesktopRect::MakeSize(size));
58 invalid_region->IntersectWith(DesktopRect::MakeSize(size_most_recent_));
desktop_frame.cc 33 assert(DesktopRect::MakeSize(size()).ContainsRect(dest_rect));
46 assert(DesktopRect::MakeSize(src_frame.size()).ContainsRect(
desktop_geometry.h 80 static DesktopRect MakeSize(const DesktopSize& size) {
screen_capturer_unittest.cc 98 EXPECT_TRUE(it.rect().equals(DesktopRect::MakeSize(frame->size())));
screen_capturer_x11.cc 348 DesktopRect::MakeSize(x_server_pixel_buffer_.window_size()));
357 DesktopRect screen_rect = DesktopRect::MakeSize(frame->size());
window_capturer_x11.cc 302 x_server_pixel_buffer_.CaptureRect(DesktopRect::MakeSize(frame->size()),
306 DesktopRect::MakeSize(frame->size()));
window_capturer_mac.mm 226 DesktopRect::MakeSize(frame->size()));
window_capturer_win.cc 241 DesktopRect::MakeSize(frame->size()));
screen_capturer_mac.mm 504 DesktopRect clip_rect = DesktopRect::MakeSize(frame.size());
763 DesktopRect::MakeSize(excluded_window_bounds.size()));
    [all...]
  /external/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/codec/
SkWebpCodec.cpp 147 SkIRect dimensions = SkIRect::MakeSize(this->getInfo().dimensions());
177 SkIRect bounds = SkIRect::MakeSize(this->getInfo().dimensions());
SkAndroidCodec.cpp 181 if (SkIRect::MakeSize(fInfo.dimensions()) == *options->fSubset) {
SkCodecPriv.h 28 return SkIRect::MakeSize(imageDims).contains(subset);
SkCodec.cpp 252 SkIRect size = SkIRect::MakeSize(dstInfo.dimensions());
  /external/skia/samplecode/
SampleSkLayer.cpp 234 canvas->drawRect(SkRect::MakeSize(fLastChild->getSize()), paint);
  /external/skia/tests/
WritePixelsTest.cpp 384 SkIRect canvasRect = SkIRect::MakeSize(canvas.getDeviceSize());
  /external/skia/include/core/
SkRect.h 41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) {
417 static SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) {
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 483 , fDomain(GrTextureDomain::MakeTexelDomain(color, SkIRect::MakeSize(colorDimensions)),
  /external/skia/dm/
DMSrcSink.cpp     [all...]
  /external/skia/src/core/
SkMatrix.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 780 SkIRect bmpBounds = SkIRect::MakeSize(imageSize);
    [all...]

Completed in 279 milliseconds

1 2