Searched refs:setCrop (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/include/gui/
H A DSurfaceControl.h73 status_t setCrop(const Rect& crop);
H A DSurface.h209 virtual int setCrop(Rect const* rect);
280 // that gets queued. It is set by calling setCrop.
H A DSurfaceComposerClient.h136 status_t setCrop(const sp<IBinder>& id, const Rect& crop);
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp155 status_t SurfaceControl::setCrop(const Rect& crop) { function in class:android::SurfaceControl
158 return mClient->setCrop(mHandle, crop);
H A DSurfaceComposerClient.cpp157 status_t setCrop(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
384 status_t Composer::setCrop(const sp<SurfaceComposerClient>& client, function in class:android::Composer
635 status_t SurfaceComposerClient::setCrop(const sp<IBinder>& id, const Rect& crop) { function in class:android::SurfaceComposerClient
636 return getComposer().setCrop(this, id, crop);
H A DSurface.cpp644 return setCrop(reinterpret_cast<Rect const*>(rect));
872 int Surface::setCrop(Rect const* rect) function in class:android::Surface
883 ALOGV("Surface::setCrop rect=[%d %d %d %d]",
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp162 QueueBufferInputBuilder& setCrop(Rect crop) { function in struct:android::IGraphicBufferProducerTest::QueueBufferInputBuilder
457 QueueBufferInputBuilder().setCrop(Rect(DEFAULT_WIDTH + 1, DEFAULT_HEIGHT + 1))
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h169 virtual void setCrop(const FloatRect& crop) = 0;
H A DHWComposer_hwc1.cpp1027 virtual void setCrop(const FloatRect& crop) {
/frameworks/native/services/surfaceflinger/
H A DLayer.h159 bool setCrop(const Rect& crop);
H A DLayer.cpp620 layer.setCrop(computeCrop(hw));
1576 bool Layer::setCrop(const Rect& crop) { function in class:android::Layer
H A DSurfaceFlinger.cpp2294 if (layer->setCrop(s.crop))
H A DSurfaceFlinger_hwc1.cpp2310 if (layer->setCrop(s.crop))
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp271 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setCrop(cropRect));
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp322 status_t err = ctrl->setCrop(crop);

Completed in 4095 milliseconds