HomeSort by relevance Sort by last modified time
    Searched refs:tileContentRect (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.h 134 IntRect tileContentRect(const Tile*) const;
LayerTilerChromium.cpp 138 IntRect tileRect = tileContentRect(tile);
183 IntRect LayerTilerChromium::tileContentRect(const Tile* tile) const
313 IntRect sourceRect = tileContentRect(tile);
402 // Don't use tileContentRect here, as that contains the full

Completed in 52 milliseconds