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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c300 GLfloat srcRowF = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F; variable in typeref:typename:GLfloat
301 GLint srcRow = IROUND(srcRowF);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c300 GLfloat srcRowF = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F; variable in typeref:typename:GLfloat
301 GLint srcRow = lroundf(srcRowF);

Completed in 3 milliseconds