Lines Matching refs:nextWidth
3887 int nextWidth= newwidth/2;
3891 if (nextWidth < 1) nextWidth= 1;
3893 memreq = image_size(nextWidth, nextHeight, format, type);
4296 int nextWidth= newwidth/2;
4298 if (nextWidth < 1) nextWidth= 1;
4301 memreq = image_size(nextWidth, nextHeight, format, type);
7825 int nextWidth= newWidth/2;
7830 if (nextWidth < 1) nextWidth= 1;
7833 memReq = imageSize3D(nextWidth, nextHeight, nextDepth, format, type);
8180 int nextWidth= newWidth/2;
8183 if (nextWidth < 1) nextWidth= 1;
8187 memReq = imageSize3D(nextWidth, nextHeight, nextDepth, format, type);