Lines Matching refs:currentTile
247 RefPtr<TiledDrawingAreaTile> currentTile = tileAt(TiledDrawingAreaTile::Coordinate(xCoordinate, yCoordinate));
248 if (!currentTile)
250 if (!currentTile->rect().intersects(dirtyRect))
253 if (!currentTile->rect().intersects(coverRect)) {
254 tilesToRemove.append(currentTile->coordinate());
257 currentTile->invalidate(dirtyRect);
342 RefPtr<TiledDrawingAreaTile> currentTile = tileAt(currentCoordinate);
343 if (currentTile && currentTile->isReadyToPaint())
344 currentTile->paint(&gc, dirtyRect);