Lines Matching defs:srcHeight
1472 GLint srcWidth, GLint srcHeight,
1487 if (srcHeight > 1 && srcHeight > dstHeight) {
1520 srcPtr + srcWidth * (srcHeight - 1) * bpt, bpt);
1523 srcPtr + (srcWidth * srcHeight - 1) * bpt, bpt);
1531 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt,
1532 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt,
1536 if (srcHeight == dstHeight) {
1538 for (row = 1; row < srcHeight; row++) {
1564 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1581 bytesPerSrcImage = srcRowStride * srcHeight * bpt;
1588 srcRowOffset = (srcHeight == dstHeight) ? 0 : srcRowStride;
1600 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1642 srcWidth, srcHeight, srcPtr[0], srcRowStride,
1646 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride,
1662 src = srcPtr[img * 2] + (srcHeight - 1) * srcRowStride;
1692 + (srcHeight - 1) * srcRowStride;
1694 + (srcHeight - 1) * srcRowStride;
1727 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1750 srcWidth, srcHeight, srcData[0], srcRowStride,
1755 srcWidth, srcHeight, srcDepth,
1761 assert(srcHeight == 1);
1773 srcWidth, srcHeight, srcData[i], srcRowStride,
1793 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1803 if ((srcHeight - 2 * border > 1) &&
1806 *dstHeight = (srcHeight - 2 * border) / 2 + 2 * border;
1809 *dstHeight = srcHeight; /* can't go smaller */
1824 *dstHeight == srcHeight &&
1961 GLint srcWidth, srcHeight, srcDepth;
1972 srcHeight = srcImage->Height;
1986 srcDepth = srcHeight;
1988 srcHeight = 1;
1997 0, 0, srcWidth, srcHeight,
2031 srcWidth, srcHeight, srcDepth,
2148 GLint srcWidth, srcHeight, srcDepth;
2158 srcHeight = srcImage->Height;
2195 srcWidth, srcHeight, srcDepth,