Searched refs:lenY (Results 1 – 1 of 1) sorted by relevance
581 int lenY = mVerticalPatches.size(); in getChunks() local584 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 …]