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