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

  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.cpp 164 const float cSqrtMaxTileCount = sqrtf(cMaxTileCount);
177 if (tileRows < cSqrtMaxTileCount)
179 else if (tileColumns < cSqrtMaxTileCount)
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 344 const float cSqrtMaxTileCount = sqrtf(cMaxTileCount);
357 if (tileRows < cSqrtMaxTileCount)
359 else if (tileColumns < cSqrtMaxTileCount)

Completed in 42 milliseconds