HomeSort by relevance Sort by last modified time
    Searched refs:setCrop (Results 1 - 14 of 14) 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,
MotionBlurComponent.java 100 stepImage.setCrop(record.crop[0], record.crop[1], record.crop[2], -record.crop[3]);
HudSystem.java 457 bitmap.setCrop(0, mFadeTexture.height, mFadeTexture.width, mFadeTexture.height);
GameObjectFactory.java     [all...]
  /frameworks/native/include/gui/
Surface.h 75 status_t setCrop(const Rect& crop);
SurfaceComposerClient.h 130 status_t setCrop(SurfaceID id, const Rect& crop);
SurfaceTextureClient.h 106 virtual int setCrop(Rect const* rect);
158 // that gets queued. It is set by calling setCrop.
  /frameworks/native/libs/gui/
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);
Surface.cpp 167 status_t SurfaceControl::setCrop(const Rect& crop) {
171 return client->setCrop(mToken, 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.h 103 bool setCrop(const Rect& crop);
LayerBase.cpp 175 bool LayerBase::setCrop(const Rect& crop) {
SurfaceFlinger.cpp     [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 766 status_t err = surface->setCrop(nativeCrop);

Completed in 237 milliseconds