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

/frameworks/native/include/gui/
H A DSurface.h75 status_t setCrop(const Rect& crop);
H A DSurfaceComposerClient.h130 status_t setCrop(SurfaceID id, const Rect& crop);
H A DSurfaceTextureClient.h106 virtual int setCrop(Rect const* rect);
158 // that gets queued. It is set by calling setCrop.
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp128 status_t setCrop(const sp<SurfaceComposerClient>& client, SurfaceID id,
295 status_t Composer::setCrop(const sp<SurfaceComposerClient>& client, function in class:android::Composer
414 status_t SurfaceComposerClient::setCrop(SurfaceID id, const Rect& crop) { function in class:android::SurfaceComposerClient
415 return getComposer().setCrop(this, id, crop);
H A DSurface.cpp167 status_t SurfaceControl::setCrop(const Rect& crop) { function in class:android::SurfaceControl
171 return client->setCrop(mToken, crop);
H A DSurfaceTextureClient.cpp387 return setCrop(reinterpret_cast<Rect const*>(rect));
496 int SurfaceTextureClient::setCrop(Rect const* rect) function in class:android::SurfaceTextureClient
507 ALOGV("SurfaceTextureClient::setCrop rect=[%d %d %d %d]",
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h103 bool setCrop(const Rect& crop);
H A DLayerBase.cpp175 bool LayerBase::setCrop(const Rect& crop) { function in class:android::LayerBase
H A DSurfaceFlinger.cpp1364 if (layer->setCrop(s.crop))
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp766 status_t err = surface->setCrop(nativeCrop);

Completed in 155 milliseconds