Lines Matching defs:nextHeight
3888 int nextHeight= newheight/2;
3892 if (nextHeight < 1) nextHeight= 1;
3893 memreq = image_size(nextWidth, nextHeight, format, type);
4297 int nextHeight= newheight/2;
4299 if (nextHeight < 1) nextHeight= 1;
4301 memreq = image_size(nextWidth, nextHeight, format, type);
7826 int nextHeight= newHeight/2;
7831 if (nextHeight < 1) nextHeight= 1;
7833 memReq = imageSize3D(nextWidth, nextHeight, nextDepth, format, type);
8181 int nextHeight= newHeight/2;
8184 if (nextHeight < 1) nextHeight= 1;
8187 memReq = imageSize3D(nextWidth, nextHeight, nextDepth, format, type);