Home
last modified time | relevance | path

Searched refs:getCrop (Results 1 – 6 of 6) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DMotionBlurComponent.java76 final int[] drawableCrop = drawable.getCrop(); in update()
DDrawableBitmap.java202 public int[] getCrop() { in getCrop() method in DrawableBitmap
/external/angle/src/libANGLE/
DTexture.h159 const Rectangle &getCrop() const;
520 const Rectangle &getCrop() const;
DTexture.cpp228 const Rectangle &TextureState::getCrop() const in getCrop() function in gl::TextureState
1737 const Rectangle &Texture::getCrop() const in getCrop() function in gl::Texture
1739 return mState.getCrop(); in getCrop()
DGLES1Renderer.cpp126 const gl::Rectangle &cropRect = curr2DTexture->getCrop(); in prepareForDraw()
Dqueryutils.cpp313 const gl::Rectangle &crop = texture->getCrop(); in QueryTexParameterBase()