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

/frameworks/native/libs/gui/
H A DSurface.cpp155 status_t SurfaceControl::setCrop(const Rect& crop) { function in class:android::SurfaceControl
159 return client->setCrop(mToken, crop);
H A DSurfaceComposerClient.cpp153 status_t setCrop(const sp<SurfaceComposerClient>& client, SurfaceID id,
342 status_t Composer::setCrop(const sp<SurfaceComposerClient>& client, function in class:android::Composer
499 status_t SurfaceComposerClient::setCrop(SurfaceID id, const Rect& crop) { function in class:android::SurfaceComposerClient
500 return getComposer().setCrop(this, id, crop);
H A DSurfaceTextureClient.cpp442 return setCrop(reinterpret_cast<Rect const*>(rect));
551 int SurfaceTextureClient::setCrop(Rect const* rect) function in class:android::SurfaceTextureClient
562 ALOGV("SurfaceTextureClient::setCrop rect=[%d %d %d %d]",
/frameworks/native/services/surfaceflinger/
H A DLayerBase.cpp168 bool LayerBase::setCrop(const Rect& crop) { function in class:android::LayerBase
298 layer.setCrop(transformedBounds.getBounds());
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp837 virtual void setCrop(const Rect& crop) { function in class:android::HWCLayerVersion1

Completed in 256 milliseconds