Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLES11Canvas.java266 private void textureRect(float x, float y, float width, float height) { in textureRect() method in GLES11Canvas
355 textureRect(x, y, width, height); in drawBoundTexture()
404 textureRect(target.left, target.top, target.width(), target.height()); in drawTexture()
415 textureRect(x, y, w, h); in drawTexture()
543 textureRect(target.left, target.top, target.width(), target.height()); in drawMixed()