HomeSort by relevance Sort by last modified time
    Searched defs:setCrop (Results 1 - 5 of 5) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 44 setCrop(0, height, width, height);
164 setCrop(0, height, width, height);
194 public void setCrop(int left, int bottom, int width, int height) {
228 setCrop(horzFlip ? mWidth : 0,
  /frameworks/native/libs/gui/
Surface.cpp 167 status_t SurfaceControl::setCrop(const Rect& crop) {
171 return client->setCrop(mToken, crop);
SurfaceComposerClient.cpp 128 status_t setCrop(const sp<SurfaceComposerClient>& client, SurfaceID id,
295 status_t Composer::setCrop(const sp<SurfaceComposerClient>& client,
414 status_t SurfaceComposerClient::setCrop(SurfaceID id, const Rect& crop) {
415 return getComposer().setCrop(this, id, crop);
SurfaceTextureClient.cpp 387 return setCrop(reinterpret_cast<Rect const*>(rect));
496 int SurfaceTextureClient::setCrop(Rect const* rect)
507 ALOGV("SurfaceTextureClient::setCrop rect=[%d %d %d %d]",
  /frameworks/native/services/surfaceflinger/
LayerBase.cpp 175 bool LayerBase::setCrop(const Rect& crop) {

Completed in 656 milliseconds