Lines Matching refs:RasterPos
60 IROUND(ctx->Current.RasterPos[0]),
61 IROUND(ctx->Current.RasterPos[1]));
143 GLint x = IROUND(ctx->Current.RasterPos[0]);
144 GLint y = IROUND(ctx->Current.RasterPos[1]);
171 ctx->Current.RasterPos,
204 IROUND(ctx->Current.RasterPos[0]),
205 IROUND(ctx->Current.RasterPos[1]));
267 GLint destx = IROUND(ctx->Current.RasterPos[0]);
268 GLint desty = IROUND(ctx->Current.RasterPos[1]);
277 ctx->Current.RasterPos,
326 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig);
327 GLint y = IFLOOR(ctx->Current.RasterPos[1] + epsilon - yorig);
353 ctx->Current.RasterPos,
363 ctx->Current.RasterPos[0] += xmove;
364 ctx->Current.RasterPos[1] += ymove;