Searched refs:linesIndex (Results 1 – 1 of 1) sorted by relevance
2274 int linesIndex = 0; in drawGridBackground() local2284 linesIndex = 0; in drawGridBackground()2286 mLines[linesIndex++] = GRID_LINE_LEFT_MARGIN; in drawGridBackground()2287 mLines[linesIndex++] = y; in drawGridBackground()2288 mLines[linesIndex++] = stopX; in drawGridBackground()2289 mLines[linesIndex++] = y; in drawGridBackground()2293 canvas.drawLines(mLines, 0, linesIndex, p); in drawGridBackground()2294 linesIndex = 0; in drawGridBackground()2301 mLines[linesIndex++] = x; in drawGridBackground()2302 mLines[linesIndex++] = startY; in drawGridBackground()[all …]