Searched refs:srcRowF (Results 1 – 1 of 1) sorted by relevance
300 GLfloat srcRowF = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F; in blit_nearest() local301 GLint srcRow = lroundf(srcRowF); in blit_nearest()