Lines Matching refs:srcHeight

1473                GLint srcWidth, GLint srcHeight,
1488 if (srcHeight > 1 && srcHeight > dstHeight) {
1521 srcPtr + srcWidth * (srcHeight - 1) * bpt, bpt);
1524 srcPtr + (srcWidth * srcHeight - 1) * bpt, bpt);
1532 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt,
1533 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt,
1537 if (srcHeight == dstHeight) {
1539 for (row = 1; row < srcHeight; row++) {
1565 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1582 bytesPerSrcImage = srcRowStride * srcHeight * bpt;
1589 srcRowOffset = (srcHeight == dstHeight) ? 0 : srcRowStride;
1601 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1643 srcWidth, srcHeight, srcPtr[0], srcRowStride,
1647 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride,
1663 src = srcPtr[img * 2] + (srcHeight - 1) * srcRowStride;
1693 + (srcHeight - 1) * srcRowStride;
1695 + (srcHeight - 1) * srcRowStride;
1728 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1751 srcWidth, srcHeight, srcData[0], srcRowStride,
1756 srcWidth, srcHeight, srcDepth,
1762 assert(srcHeight == 1);
1774 srcWidth, srcHeight, srcData[i], srcRowStride,
1794 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1804 if ((srcHeight - 2 * border > 1) &&
1807 *dstHeight = (srcHeight - 2 * border) / 2 + 2 * border;
1810 *dstHeight = srcHeight; /* can't go smaller */
1825 *dstHeight == srcHeight &&
1967 GLint srcWidth, srcHeight, srcDepth;
1978 srcHeight = srcImage->Height;
1992 srcDepth = srcHeight;
1994 srcHeight = 1;
2003 0, 0, srcWidth, srcHeight,
2037 srcWidth, srcHeight, srcDepth,
2154 GLint srcWidth, srcHeight, srcDepth;
2164 srcHeight = srcImage->Height;
2201 srcWidth, srcHeight, srcDepth,