Searched refs:tileCoordinateForPoint (Results 1 – 6 of 6) sorted by relevance
76 Tile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location()); in invalidate()77 …Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY())… in invalidate()135 Tile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location()); in paint()136 …Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY())… in paint()192 Tile::Coordinate centerCoordinate = tileCoordinateForPoint(viewCenter); in tileDistance()232 Tile::Coordinate topLeft = tileCoordinateForPoint(coverRect.location()); in createTiles()233 …Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(coverRect.maxX(), coverRect.maxY())… in createTiles()351 Tile::Coordinate TiledBackingStore::tileCoordinateForPoint(const IntPoint& point) const in tileCoordinateForPoint() function in WebCore::TiledBackingStore
97 Tile::Coordinate tileCoordinateForPoint(const IntPoint&) const;
238 TiledDrawingAreaTile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location()); in invalidate()239 …TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), d… in invalidate()336 TiledDrawingAreaTile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location()); in paint()337 …TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), d… in paint()386 TiledDrawingAreaTile::Coordinate centerCoordinate = tileCoordinateForPoint(viewCenter); in tileDistance()436 TiledDrawingAreaTile::Coordinate topLeft = tileCoordinateForPoint(visibleRect.location()); in createTiles()437 …TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(visibleRect.maxX(),… in createTiles()577 TiledDrawingAreaTile::Coordinate TiledDrawingAreaProxy::tileCoordinateForPoint(const IntPoint& poin… in tileCoordinateForPoint() function in WebKit::TiledDrawingAreaProxy
151 TiledDrawingAreaTile::Coordinate tileCoordinateForPoint(const WebCore::IntPoint&) const;
18551 (WebKit::TiledDrawingAreaProxy::tileCoordinateForPoint):
36105 (WebCore::TiledBackingStore::tileCoordinateForPoint):