Lines Matching defs:widthIn
6020 GLint widthIn,GLint heightIn,
6049 if (widthIn == widthOut*2 && heightIn == heightOut*2) {
6051 widthIn, heightIn, dataIn, dataOut,
6056 convx = (float) widthIn/widthOut;
6922 GLint widthIn, GLint heightIn, GLint depthIn,
6940 convx = (float) widthIn/widthOut;
6964 if (widthIn > widthOut) {
7004 xindex = (xint + widthIn) % widthIn;
7014 temp = (xindex + (yindex*widthIn) +
7015 (zindex*widthIn*heightIn)) * components;
7019 (widthIn*heightIn*depthIn*components));
7357 GLint widthIn, GLint heightIn, GLint depthIn,
7366 if (widthIn == 0 || heightIn == 0 || depthIn == 0 ||
7371 if (widthIn < 0 || heightIn < 0 || depthIn < 0 ||
7387 beforeImage = malloc(imageSize3D(widthIn, heightIn, depthIn, format,
7398 fillImage3D(&psm,widthIn,heightIn,depthIn,format,typeIn, is_index(format),
7401 scaleInternal3D(components,widthIn,heightIn,depthIn,beforeImage,