Searched refs:tileBounds (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DTilingData.cpp88 IntRect TilingData::tileBounds(int tile) const function in class:WebCore::TilingData
104 IntRect bounds = tileBounds(tile);
130 FloatRect bounds(tileBounds(tile));
209 FloatRect tileBounds = this->tileBounds(tile); local
211 srcRectIntersected.intersect(tileBounds);
225 -tileBounds.x() + ((tileXIndex(tile) > 0) ? m_borderTexels : 0),
226 -tileBounds.y() + ((tileYIndex(tile) > 0) ? m_borderTexels : 0));
H A DTilingData.h62 IntRect tileBounds(int tile) const;
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTileGrid.cpp289 IntRect tileBounds = computeTilesArea(area, scale); local
290 int numberTextures = tileBounds.width() * tileBounds.height();
297 && tile->x() >= tileBounds.x() && tile->x() <= tileBounds.maxX()
298 && tile->y() >= tileBounds.y() && tile->y() <= tileBounds.maxY())
/external/webkit/Source/WebCore/platform/graphics/win/
H A DWebTiledLayer.cpp278 CGRect tileBounds = CACFLayerGetBounds(tile); local
286 CGContextClipToRect(context, CGRectMake(tilePosition.x, tilePosition.y, tileBounds.size.width, tileBounds.size.height));
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp463 CGRect tileBounds = CACFLayerGetBounds(tile); local
471 CGContextClipToRect(context, CGRectMake(tilePosition.x, tilePosition.y, tileBounds.size.width, tileBounds.size.height));
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerTilerChromium.cpp404 IntRect tileRect = m_tilingData.tileBounds(m_tilingData.tileIndex(tile->i(), tile->j()));

Completed in 225 milliseconds