OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coverRect
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp
221
IntRect
coverRect
= visibleRect;
223
coverRect
.inflateX(visibleRect.width() * (m_coverAreaMultiplier.width() - 1.f) / 2);
224
coverRect
.inflateY(visibleRect.height() * (m_coverAreaMultiplier.height() - 1.f) / 2);
225
coverRect
.intersect(contentsRect());
232
Tile::Coordinate topLeft = tileCoordinateForPoint(
coverRect
.location());
233
Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(
coverRect
.maxX(),
coverRect
.maxY()));
264
// Keep creating tiles until the whole
coverRect
is covered.
/external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp
241
IntRect
coverRect
= calculateCoverRect(m_previousVisibleRect);
253
if (!currentTile->rect().intersects(
coverRect
)) {
428
IntRect
coverRect
= calculateCoverRect(visibleRect);
476
// Keep creating tiles until the whole
coverRect
is covered.
Completed in 39 milliseconds