Home
last modified time | relevance | path

Searched refs:tileCoordinateForPoint (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DTiledBackingStore.cpp76 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
DTiledBackingStore.h97 Tile::Coordinate tileCoordinateForPoint(const IntPoint&) const;
/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaProxy.cpp238 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
DTiledDrawingAreaProxy.h151 TiledDrawingAreaTile::Coordinate tileCoordinateForPoint(const WebCore::IntPoint&) const;
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1618551 (WebKit::TiledDrawingAreaProxy::tileCoordinateForPoint):
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2436105 (WebCore::TiledBackingStore::tileCoordinateForPoint):