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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ContentLayerChromium.h 49 enum TilingOption { AlwaysTile, NeverTile, AutoTile };
ContentLayerChromium.cpp 175 else if (m_tilingOption == NeverTile)
212 ASSERT(m_tilingOption == NeverTile);
223 setTilingOption(isMask ? NeverTile : AutoTile);

Completed in 137 milliseconds