Searched defs:tx (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java426 for (int tx = r.left, j = 0; tx < r.right; tx += size, j++) {
428 drawTile(canvas, tx, ty, level, x, y, length);
575 int tx, int ty, int level, float x, float y, float length) {
581 Tile tile = getTile(tx, ty, level);
602 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX,
574 drawTile(GLCanvas canvas, int tx, int ty, int level, float x, float y, float length) argument

Completed in 52 milliseconds