Searched refs:setSourceCrop (Results 1 – 13 of 13) sorted by relevance
66 MOCK_METHOD1(setSourceCrop, Error(const android::FloatRect&));
810 EXPECT_CALL(*mHwcLayer, setSourceCrop(sourceCrop)).WillOnce(Return(kError)); in expectGeometryCommonCalls()
42 .setSourceCrop(crop) in captureLayer()
139 .setSourceCrop(cropBounds) in createSnapshotBuffer()
190 .setSourceCrop(new Rect(0, 0, mWidth, mHeight)) in ScreenRotationAnimation()
8593 .setSourceCrop(boundsInDisplay); in generateDisplayHash()
113 MOCK_METHOD(hal::Error, setSourceCrop, (const android::FloatRect &), (override));
276 [[clang::warn_unused_result]] virtual hal::Error setSourceCrop(321 hal::Error setSourceCrop(const android::FloatRect& crop) override;
817 Error Layer::setSourceCrop(const FloatRect& crop) in setSourceCrop() function in android::HWC2::impl::Layer
199 .setSourceCrop(crop) in takeScreenshot()
811 public T setSourceCrop(Rect sourceCrop) { in setSourceCrop() method in SurfaceControl.CaptureArgs.Builder2354 .setSourceCrop(sourceCrop) in captureLayers()2384 .setSourceCrop(sourceCrop) in captureLayersExcluding()
401 if (auto error = hwcLayer->setSourceCrop(sourceCrop); error != hal::Error::NONE) { in writeOutputDependentGeometryStateToHWC()
529 .setSourceCrop(crop) in captureScreenshot()