Lines Matching refs:RasterPos
63 IROUND(ctx->Current.RasterPos[0]), in _mesa_DrawPixels()
64 IROUND(ctx->Current.RasterPos[1])); in _mesa_DrawPixels()
146 GLint x = IROUND(ctx->Current.RasterPos[0]); in _mesa_DrawPixels()
147 GLint y = IROUND(ctx->Current.RasterPos[1]); in _mesa_DrawPixels()
174 ctx->Current.RasterPos, in _mesa_DrawPixels()
206 IROUND(ctx->Current.RasterPos[0]), in _mesa_CopyPixels()
207 IROUND(ctx->Current.RasterPos[1])); in _mesa_CopyPixels()
269 GLint destx = IROUND(ctx->Current.RasterPos[0]); in _mesa_CopyPixels()
270 GLint desty = IROUND(ctx->Current.RasterPos[1]); in _mesa_CopyPixels()
279 ctx->Current.RasterPos, in _mesa_CopyPixels()
327 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig); in _mesa_Bitmap()
328 GLint y = IFLOOR(ctx->Current.RasterPos[1] + epsilon - yorig); in _mesa_Bitmap()
355 ctx->Current.RasterPos, in _mesa_Bitmap()
366 ctx->Current.RasterPos[0] += xmove; in _mesa_Bitmap()
367 ctx->Current.RasterPos[1] += ymove; in _mesa_Bitmap()