Lines Matching defs:l1y
81 int l0x, l1x, l0y, l1y;
123 l1y = l0y + (j & 2);
129 BLK(ctx->cur, l1x, l1y) = val;
130 BLK(ctx->cur, l1x + 1, l1y) = val;
131 BLK(ctx->cur, l1x, l1y + 1) = val;
132 BLK(ctx->cur, l1x + 1, l1y + 1) = val;
137 if ((l1x-mx) + 320*(l1y-my) < 0 || (l1x-mx) + 320*(l1y-my) > 320*199 - 2) {
141 BLK(ctx->cur, l1x, l1y) = BLK(ctx->cur, l1x - mx, l1y - my);
142 BLK(ctx->cur, l1x + 1, l1y) =
143 BLK(ctx->cur, l1x + 1 - mx, l1y - my);
144 BLK(ctx->cur, l1x, l1y + 1) =
145 BLK(ctx->cur, l1x - mx, l1y + 1 - my);
146 BLK(ctx->cur, l1x + 1, l1y + 1) =
147 BLK(ctx->cur, l1x + 1 - mx, l1y + 1 - my);
150 BLK(ctx->cur, l1x, l1y) = bytestream2_get_byte(&ctx->g);
151 BLK(ctx->cur, l1x + 1, l1y) = bytestream2_get_byte(&ctx->g);
152 BLK(ctx->cur, l1x, l1y + 1) = bytestream2_get_byte(&ctx->g);
153 BLK(ctx->cur, l1x + 1, l1y + 1) = bytestream2_get_byte(&ctx->g);
170 int l0x, l1x, l0y, l1y;
223 l1y = l0y + (j & 2);
229 BLK(ctx->cur, l1x, l1y) = val;
230 BLK(ctx->cur, l1x + 1, l1y) = val;
231 BLK(ctx->cur, l1x, l1y + 1) = val;
232 BLK(ctx->cur, l1x + 1, l1y + 1) = val;
237 if ((l1x+mx) + 320*(l1y+my) < 0 || (l1x+mx) + 320*(l1y+my) > 320*199 - 2) {
241 BLK(ctx->cur, l1x, l1y) = BLK(ctx->prev, l1x + mx, l1y + my);
242 BLK(ctx->cur, l1x + 1, l1y) =
243 BLK(ctx->prev, l1x + 1 + mx, l1y + my);
244 BLK(ctx->cur, l1x, l1y + 1) =
245 BLK(ctx->prev, l1x + mx, l1y + 1 + my);
246 BLK(ctx->cur, l1x + 1, l1y + 1) =
247 BLK(ctx->prev, l1x + 1 + mx, l1y + 1 + my);
250 BLK(ctx->cur, l1x, l1y) = bytestream2_get_byte(&ctx->g);
251 BLK(ctx->cur, l1x + 1, l1y) = bytestream2_get_byte(&ctx->g);
252 BLK(ctx->cur, l1x, l1y + 1) = bytestream2_get_byte(&ctx->g);
253 BLK(ctx->cur, l1x + 1, l1y + 1) = bytestream2_get_byte(&ctx->g);