Searched refs:xEnd (Results 1 – 2 of 2) sorted by relevance
342 final int xEnd = Math.min(lastPixelXCoordinate, keyX + key.getWidth() + threshold); in computeNearestNeighbors() local347 for (int centerX = xStart; centerX <= xEnd; centerX += mCellWidth) { in computeNearestNeighbors()
71 final int xEnd = x + (m.run.colSize * m.charWidth); in onDraw() local