Home
last modified time | relevance | path

Searched refs:setCrop (Results 1 – 4 of 4) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java44 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()
DMotionBlurComponent.java100 stepImage.setCrop(record.crop[0], record.crop[1], record.crop[2], -record.crop[3]); in update()
DHudSystem.java457 bitmap.setCrop(0, mFadeTexture.height, mFadeTexture.width, mFadeTexture.height); in update()
DGameObjectFactory.java6498 indicator.setCrop(0, 8, 8, 8); // hack! this shouldn't be hard-coded.