Lines Matching defs:curWidth
69 int curWidth = width;75 rects.push_back(IVec4(width-curWidth, height-curHeight, curWidth, curHeight));77 DE_ASSERT(curWidth >= 1 && curHeight >= 1);78 if (curWidth == 1 && curHeight == 1)80 else if (curHeight > 1 && ((ndx%2) == 0 || curWidth == 1))83 curWidth -= 1;