Searched refs:srcRow1 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c634 GLint srcRow1 = srcRow0 + 1; local in function:blit_linear
637 if (srcRow1 == srcHeight) {
639 srcRow1 = srcRow0;
645 srcRow1 = srcHeight - 1 - srcRow1;
649 srcY1 = srcYpos + srcRow1;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c634 GLint srcRow1 = srcRow0 + 1; local in function:blit_linear
637 if (srcRow1 == srcHeight) {
639 srcRow1 = srcRow0;
645 srcRow1 = srcHeight - 1 - srcRow1;
649 srcY1 = srcYpos + srcRow1;

Completed in 3 milliseconds