Lines Matching refs:Current
60 IROUND(ctx->Current.RasterPos[0]),
61 IROUND(ctx->Current.RasterPos[1]));
136 if (!ctx->Current.RasterPosValid) {
143 GLint x = IROUND(ctx->Current.RasterPos[0]);
144 GLint y = IROUND(ctx->Current.RasterPos[1]);
171 ctx->Current.RasterPos,
172 ctx->Current.RasterColor,
173 ctx->Current.RasterTexCoords[0] );
204 IROUND(ctx->Current.RasterPos[0]),
205 IROUND(ctx->Current.RasterPos[1]));
260 if (!ctx->Current.RasterPosValid || width == 0 || height == 0) {
267 GLint destx = IROUND(ctx->Current.RasterPos[0]);
268 GLint desty = IROUND(ctx->Current.RasterPos[1]);
277 ctx->Current.RasterPos,
278 ctx->Current.RasterColor,
279 ctx->Current.RasterTexCoords[0] );
309 if (!ctx->Current.RasterPosValid) {
326 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig);
327 GLint y = IFLOOR(ctx->Current.RasterPos[1] + epsilon - yorig);
353 ctx->Current.RasterPos,
354 ctx->Current.RasterColor,
355 ctx->Current.RasterTexCoords[0] );
363 ctx->Current.RasterPos[0] += xmove;
364 ctx->Current.RasterPos[1] += ymove;