Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java581 int lenY = mVerticalPatches.size(); in getChunks() local
584 if (lenY == 0 || lenX == 0) { in getChunks()
589 chunks = new Chunk[lenY][lenX]; in getChunks()
593 if (lenY != y || lenX != x) { in getChunks()
595 chunks = new Chunk[lenY][lenX]; in getChunks()
606 for (int y = 0; y < lenY; y++) { in getChunks()
627 || yTick.color == BLACK_TICK || lenY == 1) { in getChunks()
637 if ((t.type & Chunk.TYPE_VERTICAL) == 0 && lenY > 1 && x == 0) { in getChunks()
645 for (int y = 0; y < lenY; y++) { in getChunks()
692 int lenY = r.y + r.height; in isVerticalCorrupted() local
[all …]