OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tileCoordinateForPoint
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp
76
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
/external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp
238
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
Completed in 81 milliseconds