Home
last modified time | relevance | path

Searched refs:MakeSize (Results 1 – 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer.cc84 DesktopRect target_rect = DesktopRect::MakeSize(cursor.image()->size()); in DesktopFrameWithCursor()
87 target_rect.IntersectWith(DesktopRect::MakeSize(size())); in DesktopFrameWithCursor()
96 DesktopRect::MakeSize(restore_frame_->size())); in DesktopFrameWithCursor()
114 DesktopRect target_rect = DesktopRect::MakeSize(restore_frame_->size()); in ~DesktopFrameWithCursor()
Dscreen_capturer_helper.cc41 invalid_region_.AddRect(DesktopRect::MakeSize(size)); in InvalidateScreen()
58 invalid_region->IntersectWith(DesktopRect::MakeSize(size_most_recent_)); in TakeInvalidRegion()
Ddesktop_frame.cc33 assert(DesktopRect::MakeSize(size()).ContainsRect(dest_rect)); in CopyPixelsFrom()
46 assert(DesktopRect::MakeSize(src_frame.size()).ContainsRect( in CopyPixelsFrom()
Dcropped_desktop_frame.cc28 if (!DesktopRect::MakeSize(frame->size()).ContainsRect(rect)) { in CreateCroppedDesktopFrame()
Dscreen_capturer_x11.cc348 DesktopRect::MakeSize(x_server_pixel_buffer_.window_size())); in CaptureScreen()
357 DesktopRect screen_rect = DesktopRect::MakeSize(frame->size()); in CaptureScreen()
Dwindow_capturer_x11.cc302 x_server_pixel_buffer_.CaptureRect(DesktopRect::MakeSize(frame->size()), in Capture()
306 DesktopRect::MakeSize(frame->size())); in Capture()
Dscreen_capturer_unittest.cc98 EXPECT_TRUE(it.rect().equals(DesktopRect::MakeSize(frame->size()))); in TEST_F()
Ddesktop_geometry.h80 static DesktopRect MakeSize(const DesktopSize& size) { in MakeSize() function
Dwindow_capturer_win.cc241 DesktopRect::MakeSize(frame->size())); in Capture()
Dwindow_capturer_mac.mm226 DesktopRect::MakeSize(frame->size()));
Dscreen_capturer_mac.mm504 DesktopRect clip_rect = DesktopRect::MakeSize(frame.size());
763 DesktopRect::MakeSize(excluded_window_bounds.size()));
/external/skia/src/codec/
DSkWebpCodec.cpp147 SkIRect dimensions = SkIRect::MakeSize(this->getInfo().dimensions()); in onGetValidSubset()
177 SkIRect bounds = SkIRect::MakeSize(this->getInfo().dimensions()); in onGetPixels()
DSkCodecPriv.h28 return SkIRect::MakeSize(imageDims).contains(subset); in is_valid_subset()
DSkAndroidCodec.cpp181 if (SkIRect::MakeSize(fInfo.dimensions()) == *options->fSubset) { in getAndroidPixels()
DSkCodec.cpp252 SkIRect size = SkIRect::MakeSize(dstInfo.dimensions()); in startScanlineDecode()
/external/skia/src/utils/
DSkCanvasStack.cpp20 const SkIRect canvasBounds = SkIRect::MakeSize(canvas->getDeviceSize()); in pushCanvas()
DSkLayer.cpp211 SkRect r = SkRect::MakeSize(this->getSize()); in draw()
/external/skia/samplecode/
DSampleSkLayer.cpp234 canvas->drawRect(SkRect::MakeSize(fLastChild->getSize()), paint); in onDraw()
/external/skia/include/core/
DSkRect.h41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { in MakeSize() function
417 static SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) { in MakeSize() function
/external/skia/tests/
DWritePixelsTest.cpp384 SkIRect canvasRect = SkIRect::MakeSize(canvas.getDeviceSize()); in test_write_pixels()
/external/skia/src/effects/
DSkDisplacementMapEffect.cpp483 , fDomain(GrTextureDomain::MakeTexelDomain(color, SkIRect::MakeSize(colorDimensions)), in GrDisplacementMapEffect()
/external/skia/dm/
DDMSrcSink.cpp1314 SkRect size = SkRect::Make(SkIRect::MakeSize(src.size())); in draw()
/external/skia/src/gpu/
DSkGpuDevice.cpp780 SkIRect bmpBounds = SkIRect::MakeSize(imageSize); in determine_clipped_src_rect()
/external/skia/src/core/
DSkMatrix.cpp1635 SkIRect isrc = SkIRect::MakeSize(size); in SkTreatAsSprite()
/external/skia/src/pdf/
DSkPDFDevice.cpp707 , fExistingClipRegion(SkIRect::MakeSize(pageSize)) in SkPDFDevice()

12