Searched defs:numBlocksAcross (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp4908 int numBlocksAcross = (width + kBlockWidth - 1) / kBlockWidth; local
4910 int numBlocks = numBlocksAcross * numBlocksDown;
4920 int numBlocksAcross = (width + kBlockWidth - 1) / kBlockWidth; local
4922 int numBlocks = numBlocksAcross * numBlocksDown;

Completed in 80 milliseconds