Home | History | Annotate | Download | only in swrast

Lines Matching defs:srcHeight

117    const GLint srcHeight = ABS(srcY1 - srcY0);
250 srcWidth, srcHeight,
281 GLint srcRow = (dstRow * srcHeight) / dstHeight;
285 ASSERT(srcRow < srcHeight);
288 srcRow = srcHeight - 1 - srcRow;
497 const GLint srcHeight = ABS(srcY1 - srcY0);
609 const GLfloat srcRow = (dstRow * srcHeight) / dstHeightF;
615 ASSERT(srcRow < srcHeight);
617 if (srcRow1 == srcHeight) {
624 srcRow0 = srcHeight - 1 - srcRow0;
625 srcRow1 = srcHeight - 1 - srcRow1;