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

  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.cpp 236 int numTilesVertical = ceil(m_constrainedSize.height / m_tileSize.height);
237 int numTilesTotal = numTilesHorizontal * numTilesVertical;
255 for (int j = 0; j < numTilesVertical; ++j) {
256 CACFLayerRef tile = static_cast<CACFLayerRef>(const_cast<void*>(CFArrayGetValueAtIndex(tileArray, i * numTilesVertical + j)));
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 421 int numTilesVertical = ceil(m_constrainedSize.height / m_tileSize.height);
422 int numTilesTotal = numTilesHorizontal * numTilesVertical;
440 for (int j = 0; j < numTilesVertical; ++j) {
441 CACFLayerRef tile = static_cast<CACFLayerRef>(const_cast<void*>(CFArrayGetValueAtIndex(tileArray, i * numTilesVertical + j)));

Completed in 50 milliseconds