Lines Matching refs:Current
62 lroundf(ctx->Current.RasterPos[0]),
63 lroundf(ctx->Current.RasterPos[1]));
143 if (!ctx->Current.RasterPosValid) {
150 GLint x = lroundf(ctx->Current.RasterPos[0]);
151 GLint y = lroundf(ctx->Current.RasterPos[1]);
178 ctx->Current.RasterPos,
179 ctx->Current.RasterColor,
180 ctx->Current.RasterTexCoords[0] );
211 lroundf(ctx->Current.RasterPos[0]),
212 lroundf(ctx->Current.RasterPos[1]));
282 if (!ctx->Current.RasterPosValid || width == 0 || height == 0) {
289 GLint destx = lroundf(ctx->Current.RasterPos[0]);
290 GLint desty = lroundf(ctx->Current.RasterPos[1]);
299 ctx->Current.RasterPos,
300 ctx->Current.RasterColor,
301 ctx->Current.RasterTexCoords[0] );
331 if (!ctx->Current.RasterPosValid) {
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,
380 ctx->Current.RasterColor,
381 ctx->Current.RasterTexCoords[0] );
389 ctx->Current.RasterPos[0] += xmove;
390 ctx->Current.RasterPos[1] += ymove;