/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_and_cursor_composer.cc | 84 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()
|
D | screen_capturer_helper.cc | 41 invalid_region_.AddRect(DesktopRect::MakeSize(size)); in InvalidateScreen() 58 invalid_region->IntersectWith(DesktopRect::MakeSize(size_most_recent_)); in TakeInvalidRegion()
|
D | desktop_frame.cc | 33 assert(DesktopRect::MakeSize(size()).ContainsRect(dest_rect)); in CopyPixelsFrom() 46 assert(DesktopRect::MakeSize(src_frame.size()).ContainsRect( in CopyPixelsFrom()
|
D | cropped_desktop_frame.cc | 28 if (!DesktopRect::MakeSize(frame->size()).ContainsRect(rect)) { in CreateCroppedDesktopFrame()
|
D | screen_capturer_x11.cc | 348 DesktopRect::MakeSize(x_server_pixel_buffer_.window_size())); in CaptureScreen() 357 DesktopRect screen_rect = DesktopRect::MakeSize(frame->size()); in CaptureScreen()
|
D | window_capturer_x11.cc | 302 x_server_pixel_buffer_.CaptureRect(DesktopRect::MakeSize(frame->size()), in Capture() 306 DesktopRect::MakeSize(frame->size())); in Capture()
|
D | screen_capturer_unittest.cc | 98 EXPECT_TRUE(it.rect().equals(DesktopRect::MakeSize(frame->size()))); in TEST_F()
|
D | desktop_geometry.h | 80 static DesktopRect MakeSize(const DesktopSize& size) { in MakeSize() function
|
D | window_capturer_win.cc | 241 DesktopRect::MakeSize(frame->size())); in Capture()
|
D | window_capturer_mac.mm | 226 DesktopRect::MakeSize(frame->size()));
|
D | screen_capturer_mac.mm | 504 DesktopRect clip_rect = DesktopRect::MakeSize(frame.size()); 763 DesktopRect::MakeSize(excluded_window_bounds.size()));
|
/external/skia/src/utils/ |
D | SkMultiPictureDocument.cpp | 74 SkCanvas* c = fPictureRecorder.beginRecording(SkRect::MakeSize(bigsize)); in onClose() 153 SkRect bounds = SkRect::MakeSize(fDst[fIndex].fSize); in nextCanvas()
|
D | SkCanvasStack.cpp | 19 const SkIRect canvasBounds = SkIRect::MakeSize(canvas->getBaseLayerSize()); in pushCanvas()
|
/external/skia/bench/ |
D | ImageFilterDAGBench.cpp | 64 SkIRect subset = SkIRect::MakeSize(fImage->dimensions()); in onDraw()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPRAtlas.cpp | 119 SkIRect clearRect = SkIRect::MakeSize(fDrawBounds); in finalize()
|
/external/skia/src/codec/ |
D | SkCodec.cpp | 360 SkIRect size = SkIRect::MakeSize(info.dimensions()); in startIncrementalDecode() 411 SkIRect size = SkIRect::MakeSize(info.dimensions()); in startScanlineDecode()
|
D | SkCodecPriv.h | 31 return SkIRect::MakeSize(imageDims).contains(subset); in is_valid_subset()
|
D | SkAndroidCodec.cpp | 247 if (SkIRect::MakeSize(fInfo.dimensions()) == *options->fSubset) { in getAndroidPixels()
|
D | SkWebpCodec.cpp | 209 SkIRect dimensions = SkIRect::MakeSize(this->getInfo().dimensions()); in onGetValidSubset()
|
/external/skia/tools/ |
D | ok_vias.cpp | 46 rec.beginRecording(SkRect::MakeSize(SkSize::Make(src->size())), in draw()
|
/external/skia/include/core/ |
D | SkRect.h | 41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { in MakeSize() function 429 static SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) { in MakeSize() function
|
/external/skia/tests/ |
D | WritePixelsTest.cpp | 385 SkIRect canvasRect = SkIRect::MakeSize(canvas.getBaseLayerSize()); in test_write_pixels()
|
/external/skia/src/core/ |
D | SkColorSpaceXformCanvas.cpp | 36 : SkNoDrawCanvas(SkIRect::MakeSize(target->getBaseLayerSize())) in SkColorSpaceXformCanvas()
|
/external/skia/src/effects/ |
D | SkDisplacementMapEffect.cpp | 461 , fDomain(color.get(), GrTextureDomain::MakeTexelDomain(SkIRect::MakeSize(colorDimensions)), in GrDisplacementMapEffect()
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 728 SkIRect bmpBounds = SkIRect::MakeSize(imageSize); in determine_clipped_src_rect()
|