Searched defs:setCrop (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/gui/
H A DSurfaceControl.cpp163 status_t SurfaceControl::setCrop(const Rect& crop) { function in class:android::SurfaceControl
166 return mClient->setCrop(mHandle, crop);
H A DSurface.cpp989 return setCrop(reinterpret_cast<Rect const*>(rect));
1288 int Surface::setCrop(Rect const* rect) function in class:android::Surface
1299 ALOGV("Surface::setCrop rect=[%d %d %d %d]",
H A DSurfaceComposerClient.cpp164 status_t setCrop(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
431 status_t Composer::setCrop(const sp<SurfaceComposerClient>& client, function in class:android::Composer
758 status_t SurfaceComposerClient::setCrop(const sp<IBinder>& id, const Rect& crop) { function in class:android::SurfaceComposerClient
759 return getComposer().setCrop(this, id, crop);
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue_producer-test.cpp55 QueueBufferInputBuilder& setCrop(Rect crop) { function in struct:android::dvr::__anon1731::QueueBufferInputBuilder
354 .setCrop(Rect(kDefaultWidth + 1, kDefaultHeight + 1))
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp158 QueueBufferInputBuilder& setCrop(Rect crop) { function in struct:android::IGraphicBufferProducerTest::QueueBufferInputBuilder
448 QueueBufferInputBuilder().setCrop(Rect(DEFAULT_WIDTH + 1, DEFAULT_HEIGHT + 1))
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp349 CameraHardwareInterface::setCrop(int32_t left, int32_t top, int32_t right, int32_t bottom) { function in class:android::CameraHardwareInterface
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp729 layer.setCrop(computeCrop(hw));
1859 bool Layer::setCrop(const Rect& crop, bool immediate) { function in class:android::Layer

Completed in 3019 milliseconds