Lines Matching refs:tmpCellX
1124 lp.tmpCellX = cellX;
2202 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan);
2224 lp.tmpCellX = c.x;
2414 if (info.cellX != lp.tmpCellX || info.cellY != lp.tmpCellY ||
2418 info.cellX = lp.cellX = lp.tmpCellX;
2542 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) {
2543 lp.tmpCellX = lp.cellX;
3182 public int tmpCellX;
3260 int myCellX = useTmpCoords ? tmpCellX : cellX;