Lines Matching defs:newWidth
1330 GLint newWidth = (width + 7) & ~7;1332 newSource = malloc(comps * newWidth * newHeight * sizeof(GLubyte));1338 upscale_teximage2d(width, height, newWidth, newHeight,1342 width = newWidth;1344 srcRowStride = comps * newWidth;