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

/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c628 GLint srcRow0 = MAX2(0, IFLOOR(srcRow)); local
629 GLint srcRow1 = srcRow0 + 1;
630 GLfloat rowWeight = srcRow - srcRow0; /* fractional part of srcRow */
634 srcRow1 = srcRow0;
639 srcRow0 = srcHeight - 1 - srcRow0;
643 srcY0 = srcYpos + srcRow0;

Completed in 130 milliseconds