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

/frameworks/native/libs/gui/
H A DSurfaceControl.cpp153 status_t SurfaceControl::setCrop(const Rect& crop) { function in class:android::SurfaceControl
157 return client->setCrop(mHandle, crop);
H A DSurface.cpp428 return setCrop(reinterpret_cast<Rect const*>(rect));
539 int Surface::setCrop(Rect const* rect) function in class:android::Surface
550 ALOGV("Surface::setCrop rect=[%d %d %d %d]",
H A DSurfaceComposerClient.cpp157 status_t setCrop(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
370 status_t Composer::setCrop(const sp<SurfaceComposerClient>& client, function in class:android::Composer
533 status_t SurfaceComposerClient::setCrop(const sp<IBinder>& id, const Rect& crop) { function in class:android::SurfaceComposerClient
534 return getComposer().setCrop(this, id, crop);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp367 layer.setCrop(computeCrop(hw));
877 bool Layer::setCrop(const Rect& crop) { function in class:android::Layer

Completed in 155 milliseconds