Home | History | Annotate | Download | only in main

Lines Matching refs:dstHeight

1448                GLint dstWidth, GLint dstHeight,
1454 const GLint dstHeightNB = dstHeight - 2 * border;
1461 if (srcHeight > 1 && srcHeight > dstHeight) {
1493 memcpy(dstPtr + dstWidth * (dstHeight - 1) * bpt,
1496 memcpy(dstPtr + (dstWidth * dstHeight - 1) * bpt,
1508 dstPtr + (dstWidth * (dstHeight - 1) + 1) * bpt);
1510 if (srcHeight == dstHeight) {
1540 GLint dstWidth, GLint dstHeight, GLint dstDepth,
1547 const GLint dstHeightNB = dstHeight - 2 * border;
1558 bytesPerDstImage = dstWidth * dstHeight * bpt;
1567 srcRowOffset = (srcHeight == dstHeight) ? 0 : srcWidth * bpt;
1579 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1622 dstWidth, dstHeight, dstPtr[0], dstRowStride);
1626 dstWidth, dstHeight, dstPtr[dstDepth - 1], dstRowStride);
1640 /* do border along [img][row=dstHeight-1][col=0] */
1642 dst = dstPtr[img] + (dstHeight - 1) * bytesPerDstRow;
1650 /* do border along [img][row=dstHeight-1][col=dstWidth-1] */
1669 /* do border along [img][row=dstHeight-1][col=0] */
1674 dst = dstPtr[img] + (dstHeight - 1) * bytesPerDstRow;
1683 /* do border along [img][row=dstHeight-1][col=dstWidth-1] */
1709 GLint dstWidth, GLint dstHeight, GLint dstDepth,
1730 dstWidth, dstHeight, dstData[0], dstRowStride);
1736 dstWidth, dstHeight, dstDepth,
1741 assert(dstHeight == 1);
1752 dstWidth, dstHeight, dstData[i], dstRowStride);
1773 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth)
1784 *dstHeight = (srcHeight - 2 * border) / 2 + 2 * border;
1787 *dstHeight = srcHeight; /* can't go smaller */
1799 *dstHeight == srcHeight &&
1899 GLint dstWidth, dstHeight, dstDepth;
1916 &dstWidth, &dstHeight, &dstDepth);
1921 dstWidth, dstHeight, dstDepth,
1936 dstDepth = dstHeight;
1938 dstHeight = 1;
1964 0, 0, dstWidth, dstHeight,
1982 dstWidth, dstHeight, dstDepth,
2084 GLint dstWidth, dstHeight, dstDepth;
2099 &dstWidth, &dstHeight, &dstDepth);
2105 temp_dst = (GLubyte *) malloc(temp_dst_stride * dstHeight);
2125 dstWidth, dstHeight, dstDepth,
2129 dstWidth, dstHeight, dstDepth,
2138 0, 0, 0, dstWidth, dstHeight, 1,