Lines Matching refs:RasterPos
61 lroundf(ctx->Current.RasterPos[0]), in _mesa_DrawPixels()
62 lroundf(ctx->Current.RasterPos[1])); in _mesa_DrawPixels()
144 GLint x = lroundf(ctx->Current.RasterPos[0]); in _mesa_DrawPixels()
145 GLint y = lroundf(ctx->Current.RasterPos[1]); in _mesa_DrawPixels()
172 ctx->Current.RasterPos, in _mesa_DrawPixels()
205 lroundf(ctx->Current.RasterPos[0]), in _mesa_CopyPixels()
206 lroundf(ctx->Current.RasterPos[1])); in _mesa_CopyPixels()
278 GLint destx = lroundf(ctx->Current.RasterPos[0]); in _mesa_CopyPixels()
279 GLint desty = lroundf(ctx->Current.RasterPos[1]); in _mesa_CopyPixels()
288 ctx->Current.RasterPos, in _mesa_CopyPixels()
337 GLint x = util_ifloor(ctx->Current.RasterPos[0] + epsilon - xorig); in _mesa_Bitmap()
338 GLint y = util_ifloor(ctx->Current.RasterPos[1] + epsilon - yorig); in _mesa_Bitmap()
364 ctx->Current.RasterPos, in _mesa_Bitmap()
374 ctx->Current.RasterPos[0] += xmove; in _mesa_Bitmap()
375 ctx->Current.RasterPos[1] += ymove; in _mesa_Bitmap()