HomeSort by relevance Sort by last modified time
    Searched defs:tileBoundsWithBorder (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.cpp 107 IntRect tileBoundsWithBorder = tiling.tileBoundsWithBorder(i);
115 tileBoundsWithBorder.width(),
116 tileBoundsWithBorder.height(),
173 IntRect tileBoundsWithBorder = m_tiles.tileBoundsWithBorder(tile);
176 updateRectIntersected.intersect(tileBoundsWithBorder);
179 dstRect.move(-tileBoundsWithBorder.x(), -tileBoundsWithBorder.y());
TilingData.cpp 102 IntRect TilingData::tileBoundsWithBorder(int tile) const
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 443 IntRect tileBoundsWithBorder = tiles.tileBoundsWithBorder(tile);
445 drawTexturedQuad(tileBoundsWithBorder.size(), srcRectClippedInTileSpace, dstRectIntersected, transform, alpha);
    [all...]

Completed in 49 milliseconds