Home | History | Annotate | Download | only in main

Lines Matching refs:RasterPos

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