Home
last modified time | relevance | path

Searched refs:lenX (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.java582 int lenX = mHorizontalPatches.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()
609 for (int x = 0; x < lenX; x++) { in getChunks()
620 || xTick.color == BLACK_TICK || lenX == 1) { in getChunks()
634 if ((t.type & Chunk.TYPE_HORIZONTAL) == 0 && lenX > 1 && y == 0) { in getChunks()
646 for (int x = 0; x < lenX; x++) { in getChunks()
707 int lenX = r.x + r.width; in isHorizontalCorrupted() local
[all …]