Lines Matching defs:srcHeight
123 const GLint srcHeight = ABS(srcY1 - srcY0);
282 srcWidth, srcHeight,
300 GLfloat srcRowF = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F;
305 assert(srcRow < srcHeight);
308 srcRow = srcHeight - 1 - srcRow;
524 const GLint srcHeight = ABS(srcY1 - srcY0);
632 GLfloat srcRow = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F;
637 if (srcRow1 == srcHeight) {
644 srcRow0 = srcHeight - 1 - srcRow0;
645 srcRow1 = srcHeight - 1 - srcRow1;