Home
last modified time | relevance | path

Searched refs:setCrop (Results 1 – 7 of 7) 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.
/external/angle/src/libANGLE/
DTexture.h158 void setCrop(const Rectangle &rect);
519 void setCrop(const Rectangle &rect);
DTexture.cpp223 void TextureState::setCrop(const Rectangle &rect) in setCrop() function in gl::TextureState
1732 void Texture::setCrop(const Rectangle &rect) in setCrop() function in gl::Texture
1734 mState.setCrop(rect); in setCrop()
Dqueryutils.cpp436 texture->setCrop(gl::Rectangle(ConvertTexParam<isGLfixed, GLint>(pname, params[0]), in SetTexParameterBase()