Searched refs:tileBoundsWithBorder (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DTexture.cpp107 IntRect tileBoundsWithBorder = tiling.tileBoundsWithBorder(i); local
115 tileBoundsWithBorder.width(),
116 tileBoundsWithBorder.height(),
173 IntRect tileBoundsWithBorder = m_tiles.tileBoundsWithBorder(tile); local
176 updateRectIntersected.intersect(tileBoundsWithBorder);
179 dstRect.move(-tileBoundsWithBorder.x(), -tileBoundsWithBorder.y());
H A DTilingData.h63 IntRect tileBoundsWithBorder(int tile) const;
H A DTilingData.cpp102 IntRect TilingData::tileBoundsWithBorder(int tile) const function in class:WebCore::TilingData
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp443 IntRect tileBoundsWithBorder = tiles.tileBoundsWithBorder(tile); local
445 drawTexturedQuad(tileBoundsWithBorder.size(), srcRectClippedInTileSpace, dstRectIntersected, transform, alpha);
H A DLayerTilerChromium.cpp193 IntRect layerRect = m_tilingData.tileBoundsWithBorder(index);

Completed in 57 milliseconds