Home
last modified time | relevance | path

Searched refs:viewCenter (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DTiledBackingStore.cpp191 … IntPoint viewCenter = viewport.location() + IntSize(viewport.width() / 2, viewport.height() / 2); in tileDistance() local
192 Tile::Coordinate centerCoordinate = tileCoordinateForPoint(viewCenter); in tileDistance()
/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaProxy.cpp385 … IntPoint viewCenter = viewport.location() + IntSize(viewport.width() / 2, viewport.height() / 2); in tileDistance() local
386 TiledDrawingAreaTile::Coordinate centerCoordinate = tileCoordinateForPoint(viewCenter); in tileDistance()