Lines Matching refs:y
27 static void ggl_rasterPos2x(void* con, GGLfixed x, GGLfixed y);
28 static void ggl_rasterPos2i(void* con, GGLint x, GGLint y);
40 void ggl_rasterPos2x(void* con, GGLfixed x, GGLfixed y) in ggl_rasterPos2x() argument
45 c->state.raster.y = y; in ggl_rasterPos2x()
48 void ggl_rasterPos2i(void* con, GGLint x, GGLint y) in ggl_rasterPos2i() argument
50 ggl_rasterPos2x(con, gglIntToFixed(x), gglIntToFixed(y)); in ggl_rasterPos2i()
73 GGLint yd = gglFixedToIntRound(c->state.raster.y); in ggl_copyPixels()
151 GGLint y = where[1]; in gglBitBlit() local
176 const GGLint t0 = Vcr - y; in gglBitBlit()
178 c->procs.recti(c, x, y, x+w, y+h); in gglBitBlit()
182 y = gglIntToFixed(y); in gglBitBlit()
199 int32_t t0 = Vcr - gglMulx(dtdy, y); // t0 = Vcr - y * dtdy in gglBitBlit()
211 gglFixedToIntRound(y), in gglBitBlit()
213 gglFixedToIntRound(y)+h); in gglBitBlit()