Searched refs:tileCoordinateForPoint (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DTiledBackingStore.cpp76 Tile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location());
77 Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
135 Tile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location());
136 Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
192 Tile::Coordinate centerCoordinate = tileCoordinateForPoint(viewCenter);
232 Tile::Coordinate topLeft = tileCoordinateForPoint(coverRect.location());
233 Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(coverRect.maxX(), coverRect.maxY()));
351 Tile::Coordinate TiledBackingStore::tileCoordinateForPoint(const IntPoint& point) const function in class:WebCore::TiledBackingStore
H A DTiledBackingStore.h97 Tile::Coordinate tileCoordinateForPoint(const IntPoint&) const;
/external/webkit/Source/WebKit2/UIProcess/
H A DTiledDrawingAreaProxy.cpp238 TiledDrawingAreaTile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location());
239 TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
336 TiledDrawingAreaTile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location());
337 TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
386 TiledDrawingAreaTile::Coordinate centerCoordinate = tileCoordinateForPoint(viewCenter);
436 TiledDrawingAreaTile::Coordinate topLeft = tileCoordinateForPoint(visibleRect.location());
437 TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(visibleRect.maxX(), visibleRect.maxY()));
577 TiledDrawingAreaTile::Coordinate TiledDrawingAreaProxy::tileCoordinateForPoint(const IntPoint& point) const function in class:WebKit::TiledDrawingAreaProxy
H A DTiledDrawingAreaProxy.h151 TiledDrawingAreaTile::Coordinate tileCoordinateForPoint(const WebCore::IntPoint&) const;

Completed in 15 milliseconds