Lines Matching refs:RasterPos
62 lroundf(ctx->Current.RasterPos[0]),
63 lroundf(ctx->Current.RasterPos[1]));
150 GLint x = lroundf(ctx->Current.RasterPos[0]);
151 GLint y = lroundf(ctx->Current.RasterPos[1]);
178 ctx->Current.RasterPos,
211 lroundf(ctx->Current.RasterPos[0]),
212 lroundf(ctx->Current.RasterPos[1]));
289 GLint destx = lroundf(ctx->Current.RasterPos[0]);
290 GLint desty = lroundf(ctx->Current.RasterPos[1]);
299 ctx->Current.RasterPos,
352 GLint x = util_ifloor(ctx->Current.RasterPos[0] + epsilon - xorig);
353 GLint y = util_ifloor(ctx->Current.RasterPos[1] + epsilon - yorig);
379 ctx->Current.RasterPos,
389 ctx->Current.RasterPos[0] += xmove;
390 ctx->Current.RasterPos[1] += ymove;