Lines Matching refs:start_y
50 ; |----| <- start_y
58 start_y, end_y, bh, w
60 cglobal emu_edge_vvar, 1, 6, 1, dst, src, start_y, end_y, bh, w
255 start_y, end_y, val, bh
258 cglobal emu_edge_vfix %+ %%n, 0, 6, 0, val, dst, src, start_y, end_y, bh
270 start_y, end_y, bh
272 cglobal emu_edge_vfix %+ %%n, 1, 5, 1, dst, src, start_y, end_y, bh
283 sub end_yq, start_yq ; end_y -= start_y
286 test start_yq, start_yq ; if (start_y) {
292 dec start_yq ; } while (--start_y)