Searched refs:setCrop (Results 1 – 4 of 4) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 44 setCrop(0, height, width, height); in DrawableBitmap() 164 setCrop(0, height, width, height); in resize() 194 public void setCrop(int left, int bottom, int width, int height) { in setCrop() method in DrawableBitmap 228 setCrop(horzFlip ? mWidth : 0, in setFlip()
|
D | MotionBlurComponent.java | 100 stepImage.setCrop(record.crop[0], record.crop[1], record.crop[2], -record.crop[3]); in update()
|
D | HudSystem.java | 457 bitmap.setCrop(0, mFadeTexture.height, mFadeTexture.width, mFadeTexture.height); in update()
|
D | GameObjectFactory.java | 6498 indicator.setCrop(0, 8, 8, 8); // hack! this shouldn't be hard-coded.
|