Lines Matching refs:sourceCrop
5418 const Rect& sourceCrop, uint32_t reqWidth,
5446 DisplayRenderArea renderArea(display, sourceCrop, reqWidth, reqHeight, reqDataspace,
5558 const Dataspace reqDataspace, const ui::PixelFormat reqPixelFormat, const Rect& sourceCrop,
5609 const Rect sourceCrop = getSourceCrop();
5611 mNeedsFiltering = sourceCrop.width() != getReqWidth() ||
5612 sourceCrop.height() != getReqHeight();
5627 ReparentForDrawing reparent(mLayer, screenshotParentLayer, sourceCrop);
5646 Rect crop(sourceCrop);
5666 if (sourceCrop.width() <= 0) {
5671 if (sourceCrop.height() <= 0) {
5807 const auto sourceCrop = renderArea.getSourceCrop();
5818 clientCompositionDisplay.clip = sourceCrop;
5830 FloatRect(sourceCrop.left, sourceCrop.top, sourceCrop.right, sourceCrop.bottom);