Searched refs:NeverTile (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DContentLayerChromium.cpp175 else if (m_tilingOption == NeverTile)
212 ASSERT(m_tilingOption == NeverTile);
223 setTilingOption(isMask ? NeverTile : AutoTile);
H A DContentLayerChromium.h49 enum TilingOption { AlwaysTile, NeverTile, AutoTile }; enumerator in enum:WebCore::ContentLayerChromium::TilingOption

Completed in 74 milliseconds