Searched refs:textureRect (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLES11Canvas.java | 264 private void textureRect(float x, float y, float width, float height) { in textureRect() method in GLES11Canvas 353 textureRect(x, y, width, height); in drawBoundTexture() 402 textureRect(target.left, target.top, target.width(), target.height()); in drawTexture() 413 textureRect(x, y, w, h); in drawTexture() 541 textureRect(target.left, target.top, target.width(), target.height()); in drawMixed()
|