Home | History | Annotate | Download | only in canvas

Lines Matching refs:kBlockWidth

4737             const int kBlockWidth = 4;
4740 int numBlocksAcross = (width + kBlockWidth - 1) / kBlockWidth;
4749 const int kBlockWidth = 4;
4752 int numBlocksAcross = (width + kBlockWidth - 1) / kBlockWidth;
4800 const int kBlockWidth = 4;
4802 bool widthValid = (level && width == 1) || (level && width == 2) || !(width % kBlockWidth);
4828 const int kBlockWidth = 4;
4830 if ((xoffset % kBlockWidth) || (yoffset % kBlockHeight)) {