Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvasImpl.java263 private void textureRect(float x, float y, float width, float height) { in textureRect() method in GLCanvasImpl
352 textureRect(x, y, width, height); in drawBoundTexture()
401 textureRect(target.left, target.top, target.width(), target.height()); in drawTexture()
412 textureRect(x, y, w, h); in drawTexture()
540 textureRect(target.left, target.top, target.width(), target.height()); in drawMixed()